Hi,
I am using the last internal build.
I am setting up a combo box using the following xaml:
What happens after that is quiet random. On some computer, the combobox will work fine for a couple of tries. And on some computer, the combobox simply refuse to open. We click on it and nothing happens. We can notice a tiny window that flash for .1 second on the top left corner of the screen when that happens the first time.
I am using the last internal build.
I am setting up a combo box using the following xaml:
| <telerik:GridViewDataColumn DataMemberBinding="{Binding TrueType.Name}"> |
| <telerik:GridViewDataColumn.CellEditTemplate> |
| <DataTemplate> |
| <ComboBox SelectedItem="{Binding TrueType}" DisplayMemberPath="Name" ItemsSource="{Binding TrueTypeValues}"/> |
| </DataTemplate> |
| </telerik:GridViewDataColumn.CellEditTemplate> |
| </telerik:GridViewDataColumn> |
What happens after that is quiet random. On some computer, the combobox will work fine for a couple of tries. And on some computer, the combobox simply refuse to open. We click on it and nothing happens. We can notice a tiny window that flash for .1 second on the top left corner of the screen when that happens the first time.
