How to define rules and class and js in Grid Cell Styler widget .

0
Hi, I am using Grid Cell Styler widget in my application. I am not properly understanding from documentation of “Grid Cell Styler” widget. How should I add rules for styler? how to give class name to apply? and How to write js in widget? Below is the screenshot:
asked
2 answers
0

See the example in https://mydemoversion8-sandbox.mxapps.io/p/appdemo/gridcellstyler. The grid on the screen is styled by the Gridcellstyler, which is placed as a widget on the page just below the grid and the image on the examples screen show the settings of that widget.

You can fork it from github (see top right of the example screen) if you want the full project.

answered
0

There is a nice test project on github. Also a little bit more info on how to configure it. 

https://github.com/tieniber/CellStyler

answered