LS
Lingaraj S
Syncfusion Team
March 4, 2009 02:20 PM UTC
Hi Subrata,
Thanks for your interest in Syncfusion products.
Please change the DropDownStyle property as Exclusive which will avoid editing the combobox cell in GridControl.
Please refer the code below.
gridControl1[8,4].DropDownStyle = GridDropDownStyle.Exclusive;
Let me know if you have any queries.
Regards,
Lingaraj S