In infragistics webdatagrid, I had defined BoundDataField like below to display currency symbol. In case the value is negative, it displays value in bracket rather then displaying minus(-) symbol. How can I display minus sign rather then bracket for negative value?
Hello Birendra,
Thank you for contacting Infragistics Developer Support!
You should try setting EnableScriptGlobalization and EnableScriptLocalization off the ScriptManager to True.
For example:
<ig:WebScriptManager id="sm" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true"></ig:WebScriptManager>
Thanks Radoslav for replying. I had applied the same on Master page but it didnot worked for grid present in ContentPage.