When a webgrid's row height is increased, the webcombo also increases the height which is ugly, need to have a fixed height of webcombo.. i tried setting explicitly height of webcombo, but nothing allows me to set explicitly set the height of the webcombo. Anyone would now workaround to this.
The webcombo height should not be directly related to the row height of the webgrid rows shown in the dropdown. Can you give a few more details on how you're acheiving this task?
Changing the row height of the grid rows in the combo can be done through the following property
combobox.DropDownLayout.RowHeightDefault
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.WebCombo.v7.3~Infragistics.WebUI.WebCombo.DropDownLayout~RowHeightDefault.html
Hope this helps,
-Tony
Actually he is correct. If you set a size for the DropDownHeight that is larger then the RowHeight * Rows.Count the rows are "stretched" to fit the DropDownHeight.