ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: caoxp on May 24, 2018, 11:30:05 am

Title: how to refresh cell after celldata change
Post by: caoxp on May 24, 2018, 11:30:05 am
how to refresh cell after celldata change
Title: Re: how to refresh cell after celldata change
Post by: paramvir 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