Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
633
Column Formatting
posted

Hi!

I have a webgrid which has a column of type integer. Basically the column stores boolean values (though the data type is int).

I wish to display the text 'True' for 1 and 'False' for 0. Currently i loop through the rows and set the text property my self.

 

Is there some other more efficient way to acheive this without having to loop through the rows. Somehting using column format, etc.

 

Thanx,

Ahmad