Hi there,
Using Infragistics v8.2 I have an UltraWebGrid with a column of ColumnType 'DropDownList' set with ValueListItems.
Now CSS styles I have set to the grid for the font are fine, however the font style is not utilised in the DropDownList. So the actual font for the values in the column are fine but clicking on a cell in the column and bringing up the dropdownlist, the dropdown items font is not that style.
I have tried setting RowStyleDefault cssClass, StyleSetName, EditCellStyleDefault cssClass etc. to no avail.
So how do I go about getting the dropdownlist to use the CSS style defined.
Thanks to any responders.
hi Kartavov,
I didn't realise there were app_themes controlling for format the grid so it's been easily fixed setting the dropdown style in the theme.
thanks all the same.
Hello,
It appears that you can do it only from a client side event handler. Handle AfterEnterEditMode and the grid._currentEditor property will hold a reference to the editor (valuelist).