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
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
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
Hello,
I recommend you to use 3.5 version. I hope that the docs will be ready too.
Regards
Tony
Hello,
Not sure if this is a good solution, but you can try with import export methods of the grid.
Regards
Tony
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
Hello,
Aha – you made ajax request, and this request delayed the setting. Also try with async:false in the ajax call.
Regards
Tony
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
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
Hello,
The same way as it is called in navGrid
Hello,
You can use onSelectAll event.
Regards
Tony
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
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
Hello,
Sorry this is offtopic and here we discuss jqGrid and not particular server side code.
Best Regds
Tony
Hello,
You can look in server.php – case 'tree' :
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top