The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
ADAdministrator 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.
ADAdministrator 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.