Is there a way to exclude AddRow from the summary?
My actual requirement for a specific cell to be populated before the row gets added to the count. So if the cell is blank it is not included to the count summary, but once the user key in a value, it is then included in the count.
For now, excluding the AddRow will be sufficient if the above scenario is not doable.
Thanks,
Version 9.2
Hello ,
If we add some event which is firing when current row is processing , this will introduce an issue of the performance of UltraCalckManager and UltraWinGri.
As far as I understand from your latest response you have found a solution for your issue.
Thank you for using Infragistics Components.
We decided to remove counts and averages that we are displaying.
I think the actual requirement will be something like an event that you can catch the current row being processed so you can skip it or not.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Currently you couldn’t exclude a cell or a row (Add new row) from summary formula. What I could suggest you is to handle BeforCellUpdate event, in order to cancel updating of the cell, if the needed information in specific cell is not filled, and to notify the end user that should fill the value in the specific cell.
Please let me know if you have any further questions.