This is a migrated thread and some comments may be shown as answers.

JustCode Error with Kendo Grid

16 Answers 144 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jillian
Top achievements
Rank 1
Jillian asked on 15 Aug 2012, 05:12 PM
I am trying to use the Kendo grid with an application I have, but I am getting a Just Code (2012.2.815.1) error "Unknown method 'Columns' of 'Kendo.Mvc.UI.Fluent.WidgetBuilderBase<TViewComponent, TBuilder>'. How can I resolve this error?

<%: 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

Sort by
0
IT
Top achievements
Rank 2
answered on 17 Aug 2012, 12:54 PM
We are seeing the same issues with the latest version of KendoUI for MVC and JustCode version 2012.2.815.1.  We had to drop back to the last build of JustCode.
0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 17 Aug 2012, 07:09 PM
Same thing, had to uninstall JustCode. Will revert to the last one I guess.
0
Zdravko
Telerik team
answered on 20 Aug 2012, 12:21 PM
Hello all,

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.

Regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 20 Aug 2012, 02:56 PM
Just installed it agin, refresh code alaysis clears the errors until it's finished analyzing again and everything breaks again. Uninstalling. Let us know when there's a proper fix.

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).
0
Zdravko
Telerik team
answered on 23 Aug 2012, 09:24 AM
Hi all,

 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.

Greetings,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 24 Aug 2012, 05:32 PM
I finally got a couple sample projects that use a lot of our Kendo-specific code base with EF code first and LocalDB for storage so next time I will be gladly able to attach a sample project.
0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 24 Aug 2012, 05:35 PM
When can we expect the next build? I don't see any internal builds in my account yet.
0
Zdravko
Telerik team
answered on 29 Aug 2012, 01:45 PM
Hi,

 The next build will come alive in two weeks at the latest.
So please stay tuned.
Thanks.

Kind regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
sL342799
Top achievements
Rank 1
answered on 29 Aug 2012, 04:32 PM
Same issue here... what is the fix in the mean time?
0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 30 Aug 2012, 09:51 PM
Go download one of the older builds. I'm using 2012.1.321 on VS2010 fine.
0
Jillian
Top achievements
Rank 1
answered on 31 Aug 2012, 04:02 PM
I don't know if this is related or not, but I also get the attached error when I open visual studio now with JustCode 2012.2.815.1 installed.

0
Zdravko
Telerik team
answered on 03 Sep 2012, 02:19 PM
Hi all,

 @ 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.

Greetings,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jillian
Top achievements
Rank 1
answered on 04 Sep 2012, 12:12 PM
I opened a Telerik MVC3 Application - Telerik MVC Version 2012.2.607.340.
0
Zdravko
Telerik team
answered on 06 Sep 2012, 01:14 PM
Hello,

 @ 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.

Regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jillian
Top achievements
Rank 1
answered on 06 Sep 2012, 02:51 PM
It was happening every time I opened that particular project.  I have since upgraded to JustCode 2012.2.903.1.  I just opened the project and the error window did not pop up this time. 
0
Zdravko
Telerik team
answered on 11 Sep 2012, 12:35 PM
Hi,

 I am glad everything is fine now.
If you have any other issues or questions do not hesitate to contact us.
Thanks.

Regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Jillian
Top achievements
Rank 1
Answers by
IT
Top achievements
Rank 2
Vesselin Obreshkov
Top achievements
Rank 2
Zdravko
Telerik team
sL342799
Top achievements
Rank 1
Jillian
Top achievements
Rank 1
Share this question
or