Databound Grid combobox cell MaxLength

If a gridBoundColumn is based on ComboBox and I set its gridBoundColumn.StyleInfo.MaxLength property, it does not affect the MaxLength of the editable part of the combobox. How do I set the the combobox's MaxLength, so the user is prevented from typing in the value that is too long? Gene Gorokhovsky ------------- Syncfusion.Grid 1.6.1.6 VS.Net 2003, C#

1 Reply

AD Administrator Syncfusion Team September 24, 2003 07:27 PM UTC

Try handling the CurrentCellValidateString and/or the CurrentCellValidating events. Stefan

Loader.
Up arrow icon