how does telerik mvc grid autogernerate columns work? - telerik-grid

i'm using telerik mvc grid (latest open source edition) , it does NOT work with my viewmodel when
using autogenerate columns(.Columns(c=>c.AutoGenerate(true)) feature , but
.Columns(c=>c.Bound("Id") works , i searched on telerik help but ...

Related

NuGet package of MVVM pattern for Blazor + Telerik server web applicatoin

I am looking for a great NuGet package of MVVM for Blazor with Telerik UI. Especially easily for the data binding part as what we have in WPF application.
Tried CommunityToolkit.Mvvm

Is there any way to use ajaxcontroltoolkit textditor in asp.net mvc5

I am developing asp.net mvc5 project and now I want to use text editor in the project so I have downloaded richtexteditor from nuget to the mvc project but I do not know how to use thisin the prohect .please help me to solve this problem
Ajax Control Toolkit can not be used in ASP.NET MVC projects, only non-MVC ASP.NET projects.

how to generate .EDMX using EF6

I am working on an asp.net mvc5 web application inside VS2012. now i have upgrade my EF from version 5 to version 6, using Nuget tool.
but on this link link it is mentioned that i need to use "EF 6x code generation template" to have my .edmx file using EF6 . so i installed the EF6 tools for VS2012. and now i want to map my database to my EF. usually on asp.net mvc4 + EF-5 i do the follow:-
right click on Model folder.
select data.
select "ADO.NET Entity Data Model".
as follow:-
but now as i am using EF6 , can i still select "ADO.NET Entity Data Model" or i need to select EF 6.x DbContextGenerator ? can anyone adivce on this please? now if i am not wrong select "ADO.NET Entity Data Model" inside VS2012 will automatically use "EF 5.X DbContext Generator" ? is this correct?

using entity framework 5.0 with sharepoint 2013

I want to use entity framework 5.0 with sharepoint 2013. When I deploy a simple web part I get "entity framework 5 could not load file or assembly entityframework version 5.0" error.
Can I use entity framework with sharepoint 2013? If so what is the problem?
Thank you.
Note:I can use ef5 in web projects, in addition I have another machine setted up sp2010 and entity framework 4.0. They work fine.
on the package manifest add the entity framework to the safe controls, this will add the safe control in the web.config of the corresponding sharepoint web application.
I made a work around and use WCF services to connect database.

Can't open NerdDinner project in vs2008

NerdDinner.csproj won't load in vs2008 sp1 with .net 3.5 sp1. Am I not up-to-date on these tools or something? It complains this project type not supported on this installation.
Do you have the ASP.NET MVC Framework installed? If not, you need it. NerdDinner is an example of an MVC Framework project, and you won't be able to open it or run it without the ASP.NET MVC Framework installed.
You can find the appropriate installation information at http://www.asp.net or more specifically http://www.asp.net/mvc
In my I had to change the value of the "ProjectTypeGuids" in the project file. I copied them from another MVC project that I had created with my version of VS 2008.
This is the post that gave me the answer:
http://www.stuffthatjustworks.com/How+To+Fix+Xcsproj+Cannot+Be+Opened+The+Project+Type+Is+Not+Supported+By+This+Installation.aspx
In my case...it was the wrong version of the framework.
I just copied the from another asp.net mvc project I had made. (then you probably have to fix up the references, which is trivial with resharper :-) )

Resources