eljaywilson

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Author
    Replies
  • in reply to: TableToGrid options available? #92439
    eljaywilson
    Participant

    Works like

    in reply to: TableToGrid options available? #92389
    eljaywilson
    Participant

    I took out the SPAN elements from the headers.

    in reply to: TableToGrid options available? #92386
    eljaywilson
    Participant

    Tony,

    Thanks!!!

    in reply to: TableToGrid options available? #92332
    eljaywilson
    Participant

    Here is how I call the function (each table has the “grid_table” classname)

    $(document).ready(

    function(){

    $(

    “.grid_table”).each(function()

    {

    var myid = this.id;

    var mycaption = getGridCaption(myid);

    tableToGrid(

    “#” + myid, { height: “auto”, caption: mycaption });

    $(

    “#” + myid).jqGrid('setColProp', 'Created', { sortable: false });

    $(

    “#” + myid).jqGrid('setColProp', 'Function Date', { sortable: false });

    $(

    “#” + myid).jqGrid('setColProp', 'Cost', { sorttype: 'currency' });

    //$(“#” + myid).jqGrid('setColProp', 'Created', { datefmt: 'm/d/Y', sorttype: “date” });

    //$(“#” + myid).jqGrid('setColProp', 'Created', { sorttype: 'date'});

    });

    });

    Here is some of the table data (Raw):

in reply to: TableToGrid options available? #92193
eljaywilson
Participant

Still getting the same error message (undefined).

in reply to: TableToGrid options available? #92149
eljaywilson
Participant

I have tried setting the date to a normal date value like '1/9/2010' and I still get the “undefined” error message.

in reply to: TableToGrid options available? #91909
eljaywilson
Participant

Thanks for the help.

in reply to: TableToGrid options available? #91878
eljaywilson
Participant

Thanks!

in reply to: TableToGrid options available? #91872
eljaywilson
Participant

Is the column name the same as the column header (

) element?

in reply to: TableToGrid options available? #91837
eljaywilson
Participant

Can you provide an example.

in reply to: TableToGrid options available? #91783
eljaywilson
Participant

Tony,

Can you also control how columns are sorted?

in reply to: TableToGrid issue with Form Submission #91752
eljaywilson
Participant

Correction, in IE the form submission works fine, but when I include the form inside the cell (

), clicking on the column headers to sort results in the grid doubling the rows.

in reply to: TableToGrid issue with Form Submission #91750
eljaywilson
Participant

Got that part figured out.

in reply to: TableToGrid issue with Form Submission #91748
eljaywilson
Participant

Correction – when I inspect the submit button (with the tabletogrid conversion), I do not see the form tag.

in reply to: Integrating jqGrid 3.6 into Classic ASP #90779
eljaywilson
Participant

Also – a great tool for debugging request vars (and lots of other stuff) is the Firebug plugin for Firefox.

Viewing 15 replies - 1 through 15 (of 19 total)

Stay connected with us in your favorite flavor!