I have a Hierarchical Grid with a CommandItemTemplate defined in the GridTableView so that each child table has the same Button control that when clicked will reset its filter columns. What I can't figure out is how to get a reference to the parent GridTableView of the button in the server side button click.
I know how to traverse the ALL the child GridTableViews but I just want to reset the column filters on the GridTableView that the button was clicked in. To do that I need a reference to the parent GridTableView of the button. Any ideas how I can get a reference to that?
I know how to traverse the ALL the child GridTableViews but I just want to reset the column filters on the GridTableView that the button was clicked in. To do that I need a reference to the parent GridTableView of the button. Any ideas how I can get a reference to that?