Hi,
I want the DropDownWidth equal this size of the columns. So I have set the DropDownWidth = -1. As mentioned the documentation its size equals to columns size and is limited to control size. However I don't want it to be limited to control size.
At runtime user can achieve this functionality by maximizing the columns. I want to achieve this functionality programmatically.
Thanks