Include rowcount in group header ?
Include rowcount in group header ?
I have been trying to show the number of rows per group in the group header.
Using the code in the rowgrouping example, I'm guessing I need to append a value to the line
[code]
nCell.innerHTML = sGroup + ' (' + rowCount +' records)';
[/code]
where rowcount is the number of rows per group. but all I have managed to do is get the total rowcount for the table
Using the code in the rowgrouping example, I'm guessing I need to append a value to the line
[code]
nCell.innerHTML = sGroup + ' (' + rowCount +' records)';
[/code]
where rowcount is the number of rows per group. but all I have managed to do is get the total rowcount for the table
This discussion has been closed.
Replies
Can anyone help with this?? :)
Thank you in advance for your help.
iecwebmast