Hi
I displayed a asp.net grid on the page Grid.aspx
I created a page with radwindow and set its navigate url as grid.aspx
I load the window on a button click ..Everything works fine.
My issues is,When I select a particular row of the grid(S.No,Description), I need to close the radwindow and i want to populate the values of the selected row cell values in the main page using code-behind vb.net
I displayed a asp.net grid on the page Grid.aspx
I created a page with radwindow and set its navigate url as grid.aspx
I load the window on a button click ..Everything works fine.
My issues is,When I select a particular row of the grid(S.No,Description), I need to close the radwindow and i want to populate the values of the selected row cell values in the main page using code-behind vb.net