Hi,
I'm sure this is an easy issue but i'm struggling to find a solution on my own. Basically I want to get the name of the column that i made groupby it.
example:
.
1- I have data in my radgridview and i drag and drop on of the column to make group by it.
2- I have an event
Private Sub ReportingGridView_GroupByChanged(sender As Object, e As GridViewCollectionChangedEventArgs) Handles ReportingGridView.GroupByChanged
End Sub
my question is : how I can return the name of the column that I made group by it??????????????
PLZ Help...
I'm sure this is an easy issue but i'm struggling to find a solution on my own. Basically I want to get the name of the column that i made groupby it.
example:
.
1- I have data in my radgridview and i drag and drop on of the column to make group by it.
2- I have an event
Private Sub ReportingGridView_GroupByChanged(sender As Object, e As GridViewCollectionChangedEventArgs) Handles ReportingGridView.GroupByChanged
End Sub
my question is : how I can return the name of the column that I made group by it??????????????
PLZ Help...