Hi,
I am using radGridView.In Grid Rowloaded event i have to set visibility false to some Row based on condition. I have used the below code to set visibility false to Row.But this is not working .
can you please explain ?
Thanks
I am using radGridView.In Grid Rowloaded event i have to set visibility false to some Row based on condition. I have used the below code to set visibility false to Row.But this is not working .
e.Row.Visibility = System.Windows.
Visibility.Collapsed;
e.Row.MaxHeight = 0;
e.Row.MinHeight = 0;
e.Row.Height = 0;
FYI i have attached the screen shot for your reference.
can you please explain ?
Thanks