I need to display a DataBound Grid in combobox to edit a cell value.
I have to use combo box with all its features like TypeAhead (TypeAhead will be active only on cell display field).
Moreover I should be able to operate it without Mouse (only with the keyboard)
What could be the best way to achieve it? Please suggest. Thanks in advance
Hi Alex,
Thanks for the reply. I downloaded the sample application and it works perfect.
It would be great if you could help me with couple of more things.
1. When I click on GroupBy area whole grid gets set in the combo area. I tried setting it to None but still if I click top borderline same thing happes.
2. I want to use this control in a grid as a cell editor. I could do that using EditorStyle but I cannot use keyboard to scroll through and select a record.
Is it possible to do it with current approach?
Hello,
You can see an example with a XamDataGrid inside a XamComboEditor on this thread. TypeAhead feature is out of the box for now, but I think this would be a great feature request for our XamComboEditor, which you can submit directly on here.
Hope this helps.