Hi,
I use a radgrid client selection of records. By clicking a delete button in a radtoolbar opens a popup window with another radgrid.
I need to capture only those clients selected records and use them in the popup radgrid datasource.
Using ClientEvents OnRowSelected / OnRowDeselected I managed to successfully store a javascript global variable array with IDs of the selections and delete when they are deselected.
I need help accessing this global variable in the popup window that is appears as zero.
Anyone know how to do this or know of another technique that is not using cookies?
Thanks a lot.
Roberto.
I use a radgrid client selection of records. By clicking a delete button in a radtoolbar opens a popup window with another radgrid.
I need to capture only those clients selected records and use them in the popup radgrid datasource.
Using ClientEvents OnRowSelected / OnRowDeselected I managed to successfully store a javascript global variable array with IDs of the selections and delete when they are deselected.
I need help accessing this global variable in the popup window that is appears as zero.
Anyone know how to do this or know of another technique that is not using cookies?
Thanks a lot.
Roberto.