In my grid i want functionality like this, In a grid View button in column, If user click on view the panel will collapse/expand with detail information.
I tried with netedview template but not working. How to bind data on nested button click.
One suggestion is to create a hierarchical grid with the Parent RadGrid having a GridButtonColumn whose CommandName as ExpandCollapse. You can hide the Default ExpandCollapse Column of the RadGrid.