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:
…
Condition removal on existing residence
Confirmation gift deposited to account
Current mortgage statement
Gift letter
Sale contract on existing residence
…
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.
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.
dhtmlxgridcell.zip (7.84 KB)