copy paste into dropdown cell . .

I have a virtual grid and if a copy and paste a value into a dropdown cell (that is not in the dropdown list) it seems to allow it to go throw. Do i have to check for this or is there some property to set to not allow this. thks, ak

1 Reply

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

Loader.
Up arrow icon