Tagged: C#, C1.ComboBox, C1FlexGrid, WPF
-
clittle said 1 year, 6 months ago:
We’re experiencing a peculiar problem with the C1Combobox when embedded in the C1FlexGrid, though I think that this problem is with the combobox and the flexgrid is just an afterthought.
Given the following code, if you bind to the list, if you type Yes or No, then enter, or select something from the combobox and click enter everything is fine. However, if you attempt to select from the combobox using the mouse, the selection is not changed.
this.Lookup = new ObservableCollection<LookupItem>(); this.Lookup.Add(new LookupItem(bool.TrueString, "Yes")); this.Lookup.Add(new LookupItem(bool.FalseString, "No")); this.Lookup.Add(new LookupItem(string.Empty, string.Empty));
I’ve included a sample project that illustrates the problem.
Thoughts?
Attachments:
You must be logged in to view attched files.| #Hi,
I could reproduce the problem with the dlls provided in your zip file, but newer versions work. Please upgrade here http://prerelease.componentone.com/hotfixindex.html
Bruno
Answer| #Viewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.

