Rank: Newbie Groups: Member
Joined: 8/9/2011 Posts: 7
|
Hi, I know I can *append* a row to the bottom of the Grid but can I *insert* a row into the middle of the Grid with Javascript?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. I do not believe you can do that directly. You can do it indirectly by appending a blank row, then update all cell values after the inserting row, but I am not sure if that's worth it. The best way for inserting would be going back to the server side to rebind the Grid.
Thanks!
|