Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Josh on Aug 17, 2009 12:53
open dhtmlx forum
Case-insensitive grid combo box.

Hi, we're using grid and the combo eXcells to have dropdown fields for one of our columns. But it seems like all of the options we've set are being checked as case-sensitive when using auto-complete. How do we make the combo eXcells case-insensitive?

Here's an example column:

<column type="co" xmlcontent="1" id="condition" auto="1">
    ...
    <option value='Condition removal on existing residence'>Condition removal on existing residence</option>
    <option value='Confirmation gift deposited to account'>Confirmation gift deposited to account</option>
    <option value='Current mortgage statement'>Current mortgage statement</option>
    <option value='Gift letter'>Gift letter</option>
    <option value='Sale contract on existing residence'>Sale contract on existing residence</option>
    ...
</column>


When you type 'gift' (lowercase g) in to the cell it doesn't auto-complete to "Gift letter". But we want it to.

Thank you.
Answer posted by Alex (support) on Aug 18, 2009 01:26

Hello, 

co is case-sensitive excell. We have attached the modified version of the dhtmlxgridcell.js. Please, try to use it isntead of the original one. 

Moreover co doesn't require using xmlcontent="1" and auto="1" attributes, but width attribute is necessary for each column.

Attachments (1)