Hi,
I have a XamGrid with a ComboboxColumn.
When I wish to click immediately to the combobox at the 2nd row, I need to clic a lot of time on the combobox to open it.
How can I open it at the first clic please ?
I attached a sample in this post.
Best regards,
Yoann.
Hi Konstantin,
The first solution works perfectly for me !
Thank you very much.
Regards,
Hi Yoann,
There are two features introduced in 11.2 that are basically what you're asking for:
The first one is xamGrid Editors Always in Edit Mode which essentially is e property on the column(available for ComboBoxColumn, DateColumn, CheckBoxColumn) that says if the cells from the particular column will be Always in edit mode(this exactly makes the end user to perform a single click over the editor and the drop down will open), or it will display no editor(just a TextBlock) when the cell is not in EditMode or you could have the default behavior.
The second one is Entering Edit mode on hovering cell/roll.