How do I add new row to my details from client side..without postback. My grid is displayed in hriearchy mode and has two details view and one master view. I want to add new row to my second detail view. Dont want to add row to datasource and rebind the grid as my grid is having huge data and it takes time to rebind the grid.
Here is the scenario..when user right clicks on first detail view..context menu is displayed which has item for inserting new row to the second detail view table. When user clicks on this menu item i.e. Add new then a new row should be added to second detail view without postback.
grid structure as below:
Master view
>> first details view1
>>>> second details view.1
>>>> second details view.2
>>first details view2
>>>> second details view.1
>>>> second details view.2
>>>> second details view.3
Also in the similar way I want to delete the row.
Please let me know how this can be achieved.
Here is the scenario..when user right clicks on first detail view..context menu is displayed which has item for inserting new row to the second detail view table. When user clicks on this menu item i.e. Add new then a new row should be added to second detail view without postback.
grid structure as below:
Master view
>> first details view1
>>>> second details view.1
>>>> second details view.2
>>first details view2
>>>> second details view.1
>>>> second details view.2
>>>> second details view.3
Also in the similar way I want to delete the row.
Please let me know how this can be achieved.