Hi,
we're experimenting with implicit localization of the grid from local resource files (generated by VS2008, with UICulture="auto" for the page) but that seems to break all the images in the grid - they no longer appear, regardless of the resource file in use. On the other hand, text labels are localized correctly.
The grid is set to use the built-in Vista skin (but we've reproduced the problem on a different machine using WebBlue).
As an example of resource key used, this is the one produced for "RadGrid1Resource1.MasterTableView.CommandItemSettings.AddNewRecordImageUrl" by Visual Studio:
mvwres://Telerik.Web.UI, Version=2007.3.1425.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Vista.Grid.AddRecord.gif
Maybe I need to change something there?
Any help would be appreciated.
we're experimenting with implicit localization of the grid from local resource files (generated by VS2008, with UICulture="auto" for the page) but that seems to break all the images in the grid - they no longer appear, regardless of the resource file in use. On the other hand, text labels are localized correctly.
The grid is set to use the built-in Vista skin (but we've reproduced the problem on a different machine using WebBlue).
As an example of resource key used, this is the one produced for "RadGrid1Resource1.MasterTableView.CommandItemSettings.AddNewRecordImageUrl" by Visual Studio:
mvwres://Telerik.Web.UI, Version=2007.3.1425.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Vista.Grid.AddRecord.gif
Maybe I need to change something there?
Any help would be appreciated.