开发者

Forcing custom item renders to refresh

开发者 https://www.devze.com 2023-01-05 12:07 出处:网络
I have an AdvancedDataGrid. One of the columns in the grid displayed with help of custom render. During the application run, I set another custom render to the same column. When I scroll data in the g

I have an AdvancedDataGrid. One of the columns in the grid displayed with help of custom render. During the application run, I set another custom render to the same column. When I scroll data in the grid (change values for the custom render开发者_运维问答s) they display new view correctly.

I want that they dispaly new view automatically (when I set them): so I think I have to call them and tell tham to refresh rgeir views. Any idea how to do this?


Use invalidateList()

0

精彩评论

暂无评论...
验证码 换一张
取 消