Hi ,
I am using a RadGridView along with a button in a Form window. When button is clicked , it shows some hidden rows in RadGridView.
I want the hidden rows to be showed when the Form window is maximized.
How do I go on about doing this?
This is how I am trying it:
If Me.WindowState =2 Then
'Raise an event here
thanks.