hi All,
Iam dynamically binding the grid. I have a RAdGrid with tabs in it . Iam binidng data to the tabs dynamically. In one of the tab i have RadGrid. Iam using RAdGRid1_ItemCreated event to bind the Grid. In the event i want to know wheather the grid is expanded or not.
Iam uisng the property and the geting the values like
bool exp= e.item.expanded;
but it always returns false wheather i click on expand colum or collpase.
Pls help me out to how to do this
its very urgent..
Asra
Iam dynamically binding the grid. I have a RAdGrid with tabs in it . Iam binidng data to the tabs dynamically. In one of the tab i have RadGrid. Iam using RAdGRid1_ItemCreated event to bind the Grid. In the event i want to know wheather the grid is expanded or not.
Iam uisng the property and the geting the values like
bool exp= e.item.expanded;
but it always returns false wheather i click on expand colum or collpase.
Pls help me out to how to do this
its very urgent..
Asra