Hi ,
I have a grid , in that I have a column of type Combobox.
e.Style.CellType = "ComboBox";
e.Style.DropDownStyle = GridDropDownStyle.AutoComplete;
e.Style.DropdownEdit.ShowButton = false;
e.Style.ItemsSource = items;
grid.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.ClickOnCell;
My requirement : If I Click (single click) On the cell , i should be able to see the ComboBox Icon In that Cell and Cursor should not be visible.
Only the cell should be selected. , on subsequent clicks cursor can behave as normal.
I have attached the snapshot, which shows my requirement.
Please do the needful.
Attachment:
ComboBox_db35eff1.zip