Re: Using Combo box in Grid

Hello,

I’m new to this component and evaluating it. For my type of application, I need to use a (lot of) combo boxes in Grid, with autocomplete feature. Is this possible in this component?

Also is it possible to have grid in Tab pages? Any samples using this feature will be of very much useful.

Happiness always
bkr sivaprakash

For my type of application, I need to use a (lot of) combo boxes in Grid, with autocomplete feature. Is this possible in this component?

You may try to add dhtmlxCombo inside your grid’s column.
Please, have a look at the following example:
http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/13_interaction_other_components/01_pro_combo.html
The last column is with enabled autocomplete mode.

Also is it possible to have grid in Tab pages? Any samples using this feature will be of very much useful.

You may attach your grid to dhtmlxTabBar.
Here is the example:
http://www.dhtmlx.com/docs/products/dhtmlxTabbar/samples/05_components/01_grid_inside.html