1
ParamQuery Pro Evaluation Support / Re: Refresh summarydata cell
« on: May 17, 2016, 05:39:17 pm »
The reason is that I am integrating knockoutJS in the grid. The cells are knockout templates bound to javascript objects containing knockout observables. Their content are automatically updated by the knockoutjs library and I refresh only the parts of the grid I need depending if the cell height changes. The summary cells are also bound to knockout observables so I would like to refresh them individually to avoid rebinding each and every cell of the grid to their knockout template and context.
I'll look into the links you provided.
I'll look into the links you provided.