Hi I have been using the grid for sometime now and learn to make mylife easier playing around the grid. and thank you very very much
Pls help me with my problem I have two seperated grid;
both grid supposed to be editable using editRow() as in-line editing
in-line editing for the First grid is Ok but the second grid edit row dont seem to work the code works like this
Grid1 load complete will iterate through the rows and enable in-line editing for all the rows using each. then calls $('#Grid2').trigger(”reloadGrid”); this will also enable the in-line editng using the same method on Grid2 load complet. the grid 2 inline editng dont work
even if I try to set the editing of row in the onSelectRow event.
I have go around your sample and it gets me no where pls help.
Thanks in advance
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top