Hi I'm working with telerik rad controls for asp.net ajax Q2 2010 and this is my scenario.
I have a radgrid that has 5 columns that show the count of requests that are registered,authorized,rejected,cancelated and the total count of the 4 status.
What I need to do is for the first row, get the count of requests registered authorized,rejected,and cancelated the current day.
for the second row get the same count but for the current month.
and the third row the count but per year.
I'm using linq and entity framework in my app.
how can i do this?
I have a radgrid that has 5 columns that show the count of requests that are registered,authorized,rejected,cancelated and the total count of the 4 status.
What I need to do is for the first row, get the count of requests registered authorized,rejected,and cancelated the current day.
for the second row get the same count but for the current month.
and the third row the count but per year.
I'm using linq and entity framework in my app.
how can i do this?