This is a migrated thread and some comments may be shown as answers.

[Solved] Radgrid Copy functionality

1 Answer 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
chitraang
Top achievements
Rank 1
chitraang asked on 17 May 2013, 03:39 AM
We have a requirement for editable master-detail grid. One of the functionality expected is being able to copy the master (along with its detail records) and then the individual detail records. So far we have been able to achieve the copying of the master record. We have also been able to copy the detail record but are facing one issue where upon copying the detail row - we need to collapse the grid and then expand the parent row to get the details rebinded (refreshed). We would like to be able to get the copied rows reflected in the detail grid in the expanded state without having to collapse it and then expand it again to get the grid rebound. 

Thanks in advance. 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 22 May 2013, 09:35 AM
Hello Chitraang,

Can you please verify that you have tried to Rebind() the grid or the tableview after the update operation?
Additionally, in case you want to access the child records of the collapsed items, you can change the load mode to ServerBind or Client:
http://www.telerik.com/help/aspnet-ajax/grid-hierarchy-load-modes.html

Hope this helps.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
chitraang
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or