Hello,
Thanks again. Do you have try with other grid components like Ext Grid in order to compare? Also if you load data direct in a table with innerHtml of course it will be quicker – you understand what I mean. Here we have a complex data grid component and it is not possible to do just simple appending of the data.
Best Regards
Tony
Hello,
Yes, maybe this is the best solution.
Thanks
Best Regards
Tony
Hello,
Not sure if this is the solution, but maybe this will help.
Regards
Tony
Hello,
It is possible, but depends which version do you use. Also enabled in 3.4.3, 3.4.4 and 3.5
Regards
Tony
Hello,
Try with datefmt:mm/dd/yy
Regards
Tony
Hello,
Thanks. I will check it.
Best Regards
Tony
Hello,
It is already here – you need just to use them.
Regards
Tony
Hello,
Thanks again. Also as of my previous post we do a lot of other
Hello,
Will see what I can do. Best Regards
Tony
Hello,
onInitialize form fires only one time. Try with beforeShowForm for that textarea field
Regards
Tony
Hello,
Maybe this is the right code:
$(”#gs_myfieldfromcolModel”).keydown(function() {
Hello,
A good idea, will see what I can do (not promise).
Best Regards
Tony
Hello,
The content when posted with text area is not validated, but you can add simple validation before submitiong the content using the available events.
Best Regards
Tony
Hello,
See haw to set this in navigator here:
http://www.secondpersonplural.ca/jqgriddocs/_2er0j2mvk.htm
Regards
Tony
Hello,
The date string from grid is allways converted to javascript date object, so you never get a chance to sort first by month then by day and the by year (if I understand right).
Try with sorttype:'text'
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top