Grid cell styler widget error

0
Hi Team, We are using grid cell styler widget to change the color of the row and font color of datagrid, I have added the rule as shown below   However, when I am running the application it shows below error message and page also doesn’t appears   Thanks In Advance
asked
2 answers
0

Widget author here. I think you just have a dot where it shouldn’t be. Class to apply should be:

text-info

with no dot/period.

Also make sure the column is named NUMBER. That is, the “name” property of that column should have the name that you put into the “Column Name” field of the widget.

answered
0

Hi Ashar, 

Indeed issue with className :)

You should add custom class name to the place where you want to use it.

I can assume that “Class to apply: .text-info is wrong”, because in place where you want to use it it’s just empty(“null”).

So try to put your own class and change in place where it should be used.


Regards, Serhiy.

answered