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
60
Change bound column data at runtime
posted

Hi,

I'm binding the ultrawebgrid control using the UltraGridColumn as below.

<igtbl:UltraGridColumn Key="TEST" BaseColumnName="TEST" Format="$###,###.00">

<Header Caption="TEST>

</igtbl:UltraGridColumn>

If a cell has 0.00 for this column, I need to replace it with - .I do not want to show $0.00.

Quick responses are highly appreciated.

Thanks in advance.