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.
I have a column whose cell type is a combobox. I have set one of the rows in the gridcontrol as readonly. Now when i click in that cell with type as combobox it shows me the combobox options. I don''t want it to display the combobox options when i click in a read only row.
ADAdministrator Syncfusion Team December 17, 2004 09:33 AM UTC
Take a look at the grid\Samples\CellTypes\ComboBoxes. It shows all different settings for comboboxes including 2 that will prevent the combobxes from dropping.
They are
style.Clickable = false;
style.Enabled = false;