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

Version issue with Kendo Tree View

3 Answers 270 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Monalisa
Top achievements
Rank 1
Veteran
Monalisa asked on 09 Oct 2020, 08:40 AM

Hi Team,

i am using kendo treeview for one of my requirement. It was working fine with kendo.mvc dll version 2015, but when we upgraded kendo.mvc version to 2018.3.911.545 ,it is not working properly and items inside tree view getting disabled.

Please let me know how to resolve this issue. Thanks

 

@helper RenderGroupTreeView()
{
    @(Html.Kendo().Window().Name("windowGroupTree").Title("Sector").Draggable().
                                        Actions(actions => actions
                                            .Minimize()
                                            .Maximize()
                                            .Close()
                                            ).Visible(false)
                                            .Resizable()
                                            .Scrollable(true)
                                            .Height(300)
                                            .Content(@<text>
                                                @(Html.Kendo().TreeView()
                                                                .Name("GroupTree")
                                                                .BindToTaxonomyData("Group")
                                                                .Events(events => events.Select("onGroupSelection").DataBound("onGroupSelection"))
                                                )
                                                <br />
                                                <span id="SGlabel" style="font-style:italic;" class="k-label-bottom">Selected: </span>
                                                <span id="SelectedGroup" style="font-weight:bold;font-style:italic;" class="k-label-bottom">@Html.DisplayFor(x => x.Group.Description)</span><br /><br />
                                                <span id="btnGroup" style="align-items:center" class="k-button">OK</span>
                                            </text>)
    )

 

 

3 Answers, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 13 Oct 2020, 06:06 AM

Hi Monalisa,

Changing the product's version with one that is 3 years newer could result in the introduction of breaking changes inside the components and the way they interact with each other. 

To be able to help you with the current case, I will need more details about the scenario on which you are working. What was the previous correct behavior and what is the current one? Can you isolate the issue in a runnable example and send me this example so I can test it locally and provide more relevant feedback? 

Last but not least, after updating the DLL file, did you also upgrade the Kendo UI CSS and JS files?

Regards,
Petar
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

0
Monalisa
Top achievements
Rank 1
Veteran
answered on 15 Oct 2020, 08:34 AM

Hi Petar,

Thank you for your reply,

Yes after changing new version of kendo ddl i updated JS and css files also.

It was working fine with v2015.9.390.545

Please go through attached file for more details. Sector tree view should displayed like location treeview.

I will be great to get a solution asap. Thanks

 

0
Petar
Telerik team
answered on 16 Oct 2020, 03:19 PM

Hi Monalisa,

To be able to help you, we will need a runnable example in which the reported behavior can be replicated. Otherwise, we cannot identify the source of the issue. 

Create a runnable example in which we can reproduce the issue with the TreeView and send it to us.  Thus we can further investigate why TreeView is disabled. If you don't want to publicly share your code, you can submit a new support ticket and we will handle it according to the response time of your support plan.

Regards,
Petar
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
Grid
Asked by
Monalisa
Top achievements
Rank 1
Veteran
Answers by
Petar
Telerik team
Monalisa
Top achievements
Rank 1
Veteran
Share this question
or