I have a RadGridView control on a form which I need to place a RadButton over the top of. The RadGridView will be disabled in code using the enabled property based on a timer. Basically a timer will disable the grid and the refreshing aspect of it. The RadButton will then be made visiable and allow the user to re-enable the grid display and thus allowing data to update again.
The problem I am having is that the RadButton docks to the RadGridView Control meaning it becomes a child of the RadGridView control. This means when I disable the RadGridView the button also becomes disabled.
Do you have any idea how I can have the button overlapping the RadGridView Control without it becoming a child of the control?
Regards
Neil
The problem I am having is that the RadButton docks to the RadGridView Control meaning it becomes a child of the RadGridView control. This means when I disable the RadGridView the button also becomes disabled.
Do you have any idea how I can have the button overlapping the RadGridView Control without it becoming a child of the control?
Regards
Neil