We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

DBGridControl combobox issue

We have several DBGridControls that have a combobox in exclusive mode in the first column. When you click on the arrow it will not drop down the combobox the first time. If you click in the middle of the control it will drop down fine and everytime after you can click on the arrow just fine. This only appears to happen if the combobox control is in the first column. Any solutions/workarounds, etc... We are using the 2.0.5 release build.

2 Replies

AD Administrator Syncfusion Team June 3, 2004 03:55 PM UTC

In formload, try calling grid.CurrentCell.MoveTo(-1, -1). This will avoid the grid having a currentcell and may avoid this first-time problem.


AD Administrator Syncfusion Team June 3, 2004 05:49 PM UTC

Excellent thanks for the amazingly fast turnaround. FYI: I used a moveto(1, -1) because I have some show buttons when row is highlighted settings but it still solved the issue.

Loader.
Live Chat Icon For mobile
Up arrow icon