Hi,
I'm using XamGrid with deffered loading enabled. I have an requirement where in I need to calculate the summaries at the start over the entire dataset rather than calculating the summary with each load.
But I found that each time i set the summaries it goes about trying to load the remaining data.
Is there a way to overcome this?
hi,
I will be adding a requirement for the summary settings. Thanks for your response.
Hello mtatgl,
Let me know if you have any further questions.
One possible approach to achieve (partially) the described by you behavior is to remove summary row at all and add a new row to the grid where you can populate the needed data. You can format the row to look like a summary row and add it to the end or to the beginning of the rows collection. The data then can be calculated in code behind and displayed in that row.
If you want that functionality to be added to the next releases of the “xamGrid” you can log a feature request from the following link (you must Log In first) - http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Let me know if you need further assistance with this question.
Hi Darrell,
Is there a workaround for this which we could use?
Also what are the steps we need to take to raise this as a feature request? Or is it already added as a feature request.
Thanks,
Currently no, you aren't going to be able to prevent this as each time you add to the summaries collection its going to want to update.
I think this would have to be handled as a Feature Request, as the grid is designed to just this.