This question is locked. New answers and comments are not allowed.
Hi,
We are filling grid with some data, that in some place are the localized values generated dynamically based on some object's properties and string resources. There is also a search textBox that allows user to enter any text to search a grid.
The problem is when the DataLoadMode is set to 'Asynchronous', the grid gets the default CurrentCulture and CurrentUICulture properties, so that the data it's filtering on are different from that shown in a grid (filtering is perfomed on english resources, while in grid are german strings).
It would be great, if the CurrentCulture settings are derived from the main app thread.
Best regards
We are filling grid with some data, that in some place are the localized values generated dynamically based on some object's properties and string resources. There is also a search textBox that allows user to enter any text to search a grid.
The problem is when the DataLoadMode is set to 'Asynchronous', the grid gets the default CurrentCulture and CurrentUICulture properties, so that the data it's filtering on are different from that shown in a grid (filtering is perfomed on english resources, while in grid are german strings).
It would be great, if the CurrentCulture settings are derived from the main app thread.
Best regards