Hello,
I have implemented grouping on a list box, where I need to show a summary row for each group. For summary row, I called a converter to give count variables to show. Code is working fine with a issue. Converter is calling for each item instead of one time for each group.
Is there any way to call the converter only once for each group.
Jitendra Biyani