Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by venu on Jul 13, 2008 07:26
open dhtmlx forum
how to use combo box with filter in the DHTMLX grid cell

Hi

we are using DhtmlXGrid with column type as combo box,
we used following code to add the combo type in the grid...

mygrid = new dhtmlXGridObject('gridbox');
mygrid.setColTypes('co');-- this will set the combo box for the column type.

here we have multiple options to select the items from this combo box for each cell, here we want a facility to filter the elements
from the combo box.

please let us know how to use filter option in cell combo box .. ?

we know how to use normal dhtmlx filter combo box .. but wanted to know how to use it when it is in grid cell.

thanks
venu
Answer posted by Support on Jul 14, 2008 03:24