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,
The default gridlistcontrol cell seems to autosize the dropdown part automatically but shows 5 items and the header at most.
I would like to show 8 or 10 items at a time, is it possible ? And how could I do this please ?
I''ve tried to change the Height property of the dropdown part of the cellrenderer in the CellShowingDropDown event handler but it doesn''t seem to change anything.
Thanks in advance,
Denis.
ADAdministrator Syncfusion Team January 6, 2004 12:55 PM UTC
You need to set the DropDownRows property in CurrentCellShowingDropDown. Here is a KB article link that discusses this problem.
http://www.syncfusion.com/Support/article.aspx?id=586
KJKenneth JohnsonJanuary 6, 2004 02:00 PM UTC
I added the sample shown in the link, but when I select a cell in the "Insert" row, a new "Insert" row appears in the grid before a breakpoint placed in the "CurrentCellMoved" event is reached. What I'm seeing is that the current row is never equal to the number of rows in the grid.
KJKenneth JohnsonJanuary 6, 2004 02:03 PM UTC
I can't believe it. Sorry for the response to the wrong message.