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
125
UltraWebGrid losing column format after update
posted

Hi All,

I am using the Infragistics UltraWebGrid to display some data including costs on a webpage.  I have set the "Format" property of the UltraGridColumn to:

    Format="£#,##0.00"

and for the first time the grid is loaded on the page, the formatting is displayed correctly as a cost.  However, the UltraWebGrid is included in an AJAX UpdatePanel, and when this is updated I change the datasource and rebind the data.  The latest data is shown in the control but now the formatting is lost (I have no pound sign in front of my currency values, and the decimal places are not to 2 decimal places).

Any ideas why this may be occurring and how I can fix it?

Many thanks,

AJ