Hi,
I would like to know whether it is possible have Grid header in multi language, if so means how to do it. I want to check whether it can have chinese language in the Grid header.
Regards,
R. Subramanian
The component is encoding agnostic, it will with any encoding, which supported by browser, just be sure that
a) page loaded in necessary encoding
b) xml has correct encoding attribute
<?xml version="1.0" encoding=" encoding name here " ?>