0

I have created demo here.I want to rebind columndefination and its corresponding data on click of button but suddenly checkboxes getting disappear and even if i click on reset button then only checkboxes are not coming.

this.angularGrid.slickGrid.setOptions({ enableCheckboxSelector: true });

I have written above piece of code on click event both button to enable checkboxes but still no luck.

ResolveError
  • 135
  • 1
  • 20
  • That looks very similar to this other [SO Question](https://stackoverflow.com/questions/66469246/set-enablecheckboxselector-to-false-based-on-if-condition/66475904#66475904) I answered last week. You should take a look – ghiscoding Mar 15 '21 at 17:27
  • @ghiscoding Can you please go in brief because i tried with checkboxSelector and also included enableCheckboxSelector: true on click of button. while debugging code i noticed, as soon as this.angularGrid.slickGrid.setOptions({ enableCheckboxSelector: true }); line get executed, on UI checkbox also coming for one sec but suddenly goes disappear. – ResolveError Mar 16 '21 at 04:21

0 Answers0