AD
Administrator
Syncfusion Team
July 17, 2006 06:23 AM UTC
Hi Adam,
Please try setting the DropDownStyle to AutoComplete or Exclusive for the dropdown cells in the grid. This will help you.
this.gridControl1.ColStyles["Combo Column"].DropDownStyle = GridDropDownStyle.AutoComplete;
Thanks for using Syncfusion products.
Regards,
Rajagopal