Radio or combo?

Hello support team,

I want to know if there is a possibility to create a combobox from a list that we have in database with your component. Because I have some dynamic data and I need to let the user select only one value.

Thanks

Dominique

Hi Dominique,

Thanks for considering Aspose.

Well, Creating Combo or Radio button is not supported yet. If you want to create the list of data from different data source (Array, ArrayList DataTable, DataColumn, DataView, DataGrid, DataReader ), you got plenty of methods of Aspose.Cells.Cells class. e.g., ImportDataTable(), ImportDataView(), ImportFromDataReader(), ImportDataColumn(), ImportArray() etc.

Regards

Amjad Sahi

Aspose Nanjing Team

Hi,

Perhaps I can use the validation system like a combo? but I don't find how to use it on a cell.
Can you help me?

Thanks

Dominique

Please check Data Validation.