Hello
I use a RadGrid and I actived grouping. In Source with bind the RadGrid I have full date (format: DD:MM:YYYY:HH:MM:SS).
Result is such I have group for one Item.
I will have group by DD:MM:YYYY. One groups is have item for one day.
Can you hell mi ??
Thanks,
Yes It is similary scenario but I bind data in codebehind. I'm useing LINQ to Entity. I create query (big query ;)) and result bind to DataGrid.
var query = from c in context ....
RadGrid.DataSource = var;
RadGrid.DataBind();
Metod uses post above It occurs to mi is this metod little effective.
Is the exist another metod ??