Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1250
Add new row using RowEditingTemplate
posted

 

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.

 

Parents Reply Children
No Data