Is there a way to use ConditionalFormat work with DataBoundGridControl?

The ConditionalFormat works great. I''ve tried it with GroupingGridControls, and I wonder if exists something similar in the DataBoundGridControl (or even the GridControl). Thanks a lot

1 Reply

AD Administrator Syncfusion Team April 14, 2005 05:29 PM UTC

No. You would have to handle either PrepareViewStyleInfo (or maybe grid.Model.QueryCellInfo event) and do what ever tests you need to do to decide how to format the cell specified by e.RowIndex and e.ColIndex.

Loader.
Up arrow icon