IFormatProvider

Hi, I need to define a custom format - a way of formatting floats and doubles that isnt supported by the standard number styles. This formatting needs to be applied on a per-column basis, and I cant alter the underlying data type. What is the recommended way to handle this using the GridDataBoundGrid control?

1 Reply

AD Administrator Syncfusion Team November 17, 2003 07:21 PM UTC

One way you can handle this is to subscribe to QueryCellFormattedText, and set e.Text to be the formatted text you want to see in the cells.

Loader.
Up arrow icon