Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Row height increased due to DropDownValidate
posted

Hi,

We implemented dropdownvalidate in one column of grid and found that the row height increased a little bit. Looks like this is caused by the font size of the value selected in that cell. How can we change the dropdown size? valuelist.Appearance.FontData.SizeInPoints and  column.CellAppearance.FontData.SizeInPoints don't seem to work. 


Xiaojun 

 

Parents
  • 469350
    Offline posted

    Hi Xiaojun ,

    I don't understand what you mean. If you have a ValueList in a cell, it might make the row height a little bigger to accomadate the dropdown button. But there should not be any difference between DropDown, DropDownList, or DropDownValidate Styles of the column. 

    The minimum height of a row might change based on the font being used by the cells in that row. But unless you specifically set the font on your ValueList or UltraDropDown (whichever one you are using), then it will use the same font as the grid by default. 

Reply Children
No Data