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 change localization of gridcontrol at runtime?

I have a gridcontrol in my project and it has currency cells, I want to change localization of gridcontrol in order to change formatting of these currency cells.
Is it possible?


1 Reply

NA Nisha Arockiya A Syncfusion Team November 4, 2008 04:08 AM UTC

Hi Lunatik,

Thanks for your interest in Syncfusion Products.

The SerializeCellsBehavior property of GridControl is used to localize the cell data into resource files, by setting SerializeIntoResX to this property.The grid uses the cell specific CultureInfo to do formatting for cell values like integers or doubles present in the cell values. But, you can apply localization to the whole grid and store in the different ResX file which are generated for each property of the Form.

Please refer the sample which shows the idea:
Here is a sample

Please let me know if this helps.

Regards,
Nisha


Loader.
Live Chat Icon For mobile
Up arrow icon