-
Andrew
39
posts
Member since:
Feb 2011
Posted 20 May 2013
Link to this post
Is there any way to get the RadAutoCompleteBox to stretch vertically to encompass added items, when using in multiple items mode? I'm sure its something simple, but I just can't find it!
-
-
Andrew
39
posts
Member since:
Feb 2011
Posted 21 May 2013
Link to this post
Problem solved - there was a rogue Height="xx" in a container control. When all Heights are taken out of the markup - the growth of the control is unrestricted - just what I want.
-