<%: Html.Kendo().Grid(Model.Registrants) .Name("Registrants") .Columns(column => { column.Bound(i => i.RedemptionCode); column.Bound(i => i.FirstName); column.Bound(i => i.LastName); column.Bound(i => i.Address); column.Bound(i => i.Zip); }%> <%} %>
16 Answers, 1 is accepted
Does the issue still appear after you refresh the code analysis from JustCode menu -> Analysis -> Refresh Code Analysis ?
If does, would send us a sample project that reproduces it?
Thanks.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Unfortunately I can't attach a sample project due to NDA's and such. I will see if I can put together a sample project in my free time (if such thing exists) but looks like it's happening in all my solutions.
Visual Studio 2010 SP1
Kendo UI for ASP.NET MVC
OpenAccess
JustCode
Windows 7 x64 Enterprise
I also have installed the Telerik MVC VSExtensions and the WebUI VSExtensions (not being used in the project in question).
Thanks for the reply Vesselin.
We recently fixed this issue and tested it with Jillian's case. Everything should be fine with the next build. We will be grateful if you guys provide us more sample projects for testing.
Thank you.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
The next build will come alive in two weeks at the latest.
So please stay tuned.
Thanks.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
@ Jillian
This is not related to the first posted topic, but we will try to investigate this one too.
What kind of project did you open when it happened?
Thanks.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
@ Jillian
I tried to reproduce your issue, but I was not able to.
Does it happen every time or it was just once?
I opened Telerik MVC3 project both with Razor and Aspx, but everything was fine.
Thanks.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
I am glad everything is fine now.
If you have any other issues or questions do not hesitate to contact us.
Thanks.
Zdravko
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.