Hi,
how to make a column value/item clickable and when column value/item clicked open up a new ajax panel in same web page?
Scanario:
how to make a column value/item clickable and when column value/item clicked open up a new ajax panel in same web page?
Scanario:
- A radgrid will be loaded with data and visualized in AjaxPanel1ยจ
- Then user clicks a column value/item (ID) for having more information about this row item/value
- Then more detailed information about clicked row item/value should be loaded and visualized in AjaxPanel2
All tips/advices for a solution (code) are highly appreciated. I will load data in step 2 and 3 with sql queries. Links to demos and examples are also highly appreciated.
I would prefer to trigger an event when click the column value/item and have the instructions (=code) for action in code behind file. I will also have the column value/item as a link button because in some cases I want two different columns in radgrid that trigger different actions.
Thx in advance!