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

Hi,

How can I show the category with the value in the tooltip ? I used the template property for this as follows. The template property is not working in the sparkline but  template property is running in the chart.

 @(Html.Kendo().Sparkline<VKSWeb.Models.RasyoAnaliz.RasyoTum>()
                        .Name("turkiye-girisim-sparkline")
                        .Type(SparklineType.Area)
                        .Series(series => series
                            .Line(field => field.TurkiyeGirisimSayisi).Color("\\#639514"))
                        .SeriesDefaults(sd => sd.Line()
                            .Width(2)
                            .Tooltip(tooltip => tooltip.Visible(true)
                                .Format("{0} Adet")
                                .Template("${category} - ${value}")))
                        .CategoryAxis(categoryAxis => categoryAxis
                            .Crosshair(crossHair => crossHair.Visible(true)))
                        .ToClientTemplate())

 

Tsvetina
Telerik team
 answered on 20 Sep 2017
1 answer
637 views

Hello,

I have a Kendo UI Grid and have GridFilterMode.Row enabled. 

My question is; how do i disable autocomplete for my filters? 

Thanks!

 

Georgi
Telerik team
 answered on 19 Sep 2017
1 answer
169 views

Hi there.

Due to some issues in VS2017 I still have to use VS2015. So I have to use VS4MAC if I want to use ASP.NET Core 2.0.

How can I use the Telerik components within Visual Studio for Mac?

Kind regards

Bernd

Bozhidar
Telerik team
 answered on 15 Sep 2017
1 answer
86 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
79 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
320 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
103 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
142 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
107 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
301 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?