I have the following code in my js file:
flexmonster.setOptions({grid: {type: 'classic'}});
It does not change the view type. Can you explain the correct method?
using version 2.6.7
Thanks
Sorry,
I have figured out the problem and it is now working
Thanks
Hello, Paul,
We are glad everything is working now.
Please note that refresh()
API call should be used after setOptions
. It redraws the component and shows changes.
Let me know in case of other questions.
Regards,
Tanya