Announcement

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

    BUG: ListGrid.refreshCell(rowNum, colNum) does not work properly

    The methods ListGrid.refreshCell(rowNum, colNum) and ListGrid.refreshCellStyle(rowNum, colNum) refresh all the cells in the row rather than just the specific cell. Apart from this issue, I have observed that these methods also impact the functioning of methods like ListGrid.getEditedRecord(rowNum), ListGrid.getEditValues(rowNum), ListGrid.setEditPendingCSSText(String cssText).

    Please look into this issue and suggest remedies/alternatives.

    smartGWT: 3.1
    GWt: 2.4.0
    Browsers: IE, Chrome, FireFox (Issue Observed in all these)

    #2
    Please reply

    I already have searched on Google and this forum to find out the answer but all in vain.
    Please reply and suggest remedy. I need to complete my Pilot project for evaluating smartGWT for our project needs. I am stuck at this issue.

    Comment


      #3
      need clarity

      hi , can u show the full schema of code that u r troubling.

      Comment


        #4
        explanation of scenario

        Hi vinu_raju

        Thanks for your reply.
        Since code is huge I can not paste the code which is required to explain full context.
        I explain here the scenario:

        Whenever I call RefreshCell method, I can see that ListGrid.getCellCSSText() [I have put a log in the overriden method] for all columns in that particular row gets called. Same behaviour goes for RefreshCellStyle.

        Comment


          #5
          Please reply

          Please reply

          Comment

          Working...
          X