Hi Guys,
Why does the kendo-grid-column-chooser component not fire dataStateChange so any changes to selected columns can be persisted?
On my grid I have the following command:
(dataStateChange)="dataStateChange($event)"
And I have even tried:
<kendo-grid-column-chooser (dataStateChange)="dataStateChange($event)" class="pull-right"></kendo-grid-column-chooser>
But neither command fires dataStateChange from the column chooser. Is there a solution to this?
Cheers,
Bob