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

New comboBoxTree in cshtml

1 Answer 64 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Antoine
Top achievements
Rank 1
Antoine asked on 18 Dec 2014, 05:01 PM
Hi guys,

I have a big question (for me).

I have an ASP.NET MVC4 projet, .NET 4.0 with Razor views. (cshtml)

I have a cshtml file name create.cshtml, in it, I have this kind of things to filter a Grid :

@(Html.LocalizedEditor<PurchaseInvoiceModel, PurchaseInvoiceLocalizedModel>("purchaseInvoice-info-localized",
    @<table class="adminContent">
       <tr>
            <td class="adminTitle">
                @Html.NopLabelFor(model => model.PaymentStatusId):
            </td>
            <td class="adminData">
                @Html.DropDownListFor(m => m.PaymentStatusId, Model.AvailablePaymentStatuses, new { @class = "adminInput" })
            </td>
        </tr
     .... blablabla

BUT, I wanna have an DropDownList with a treeView like this: http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/overview/defaultcs.aspx

Is this possible ? Because I'm a little bit lost :(

Thank you for your help :)



1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Dec 2014, 06:16 AM
Hi Antoine,

RadDropDownTree is part of Telerik ASP .NET AJAX suit so you can use it in a Web form web site or application. 

One possible solution with Kendo  is described in this forum thread.

Hope this will explain the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DropDownTree
Asked by
Antoine
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or