My radgrid has three levels. When I expand through to the bottom level detailtable I want to add a button in the footer area of the GridTableView to perform some tasks that use the 3rd level data. Is this possible? thanks in advance
You can add button in the footer area of the GridTableView by creating it in the ItemCreated event of RadGrid. Sample code is given below for your reference.