I want implement following scenario:
1. There is WebHierarchicalDataGrid on the page
2. User clicks a button, the standard RowEditTemplate appears, user enters some data and clicks 'OK' button, the new row is added into grid.
Is it possible WebHierarchicalDataGrid ?
Using UltraWebGrid I implement this scenario very easy: On the client side I used to add empty row and after that called EditRow method for that row and all worked fine.
I need implement the same for WebHierarchicalDataGrid.
Please help.
Hello Alexander,
I am following up to see if the information provided has resolved this matter.
Please let me know if you have any questions concerning this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
This is possible to add a new row without getting an automatic postback. You can do this by enableing Batch Updating, so you would add a row and enter your RowEditTemplate. Then when you are ready to save that day you would trigger the Batch Updating through doing a postback for example with a button click. For more information concerning this matter please see the following links.
http://community.infragistics.com/forums/t/65129.aspx
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=WebHierarchicalDataGrid_Batch_Updating_Enabling.html
Please let me know if I you have any further questions concerning this matter.