Author Topic: how to refresh cell after celldata change  (Read 2319 times)

caoxp

  • Pro OEM
  • Newbie
  • *
  • Posts: 8
    • View Profile
how to refresh cell after celldata change
« on: May 24, 2018, 11:30:05 am »
how to refresh cell after celldata change

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: how to refresh cell after celldata change
« Reply #1 on: May 24, 2018, 11:10:47 pm »
If celldata is changed with updateRow() API, then cell is automatically refreshed.

If celldata is changed by rowData[ dataindx ] = value, then grid.refreshCell method can be used to refresh corresponding cell.

https://paramquery.com/pro/api#method-refreshCell