I have data that requires views to properly pull the correct updated columns from various tables. So a user can update on one webpage a Column for "EstimatedCompletionDate" of a task. Another page has this same date but it applies to a different task. So the easiest way to get the right data into the right grid is to utilize views. I'd like to use the Entity Framework DataSource but I'm not sure how to execute the stored procedure call?
Is there an example of how to do this?
I'm using Rad Controls for ASP.NET AJAX version 2013.1.220.
Thanks
Is there an example of how to do this?
I'm using Rad Controls for ASP.NET AJAX version 2013.1.220.
Thanks