Hi,
How do I access the conditional formatting editor at design time?
I feel like a dunce asking this but I can't find it anywhere even after looking in help and here in forums and KB.
Thanks
Craig
Hello Craig,
This case will be closed in three business days if you don't have any more questions on this matter.
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
Thanks Mike,
ValueBasedAppearance was the vital clue.
Regards
Hi Craig,
This designer is a UI Type editor. So it shows up when you try to edit the ValueBasedAppearance property on a column.
You can get to this through the grid designer by clicking the Start button on the grid, then select:
Band and Column Settings --> Band[X] --> Columns
Then just click on the column you want and look at the property grid on the right-hand side.
You could also access it via the property grid in DotNet:
DisplayLayout-->Bands-->Band[X]-->Columns
Note that either of these requires your grid to have a DataSource or a predefined data structure at design-time.