AD
Administrator
Syncfusion Team
March 17, 2006 05:10 AM UTC
Hi Venkat,
You can add the customised dropdown to the grid using the following code snippet.
this.gridControl1.CellModels.Add("DropDownUserControl", new DropDownUserCellModel(this.gridControl1.Model, new DropDownUser()));
//Set the style.CellType for the cells
this.gridControl1[6, 2].CellType = "DropDownUserControl";
Please refer to our broswer sample, DropDownForm and UserControl Tutorial ( \\windows\Grid.Windows\Samples\In Depth\DropDownFormAndUserControlSample ) to have more details on this issue. Let us know if you need any further help.
Best regards,
Madhan.