This is a migrated thread and some comments may be shown as answers.

How to set MaxLength to GridViewComboBoxColumn

1 Answer 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yang
Top achievements
Rank 1
Yang asked on 07 Oct 2011, 04:09 PM
I have a GridViewComboBoxColumn in GridView, and it is editable. I want to limit the input length
I learned from telerik document I can limit the comboBox maslength. But I want to know, how to limit the maxlength of GridViewComboBoxColumn.

1 Answer, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 07 Oct 2011, 04:25 PM
Hello Yang,

GridViewComboBoxColumn has a RadComboBox as an editor. So, you could just add an EditorStyle for that column targeting RadComboBox and define properties you want. They will be applied to the combo box in the column as well.

Best wishes,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Yang
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or