I want to group a set of rows then hide them. Once hidden can you make it display some sort of text message.
Like right now it just hides the rows.
It is not very obvious that the rows are hidden. Can you give a message to be shown when hidden sort of like regions in C#
region hi
// some code
#endregion
if you collapse(hide) the region you will see at least "hi" and no right off the bat that something is hidden.
