views:

415

answers:

1

Good morning,

I am using the radgrid control and attempting to change the visibility of certain rows within the grid. When I set the VisualElement.Visibility = ElementVisibility.Hidden property the row disappears from the grid but there is still a blank row placeholder left in its place. Is there a way to collapse the remaining rows that are visible into one block? ... meaning I don't want the blank row placeholder to show up.

Thank you!

+1  A: 

use this programmatically and it will works fine.

Alessandro