I'm trying to Highlight a row when Value = "Interest"
When I try and set the conditional Formatting through the gridview "Property Builder" it it for some reason highlights every row.
If how ever I add this line:
"ConditionalFormattingObject2.ConditionType = Telerik.WinControls.UI.ConditionTypes.Equal"
to the designer.vb file it does work.
BUT when I go back into the Property builder again, when I close it that line is removed from the designer.vb file and it starts highlighting every line again.
When I try and set the conditional Formatting through the gridview "Property Builder" it it for some reason highlights every row.
If how ever I add this line:
"ConditionalFormattingObject2.ConditionType = Telerik.WinControls.UI.ConditionTypes.Equal"
to the designer.vb file it does work.
BUT when I go back into the Property builder again, when I close it that line is removed from the designer.vb file and it starts highlighting every line again.