Need a special offer?Find out if your project fits.
+

change grid type

Answered
Paul Schlichter asked on January 18, 2019

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

2 answers

Public
Paul Schlichter January 19, 2019

Sorry,
I have figured out the problem and it is now working
Thanks

Public
Tanya Gryshko Tanya Gryshko Flexmonster January 21, 2019

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

Please login or Register to Submit Answer