Setting celltype in runtime for DataBoundGrid

Hi, I''m in a bit of a bind here, and it seems I''m going to have to do a lot of rework, hence this question: Is it possible to set the type of a cell in a DataBoundGrid to checkbox, datetimepicker, combobox etc in runtime, or do I need to work with the non-bound grid for this? Thank you for your help in advance :).

2 Replies

AD Administrator Syncfusion Team September 12, 2005 02:26 PM UTC

Hi, It is possible to set CellTypes at runtime in the GridDataBoundGrid. You will have to handle QueryCellInfo handler to do this. Here is a rough sample. Best Regards, Stanley


AN Anonymouse September 13, 2005 07:12 AM UTC

Thanks, Stanley.

Loader.
Up arrow icon