2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Load combobox inside a cellYou can load ComboBox cell in SfSpreadsheet by applying the List Validation to the cell like below code example. C# string[] data = { "A", "B", "C" }; var range = Spreadsheet.ActiveSheet.Range["D5:D10"].DataValidation; range.ListOfValues = data; Spreadsheet.ActiveGrid.InvalidateCell(GridRangeInfo.Cells(5,4,10,5)); Samples: Reference link: https://help.syncfusion.com/windowsforms/spreadsheet/editing#data-validation |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.