AD
Administrator
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.
DL
Dongxian Li
July 22, 2004 03:57 PM UTC
Thanks. That solves my problem.
dongxian