Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Clear value button in dropdownlist in grid.
posted

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