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.
AD
Administrator
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
KJ
Kenneth Johnson
January 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.
KJ
Kenneth Johnson
January 6, 2004 02:03 PM UTC
I can't believe it. Sorry for the response to the wrong message.