I have a RadGrid with some bound columns on it. Currently they have a hard-coded header-text. However, is there a way I can specify a resourceKey so that it can be pull out of my localised resource file?
There doesn't appear to be a "ResourceKey" property?
You can check out the following link where the header text is replaced with the one from the resource file which is done by passing the resource key using the GetLocalResourceObject() method: Localization through resource files