In WPF telerik gridview control if you have a gridViewComboBoxColumn, during runtime I am seeing a problem:
1. Select the 'Click here to add new item' button to add a new row to the grid
2. click the comboxBox item (the DDLB) and select something from the drop down.
3. hit the 'tab' button on keyboard.
4. click the add new item button again.
5. click the combox item to open the drop down
*** at this point the combobox does not open or become selected, instead the row just adds without allowing any modification***
I am getting the same problem with your sample project as well as my project.
(sample I found at the link below)
http://www.telerik.com/community/forums/wpf/gridview/use-combobox-while-inserting-data.aspx
Has anybody else seen this issue and hopefully have a workaround?
Thanks again - Chris
1. Select the 'Click here to add new item' button to add a new row to the grid
2. click the comboxBox item (the DDLB) and select something from the drop down.
3. hit the 'tab' button on keyboard.
4. click the add new item button again.
5. click the combox item to open the drop down
*** at this point the combobox does not open or become selected, instead the row just adds without allowing any modification***
I am getting the same problem with your sample project as well as my project.
(sample I found at the link below)
http://www.telerik.com/community/forums/wpf/gridview/use-combobox-while-inserting-data.aspx
Has anybody else seen this issue and hopefully have a workaround?
Thanks again - Chris