Hello everyone
I trying to use the “group by” function
Its working for only on column. which way I can add the control also on the second column?
Dt.AsEnumerable().GroupBy(Function(i) i.Field(Of String)(“Col1”)).Select(Function(g) g.First).CopyToDataTable