Hello!
I have a RadGrid with a GridDropDownListColumn. The datasource for this column is an ObjectDataSource that gets the values out of a class that converts an enum to a list.
Everything works fine so far, but now I need to localize the entries of the GridDropDownList.
I tried to follow this approach: http://www.telerik.com/help/aspnet-ajax/grdcustomizeconfiguregriddropdowncolumn.html , but unfortunately
at this time (after ItemDatabound) the DropDownList has no Items.
Do you guys have any ideas how I can loclize the entries in the dropdownlist?
thx in advance & kind regards
I have a RadGrid with a GridDropDownListColumn. The datasource for this column is an ObjectDataSource that gets the values out of a class that converts an enum to a list.
Everything works fine so far, but now I need to localize the entries of the GridDropDownList.
I tried to follow this approach: http://www.telerik.com/help/aspnet-ajax/grdcustomizeconfiguregriddropdowncolumn.html , but unfortunately
at this time (after ItemDatabound) the DropDownList has no Items.
Do you guys have any ideas how I can loclize the entries in the dropdownlist?
thx in advance & kind regards