http://demos.telerik.com/aspnet-ajax/Grid/Examples/Programming/ListView/DefaultCS.aspx
I was looking over this demo (link above) and wondering how I might flip the grid from a "List/Data" view as displayed in the demo to a different custom templateboundcolumn as described in this demo.
http://demos.telerik.com/aspnet-ajax/Grid/Examples/Hierarchy/DefiningStructure/DefaultCS.aspx
I would like to have a radtoolbar with 2 buttons that show's the two different custom templated layouts. The problem I see, is if the grid has be be created @ Page_Init or OnInit (Second Demo), how would I flag the grid to use the correct templates when the toolbar OnButtonClick server event is going to fire later in the page life cycle.
Got a demo?? :)
Just looking for some advice on how to proceed.
Thanks
I was looking over this demo (link above) and wondering how I might flip the grid from a "List/Data" view as displayed in the demo to a different custom templateboundcolumn as described in this demo.
http://demos.telerik.com/aspnet-ajax/Grid/Examples/Hierarchy/DefiningStructure/DefaultCS.aspx
I would like to have a radtoolbar with 2 buttons that show's the two different custom templated layouts. The problem I see, is if the grid has be be created @ Page_Init or OnInit (Second Demo), how would I flag the grid to use the correct templates when the toolbar OnButtonClick server event is going to fire later in the page life cycle.
Got a demo?? :)
Just looking for some advice on how to proceed.
Thanks