Hello,
Could you please explain more simple?
Regards
Tony
Hello,
This will not work written this way. Also in the formatter do not use jQuery commands that are related to grid contents)
One possible solutionis to use afterInsertRow event – it will work with yor code
What you mean with row number?
Regards
Tony
Hello,
The same userdata configuaration is in demo page and it works ok.
If possible, could you please send me the generated xml file.
Thanks
Best Regards
Tony
Hello,
Check your server response what page number return.
Regards
Tony
Hello,
The answer is in your code:
…
Hello,
Could you please send me the grid configuration and json response.
Thanks
Best Regards
Tony
Hello,
The datepicke need to be closed first and the submit the values. The same example is on demo page do you face the same problem?
Regards
Tony
Hello,
Jeff, What does not work exactley for you?
Best regards
Tony
Hello,
This feature is not implemeted.
Regards
Tony
Hello,
Do you have dowloaded all the needed modules. Does you jQuery UI contain the draggable, droppable
Hello,
Already answered. PLEASE POST ONLY ONCE YOUR PROBLEM
Tony
Hello,
The searchfilter set a filters tag to the server
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:advanced_searching
Something like
$filters = $_REQUEST['filters']; //this a json string you will need to make it to array
$myserchs = json_decode($filters,true);
print_r($myserchs);
Enjoy
Tony
Hello,
The job of the unformatter can be set in colModel, which you missed this.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
{name:'ADHERENTS',index:'ADHERENTS', width:colwidthBOOL, align:”center”, sortable:false, formatter: adherentsFmatter,
Hello,
Currently no.
Best Regards
Tony
Hello,
We do not provide a personal fix for older versions. You can grab the cell edit module and use it, but there is no guarntee on this.
Also you can upgarde to 3.6.x version.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top