Hello!
I am having some problems with the GridViewComboBoxColumn that is databound. In the grid I am displaying postal codes. And each postal code belongs to a country. The country column is a GridViewComboboxCOlumn (Item source is a list of countries from the DB - Linq2SQL). Now I have 2 problems.
The fist is that the column Country is empty until I start scrolling (am I missing something?).
The second is that the scrolling is very slow. If I don't use the combobox the grid is fast again.Is there any way to make it faster?
I would also like to filter this column, but it only offers me ContryID's. But if you use Contry.Name as DataMemberBinding, the Grid
updates all the Countries with the same name..
XAML:
CS:
Thanks!
p.s. Yes I have looked at the demos example and it didn't help :-/