Hello.
I have another question I would like to group the table on one of the column. I try to do this using this code, but it's not work:
What i'm doing wrong ?
Thanks a lot for help.
I have another question I would like to group the table on one of the column. I try to do this using this code, but it's not work:
Dim gbe As New GridGroupByExpression("Grupa Group By Grupa")
gv_dodatkowe.MasterGridViewTemplate.GroupByExpressions.Add(gbe)
What i'm doing wrong ?
Thanks a lot for help.