hi
my columnSettings is as follows
{ columnKey: "Risk", editorType: "combo", validation: true, editorOptions: { mode: "dropdown", editable: true, enableclearbutton: false, filteringType: "local", renderMatchItems: "multi", filteringCondition: "contains", readonly: false, allowCustomValue: false, dataSource: this.options.risklist } },
here you can see - enableclearbutton: false
first it will not showing me the clear value button but if i select the any value from dropdown then also its not sowing but when i go to that area it shows me the tooltip "Clear Value" and i can click there also.
thanks
Sushant
Hello Sushant,
Please feel free to contact me if you have any questions regarding this matter.
In this case the property name should beenableClearButtonin order for it to work correctly. I tested this scenario and after disabling the clear button was not able to see a tooltip over its position after selecting in either Chrome, Firefox or IE10. Please let me know if the issue is browser specific and if there are any other steps to reproduce the behavior.