If you double-clickon the selectedgridappreciatedlearn how toinserta rowinanothergrid.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 07 Nov 2014, 01:56 PM
Hello Yoongu,
You could handle the client-side OnRowDblClick event of your first grid, use the gridDataItem from the arguments to get the information that you need from the clicked item, get reference to the second grid and manually initiate an insert:
The approach for initiating insert will differ, depending on the edit mode that you are using, so I could suggest that you go through our documentation and see how to initiate an insert with your current edit mode.
Hope this helps.
Regards,
Konstantin Dikov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.