Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Flashing column

    All

    How do I implement flashing columns when the data changes? I have a ListGrid and I submit data into it whilst the frontend is viewing it. When the data changes I want to flash the column or row.

    #2
    Its not really setup to do that. You would have to have a timer that redraws the row/column and depending on how you define flash, either overrite the base style or attempt a hideField()/showField() but that will cause further redraw calls which is not at all desirable.

    Comment

    Working...
    X