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.
Hello,
I am using the DropdownGridCellModel and DropdownGridCellRenderer from
\Grid\Samples\In Depth\DropdownGrid\CS sample
as a celltype in my GridControl. It works fine to display the data. My question is:
How to set the dropdown window size according to needs? I want to set the dropdown window size to just show the rows and columns in the embedded grid control(which contains a few rows and columns but is not a fixed number).
ADAdministrator Syncfusion Team July 20, 2004 05:56 PM UTC
Try handling the CurrentCellShowingDropDown event. There, set e.Size to the size you want to see for the dropdown for the currentcell which you can get from grid.CurrenctCell.RowIndex and ColIndex.