When I am in server side datasource binding, I can initiate an inplace editing row by firing an "InitInsert" command. However, when I am in client-side binding, there is no way to bring up such editing row without the RadGrid posting back to the server code and re-rendering.
Even getting the editing row with the server re-rendering, clicking the "Insert" linkbutton doesn't seem to post back the newly inserted data in the OnInsertCommand.
I found the example with Form editing using another grid from the Demo. However, it is not quite what I am looking for.
The reason I want to use Client-Side binding is because of its response performance. I hope someone has the similar issue can shed some lights here.
Thanks.