Browse by Tags

All Tags » ASP.NET » RadGrid (RSS)

Extracting the Date from a DateTime in Entity Framework 4 and LINQ by Ken Cox [MVP]

In my current ASP.NET 4 project, I’m displaying dates in a GridDateTimeColumn of Telerik’s ASP.NET Radgrid control. I don’t care about the time stuff, so my DataFormatString shows only the date bits: <telerik:GridDateTimeColumn FilterControlWidth=...

Fixing EntityDataSourceWrapper Error in EF (VB Version) by Ken Cox [MVP]

I lost a lot of time today on this error: ‘EntityDataSourceWrapper' does not contain a property with the name …' The project is ASP.NET 3.5 using Entity Framework and VB. I’m using the Telerik RadControls for ASP.NET AJAX (a sweet suite!). In my app,...
More Posts