Hi,
I have code in this format:
LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("ABC"));
LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("DEF"));
LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("XYZ"));
Now I have to add a Row, which is invisible to the user (I have to send that as an argument to a converter later).
Thanks in advance,
Srinivas M.