Telerik Forums
UI for ASP.NET Core Forum
1 answer
82 views

Grid controls the same data how to merge rows of data like red boxes

please help me

Thank you !~
Stefan
Telerik team
 answered on 15 Sep 2017
2 answers
77 views

Hi guys,

I use the TreeList with dotnet core, but I found a problem the DataSource Model not contain the ParentId property so I can not bind the data.

My version is the internal version 2017.2.823.

Thank you.

Dimitar
Telerik team
 answered on 12 Sep 2017
1 answer
318 views

Hi, 

We have just bought a couple of commercial licenses of Kendo UI for ASP.NET Core MVC after having used the trial version.

I have upgraded my license by removing Telerik.UI.for.AspNet.Core.Trial nuget package and installing Telerik.UI.for.AspNet.Core and left JSand Styles folders which I installed before as I know Telerik distributes the same files through trial and commercial licenses.

My question is under telerik.ui.for.aspnet.core.2017.2.621.commercial folder which I downloaded from our account page there is a nuget package Telerik.UI.for.AspNet.Core.2017.2.621.nupkg. Am I suppose to use this package or what I have done above should be enough to install commercial license. 

Muhammad Irfan

Veselin Tsvetanov
Telerik team
 answered on 12 Sep 2017
1 answer
102 views
Kendo UI implements all the functional features of Web From's RadDropDownTree control 
Checkboxes 
CheckAll and Clear Buttons 
Filtering 
Server-side Templates 
TextMode 
Validation 
http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/overview/defaultcs.aspx
Stefan
Telerik team
 answered on 07 Sep 2017
1 answer
138 views

Hello,

I require the following features and I'm wondering if they are supported in some way: 

1) Is it somehow possible to ask for a confirmation from  before saving records to the database? Like: "This will save your changes to the database. Are you sure?"

2) Does batch editing support dropdown boxes (like in Kendo UI for other platforms)?

3) Is it somehow possible to detect changes in the grid (a.k.a. dirty check)? I want to warn user when they have unsaved changes and want to leave the page. 

 

Thanks!!

Alex Hajigeorgieva
Telerik team
 answered on 06 Sep 2017
1 answer
102 views

 @(Html.Kendo().ComboBoxFor(m => m.DeviceId)
                                      .HtmlAttributes(new { required = "required", data_required_msg = "请选择装置名称", style = "padding: 0px;width:562px" })
                                      .DataTextField("DeviceName")
                                      .DataValueField("Id")
                                      .HtmlAttributes(new { style = "width: 100%;" })
                                      .DataSource(source =>
                                      {
                                          source.Read(read =>
                                          {
                                              read.Action("GetOrganizeDeviceNameList", "OrganizeDevice", new { Id = Model.Id, InspectionCycleId = Model.InspectionCycleId });
                                          })
                                          .ServerFiltering(true);
                                      })
                                      .Filter(FilterType.Contains)
                                      .CascadeFromField("DeviceName")
                                      .Suggest(true)
                                      .Height(300)
                                      .Events(eve =>
                                      {
                                          eve.Change("initListData");
                                          eve.DataBound("Gridchange");
                                      })
                                    .HeaderTemplate("<ul class='table2' width='100%' >" +
                                    "<li class='name1'>DeviceCode</li>" +
                                    "<li class='name2'>DeviceName</li>" +
                                    "<li class='name3'>Scale</li>" +
                                    "</ul>")
                                    .Template("<ul class='table2\'width='100%' >" +
                                    "<li class='name1'>#: data.DeviceCode #</li>" +
                                    "<li class='name2'>#: data.DeviceName #</li>" +
                                    "<li class='name3'>#: data.Scale #</li>" +
                                    "</ul>")
                                    .FooterTemplate("")
                                    )

 

 

The comboBox control sets the Template and HeaderTemplate templates to trigger the Change and Select events twice

Plase Help Me

Neli
Telerik team
 answered on 05 Sep 2017
2 answers
298 views
Multiple Selection:DropDownBox with embedded TreeView  、DropDownBox with embedded DataGrid
Single Selection  :DropDownBox with embedded TreeView  、DropDownBox with embedded DataGrid
ghd258 ghd258
Top achievements
Rank 1
 answered on 05 Sep 2017
0 answers
78 views
Good morning. I have next problem. When I moving window, which was opened inside parent window and for moving window is set parameter RestrictionZoneID. When I move this window to edge of parent window and move the mouse pointer further and release mouse button there. Then I move mouse pointer to moving window back with released mouse button already, moving window continues to move with mouse button. I hope You have understend me, because I speak english not very well
Владимир
Top achievements
Rank 1
 asked on 04 Sep 2017
15 answers
408 views

Upgraded to 2.0 and now getting this error.

 

Could not load type 'Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResultExtensions' from assembly 'Microsoft.AspNetCore.Mvc.Core

   {
              "level": 0,
              "method": "Kendo.Mvc.UI.DataSourceRequestModelBinder.TryGetValue",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 1,
              "method": "Kendo.Mvc.UI.DataSourceRequestModelBinder.CreateDataSourceRequest",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 2,
              "method": "Kendo.Mvc.UI.Grid`1.ProcessDataSource",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 3,
              "method": "Kendo.Mvc.UI.Grid`1.ProcessSettings",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 4,
              "method": "Kendo.Mvc.UI.WidgetBase.RenderHtml",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 5,
              "method": "Kendo.Mvc.UI.WidgetBase.ToHtmlString",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            },
            {
              "level": 6,
              "method": "Kendo.Mvc.UI.Fluent.WidgetBuilderBase`2.WriteTo",
              "assembly": "Kendo.Mvc, Version=2017.2.621.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
            }

Marcel
Top achievements
Rank 1
 answered on 04 Sep 2017
4 answers
196 views
Combo box supports multiple columns and combo box customization, as shown in Figure effects
Neli
Telerik team
 answered on 01 Sep 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?