Announcement

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

    ListGrid doesn't refresh record components

    Hi
    I use SmartGwt 2.5, with FF 3.6.
    I have a ListGrid which I fill with data using ListGrid setData(RecordList).
    Once in a while I check if there is new data. When there is a change in the data I use getRecordList, make the change, and setData again.
    The regular string fields get automaticaly updated.
    I have a few fields that use createRecordComponent to be displayed, these fields are not updated automaticaly . How can I cause these fields to be redrawn?
    Thanks

    #2
    Can anyone please answer this?
    Thanks
    Rottem

    Comment


      #3
      try overriding updateRecordComponent with CheckboxItem.redrawOnChange(true) by updating the parsed Canvas component, and with a list collecting the canvas. this is my problem of checkbox not redrawing when CheckboxItem.redraw() is called
      Last edited by faifaiz; 17 Nov 2011, 01:42.

      Comment

      Working...
      X