Hello,
I'm not sure, but check if the toolbar filter method is called two times – one when creating the grid and one when you lunch the ui dialog.
Also a link to the problem or code will help a lot to identify the problem.
Best Regards
Tony
Hello,
Could you please read here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data&s=userdata#user_data
Best Regards
Tony
Hello,
Thanks.
To be a honest I never test it with jsonp. Will do it and let you known.
BestRegards
Tony
Hello,
Also this is ok – in this case you will need ony to use delRowData method (delGridRow and delRowData are diffrent methods)
use delRowData
Go into the demo
Manipulating => Grid data then click Delete Row link below the grid.
Regards
Tony
Hello,
editurl:'clientArray',
Hello,
The fix is in GitHub.
http://github.com/tonytomov/jqGrid/commit/140d848be56a0d608e581cc02018e833abcece95
Also you can disable the title in colmodel and then add custom formatter with the appropriate content to display the desired toltip
Regards
Tony
Hello,
There is a example in the demo
New in version 3.1 => New Methods – click on Reset selected Rows link
(use setGridParam for this purpose)
Regards
Hello,
I suggest you to try to acces the value this way
alert( ret[“document.imageUploadedR”] ); 
Regards
Tony
Hello,
Use the datefmt option in colModel
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options
Best Regards
Tony
Hello,
When you download the grid the plugin is in src dir of the downloaded file.
Regards
Tony
Hello,
Change the z-index so that this not happen
Regards
Tony
Hello,
Check you server response if it is correct for the second grid
Hello,
use the onclickSubmit event. The event should return object which then will pe added to the posted data
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow
Regards
Tony
Hello,
Use onclickSubmit instead of beforeSubmit event like this – it will be the same:
Hello,
1) Currently no. The overlay is hardcoded in the searchFilter plugin. The only way to do it now is to delete the associated overlay element from the code, but I add this in the todo list.
2) The search dialog is related to grid. Maybe you will try to change some thing in the css – the related things in the css have a ui-searchFilter class.
3) It is a simple just call $(“#mygrid”).jqGrid(“searchGrid”,{ options } );
after the grid is created.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top