i am writing a page with 3 Telerik grids
only one of them should be visible at any time, depending on the value of a radio button
do I make the other 2 grids Visible=false or do I set the data source to a null dataset and rebind - or both
looking for best practices here
thanks