Hi,

I am currently working on Client Side insert/edit/delete in GridPanel without using wiredin Datasource.


I need to populate the Datastore in the Page_Load event. After that whatever I do with the Grid it must be done only on client side(like all inserts, edits, and deletes). I will have an asp.net button when I click on that in the server side event, I need to access the current Datastore values(with the inserted new values/updated values/marked as deleted,etc), and need to do validation and my Database transactions.


I need this, Since I am creating an form like invoice where in I am using FormView in ASP.Net. I need to do all the Database transaction when I click on save command in FormView.


Is there any way to work around this.




Thanks


Alagappan Venkatachalam