Hi I am trying to apply a conditional formatting to a column (Status) set as not visible in the gridview properties.
If the columns is visible everthing works fine, but if it is not visible the conditional formatting doesn't work.
there is a way to let it work?
Thank you in advance
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 23 Apr 2008, 01:41 PM
Hi Simone Belia,
Thank you for this question.
Conditional formatting in RadGridView works only for columns which are visible. You should use the CellFormatting event for more complex conditions. Refer to the following code snippet: