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.
Hi,
My GGC Grid also has a column that contains a normal combobox and another column that contains a CheckedListBox that allows checking and unchecking of items.
I know that if i want to check whether a current cell in a column is a combobox, i check if the cellType = "ComboBox". However, is it possible to check if a dropdown is a normal combobox or a CheckedListBox.
Regards
David
>Hi,
>
>My GGC Grid also has a column that contains a normal combobox and another column that contains a CheckedListBox that allows checking and unchecking of items.
>
>I know that if i want to check whether a current cell in a column is a combobox, i check if the cellType = "ComboBox". However, is it possible to check if a dropdown is a normal combobox or a CheckedListBox.
All of the above is done in a TableControlCurrentCellDeleting event of the GGC.
>Regards
>David
ADAdministrator Syncfusion Team July 6, 2005 10:23 AM UTC
You can try checking the typeof(e.TableControl.CurrentCell.Renderer). This should be different for teh two cell types you mentioned.