This question is locked. New answers and comments are not allowed.
Hello,
is it possible to programmatically do the localization of the standard filter dialog within the grid view. I'm not using resource files. All texts are taken dynamically from the database and exposed to the screen via properties in my view model.
Everything works fine besides the filter dialog. I don't know if and how it's possible to bind my text properties of the view model to the resource texts in the filter dialog.
If it's not possible to localize the filter dialog by binding it to my view model I guess I have to create custom filters.
Any ideas and help would be appreciated.
Uwe
is it possible to programmatically do the localization of the standard filter dialog within the grid view. I'm not using resource files. All texts are taken dynamically from the database and exposed to the screen via properties in my view model.
Everything works fine besides the filter dialog. I don't know if and how it's possible to bind my text properties of the view model to the resource texts in the filter dialog.
If it's not possible to localize the filter dialog by binding it to my view model I guess I have to create custom filters.
Any ideas and help would be appreciated.
Uwe