tony

Forum Replies Created

Viewing 15 replies - 5,476 through 5,490 (of 7,981 total)
  • Author
    Replies
  • in reply to: Custom Add Form #87222
    tony
    Keymaster

    Hello,

    Not sure what you mean with custom add form. Also you can have what you want form (I mean construct your ownn) and conect this form with the grid.

    Best Regards

    Tony

    in reply to: sorting #87221
    tony
    Keymaster

    Hello,

    Little complex (in your case), but yes it is possible using onSortCol, gridComplete events and setting in the right place the datatype parameter

    Regards

    Tony

    in reply to: tableToGrid customization #87220
    tony
    Keymaster

    Hello,

    The function can be improved. Also this can be done easy if you look into the code. The problem is that it can be applied to multiple tables in one page (usind classes as selectors), where setting particular parameters is dificcult, but will see what I can do.

    Regards

    Tony

    in reply to: Should I use 3.5? Docs for 3.5? #87219
    tony
    Keymaster

    Hello,

    I recommend you to use 3.5 version. I hope that the docs will be ready too.

    Regards

    Tony

    in reply to: Help with reload grid on page back. #87218
    tony
    Keymaster

    Hello,

    Not sure if this is a good solution, but you can try with import export methods of the grid.

    Regards

    Tony

    in reply to: Multiselect initialization #87217
    tony
    Keymaster

    Hello,

    Firstly I think you want to select all, which is not true of course. In you case I think you code is ok. We can do this in other way, but I think the speed will be the same.

    Regards

    Tony

    in reply to: change select options for each row #87216
    tony
    Keymaster

    Hello,

    Aha – you made ajax request, and this request delayed the setting. Also try with async:false in the ajax call.

    Regards

    Tony

    in reply to: Does Grid and column support the width in % #87215
    tony
    Keymaster

    Hello again,

    One possible solution is to recalculate the col width setted in %, but after this we will have again width in pixels.

    Regards

    Tony

    in reply to: Does Grid and column support the width in % #87214
    tony
    Keymaster

    Hello,

    Sorry but this will not be done. Reason for this is the resizing of the grid, show and hide cols set new grid width and etc.

    Best Regards

    Tony

    in reply to: Cancel A Form Load #87213
    tony
    Keymaster

    Hello,

    The same way as it is called in navGrid

    in reply to: multiselect chkbx in hdr does not cause onSelectRow? #87212
    tony
    Keymaster

    Hello,

    You can use onSelectAll event.

    Regards

    Tony

    in reply to: jqGrid Accessibility/ Section 508 compliance #87211
    tony
    Keymaster

    Hello,

    I see – you maybe use jqGrid 3.4.x. The things that we discuss are in 3.5 version. I think I have done 60-70 % of ARIA ready. But I want to open a disccusion about this. To be a honest I'm new tho this, so we need to improve this feature of the grid

    Thanks

    Best Regards

    Tony

    in reply to: Data retrival using iRow and iCol #87210
    tony
    Keymaster

    Hello,

    Sorry – you are right – I have not looking in the code when I write this.

    You can get the rowid of the given iCol this way

    rowid = jQuery(“#mygrid”)[0].rows[iCol].id;

    Regards

    Tony

    in reply to: Search Toolbar #87209
    tony
    Keymaster

    Hello,

    Sorry this is offtopic and here we discuss jqGrid and not particular server side code.

    Best Regds

    Tony

    in reply to: Tree Grid database SQL – demo bug #87207
    tony
    Keymaster

    Hello,

    You can look in server.php – case 'tree' :

    Regards

    Tony

Viewing 15 replies - 5,476 through 5,490 (of 7,981 total)

Stay connected with us in your favorite flavor!