Hi,
I have a parent window with a Grid and a button. Button will open a RadWindow with a Grid in it. The second grid will be populated depending on the user query and then user will select more than one rows and close the Radwindow. Grid1 should be populated with the selected data from the Radwindow.
The problem I have is, the selected rows are in "Session("returnedValues") and I can populate the grid1 with selected data by reloading the page. But I don't want to reload the entire page just refresh the grid1.
Could any one help with sample code? Thanks
I have a parent window with a Grid and a button. Button will open a RadWindow with a Grid in it. The second grid will be populated depending on the user query and then user will select more than one rows and close the Radwindow. Grid1 should be populated with the selected data from the Radwindow.
The problem I have is, the selected rows are in "Session("returnedValues") and I can populate the grid1 with selected data by reloading the page. But I don't want to reload the entire page just refresh the grid1.
Could any one help with sample code? Thanks