Hi. first of all thank you very much for the great plugin, Ive been using your plugin for sometime now inline editing to be exact like a DR header with a form and your grid as detail which has an inline editing some column has text box.
it is acctually not a problem because it is working fine. i trying to optimized the loading of it.
Inline editing by row to be honest is very slow. when you use save on row select then edit the other row especially when you have a not so complex saving query. what I did is that when the Grid loads I simple call a function to editRow all the rows using ($.each) hence if the row is let say 50 or more: the 50 rows will be loaded by your base.js then
the ($.each) will loop AGAIN by editRow just to show all the textbox.
is there a way to set a flag that wil tell your grid loader that all editable column will be set its appropriate edittype and option; so that when the loadComplete event fires you dont need to reitereate the rows for you to editRow each row.
I hope somebody is online I realy need this.
Thanks in advance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top