i have a master detail grid.when i focused on the master grid it wil displays the informationn detail grid.it shows one focus one grid at a time but want to keep the previous data in detail grid and second focused row data also in the grid which is folled by previous data like that
Share
You can handle the SelectedIndexChanged event of the master grid and put datakey of the selected item to separate list. after that rebind details grid using all master grid data fir those id’s stored in that list.
Code-behind: