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,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this 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.