Drop down in DataGridView not showing arrow

0
0

I have a DataGridView with a drop down where they can select one of three values.  The Drop down does not appear as a drop down until I either Double Click on the Cell or start typing in the Cell.  Is there a way to get it to always show as a drop down cell and display the dropdown as soon as the user clicks in the Cell?

  • You must to post comments
0
0

Hi Norm,

Did you try to set the DataGridView’s EditMode to Wisej.Web.DataGridViewEditMode.EditOnEnter?

 

The ComboBox arrow show as soon as you click the comboBox, no need to double click.

  • You must to post comments
0
0

1.5.6.0

  • You must to post comments
0
0

Hi Norm,

[Edit]

[Previous content deleted.]

What Wisej version are you running?

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.