hi, i am trying to add text style BLINKING to some records in the grid…
currently, i could manage to have html tags to work in code and display some items in other colors, bold…etc html styles based on the value of the “cell” it works ok… but i want to make some cells blinking based on its value… condition is ready but blinking doesn’t work
i know it is css3 element and will not work in all browsers
i tried <blink> {field}</blink> but did not work
any idea?