Can I resize the popup in a ComboBoxColumn to fit the items in the list? I know I can use the:
Popup.MinimumSize
Popup.Size
But is there a way to autosize to bestfit the contents of the list?
Kind Regards
Justin
1 Answer, 1 is accepted
0
Accepted
Ivan Petrov
Telerik team
answered on 09 Apr 2012, 12:25 PM
Hi Justin,
Thank you for writing.
You can achieve this by setting the DropDownWidth of the editor's element. You have to first measure the width you will need and then assign it to the property. Here is how to do this inside the CellEditorInitialized event: