how to add customised drop down

Hi, How to place customised drop down with my own items in the drop down list to grid. please let me know any solution here. thanks in advance venkat.

1 Reply

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.

Loader.
Up arrow icon