Hi,
I'm interested when Auto Column generation is off, how can I set the column header from the current .resx file?
Thank you.
You can use Expressions in the markup to use resources. For example:
Header-Text="<%$ Resources:ResourceFileName,ResourceKey %>"
Full column mark up would be like this:
<ig:BoundDataField Key="Name" Header-Text="<%$ Resources:SomeResourceFile,NameKey %>"
DataFieldName="Name">