Hi,
We have ASP.NET application that has master page that contains content page with master/detail grids. Master grid can be 1 while detail grids can be more. Detail grids are placed in separate rad tabs. In every grid we have context menu where from we start exporting grid data to Excel.
The handler for exporting is placed to master page.
The question is how can we get the reference of right grid in master page handler? For example, we have 1 master grid and 2 detail grids in 2 rad tabs below. We can click context menu option in first detail grid, but how do we know it's first detail grid?
Thank you in advance,
Goran
We have ASP.NET application that has master page that contains content page with master/detail grids. Master grid can be 1 while detail grids can be more. Detail grids are placed in separate rad tabs. In every grid we have context menu where from we start exporting grid data to Excel.
The handler for exporting is placed to master page.
The question is how can we get the reference of right grid in master page handler? For example, we have 1 master grid and 2 detail grids in 2 rad tabs below. We can click context menu option in first detail grid, but how do we know it's first detail grid?
Thank you in advance,
Goran