We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to modify field information before they are displayed in a GridDataBoundGrid

I use the GridDataBoundGrid to display some table of my db. However some column does not contain "human readable" information. I need to parse the information to translate it into something meanfull to the user. The resulting will be a simple string. How can I acheive that? I know in standard DataBinding, you can override de Format function, but I did not found how I could do something similar with the grid. Thank you! Stephane

2 Replies

AD Administrator Syncfusion Team June 2, 2006 03:32 AM UTC

Hi Stephane, The QueryCellFormattedText event can be handled and there the cell value can be parsed and the resultant simple string can be set to the e.Text. Sample attached. Regards, Calvin.

FormattedText.zip


SG Stephane Guerin June 9, 2006 07:40 PM UTC

Thanks! That''s what I need. Stephane

Loader.
Live Chat Icon For mobile
Up arrow icon