Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dilip on Mar 25, 2009 23:34
open dhtmlx forum
dhtmlx grid combo filter issue again

Hi,
   I'm using #combo_filter where ever the column type is combo.Now the problem is that the values that get populated in the #combo_filter is that of the values that are as option values  (<option value="1">somevalue</option>) i.e i get 1 in the #combo_filter where as the expected result is "somevalue".
Answer posted by Alex (support) on Mar 26, 2009 02:24

Hello, 

Unfortunately, it isn't possible to use #combo_filter for the "combo" column. 

In order to filter by "combo" column it is better to use #text_filter. In this case the cell text will be taken into consideration.