Hi all,
Just been doing a search on this and I think I'm stuck...
Is there really no way to programatically format a row other than use the Conditional formatting object or the RowFormatting Events?
In any other grid out there, I would be able to do something like:
myGrid.Rows(3).Backcolor = Color.Maroon;
Seems slightly short sighted if I can't do the same thing with the RADGrid control
I notice with RADGrid, I can do 'myGrid.Rows(3).VisualElement.Backcolor = Color.Maroon;', but VisualElement is only the rows that are currently scrolled into view.
The reason I ask is because I want to format certain rows based on a series of criteria that isn't anything to do with the value of the cells, so ConditionalFormatting is out and RowFormatting event would be very cludgy for this.
Surely there must be a simple way to programatically format certain rows?
Thanks,
Richard.
Just been doing a search on this and I think I'm stuck...
Is there really no way to programatically format a row other than use the Conditional formatting object or the RowFormatting Events?
In any other grid out there, I would be able to do something like:
myGrid.Rows(3).Backcolor = Color.Maroon;
Seems slightly short sighted if I can't do the same thing with the RADGrid control
I notice with RADGrid, I can do 'myGrid.Rows(3).VisualElement.Backcolor = Color.Maroon;', but VisualElement is only the rows that are currently scrolled into view.
The reason I ask is because I want to format certain rows based on a series of criteria that isn't anything to do with the value of the cells, so ConditionalFormatting is out and RowFormatting event would be very cludgy for this.
Surely there must be a simple way to programatically format certain rows?
Thanks,
Richard.