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

Parents
No Data
Reply
  • 49378
    posted

    Hello Sushant,

    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.

Children