Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - billybraga

Pages: [1]
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.

2
ParamQuery Pro Evaluation Support / Re: Refresh summarydata cell
« on: May 17, 2016, 04:49:40 pm »
That is exactly what I am trying to avoid. I don't want to repaint the grid each time something changes in the summary.

4
ParamQuery Pro Evaluation Support / Re: Refresh summarydata cell
« on: May 13, 2016, 04:44:15 pm »
So what you propose is to do this ?

Code: [Select]
$("#grid").pqGrid("summary", "summaryData", [ { property: value } ])
It doesn't seem to re-render the summary cell(s).

5
ParamQuery Pro Evaluation Support / Refresh summarydata cell
« on: May 12, 2016, 11:56:20 pm »
1. Why postRender isn't called for summary cells ?
2. Why can't I call refreshCell for a summary cell ?

I am using the summaryData option to render a summary at the bottom of my grid and I want to manually refresh some of those cells at specific moments.

Pages: [1]