Hi,
I need to hide and show rows in webgrid at runtime. Is there any way to do that?
Please give sample code for the same.
Thanks,
Nandu
Hi Nandu,
We do not have a Visibility property on a row. However, you could toggle the height of the row to 0.
grid.Rows[0].Height = new RowHeight(0);
-SteveZ
Thanks Stephen,Please will you tell me How do I hide Column..?Please give me sample code.Thank you :)-Nandu