Telerik Forums
UI for ASP.NET Core Forum
2 answers
88 views

Hi,

In WebForms I could avoid changing the html i tags to em (and other tags).

In .net core I don't see a way to accomplish that.

Is it possible?

Thank you

 

Ricardo
Top achievements
Rank 1
 answered on 06 Feb 2018
1 answer
878 views

Does anyone have an example for the kendoDropdownList that uses the MVC Core tag helper, and uses local binding?  The tag helper sample in the demos binds to remote data only.  Thanks!

 

Dimitar
Telerik team
 answered on 06 Feb 2018
7 answers
639 views

Please provide an example of Async file upload in Razor using .net Core. The only examples I can find use the HttpPostedFileBase which is replaced in .net core.

http://demos.telerik.com/aspnet-mvc/upload/async

Please post a how to, or direct me to an appropriate existing document guide on how to implement this in .net core. Is this supported yet? If so where can I find the correct documentation with demos and example code?

Thanks

Nencho
Telerik team
 answered on 02 Feb 2018
1 answer
250 views

I have no issue getting the value from the cell using:

funciton onSelect(arg) {

var cellvalue = arg.range.value();

}

Do you have documentation on how to get the selected column and row index?

Veselin Tsvetanov
Telerik team
 answered on 02 Feb 2018
2 answers
116 views

When mapping a date file as grid column, it's not being transformed into a DatePicker.
This doesn't happen with Edge, Chrome or the latest Firefox, I'm only experiencing this with the ESR version of Firefox.

Example:  

@(Html.Kendo().Grid<HuntingReportModel>()
        .Name("test")
        .Columns(x => x.Bound(y => y.Date))
    .ToolBar(x => x.Create()))

See attachment for the resulting control...

using jquery ui without the wrappers it works.

manually calling .kendoDatePicker helps but it's really just a bad workaround...

Browser: Firefox ESR (52.5.3 & 52.6.0)

Kendo: 2018.1.117


Stefan
Telerik team
 answered on 01 Feb 2018
1 answer
176 views
Please guide me to disable both weekends and holidays in calendar widget
Viktor Tachev
Telerik team
 answered on 31 Jan 2018
1 answer
414 views

Hello!  

I'm using the grid to display some LastUpdateDate which is saved as UTC in the database. I want to display this dates to the user in the local browser time zone in "g" general format based in the user settings. ex: "1/26/2018 14:15 PM". 

 

Date in the database: "2018-01-26 17:15:13.130" UTC

Local time in which the data was saved "2018-01-26 14:15:13" my local time 

What the grid displays: "1/26/2018 5:15 PM" Wrong!

 

Thanks in advance!

Stefan
Telerik team
 answered on 31 Jan 2018
1 answer
167 views

Hi,

I have .net core application and i want use React.js with kendo Core UI, is there any possibility to follow this and please provide any sample

krds

lakmal

 

 

 

Stefan
Telerik team
 answered on 29 Jan 2018
2 answers
232 views

Hi,

 

I wanted to try and install the 2018 release trial of Telerik for Asp.net Core from nuget, however the only version that is listed is

Telerik.UI.for.AspNet.Core.Trial 2017.3.1026

Is it missing from the private nuget feed ?

 

I used https://nuget.telerik.com/nuget as my nuget feed.

 

Thank you

 

Stephane
Top achievements
Rank 1
 answered on 24 Jan 2018
1 answer
377 views

Hello,

Isn't it possible to use a Kendo DropDownList in the Grid EditTemplate and pass the Parameter for the Dropdown with the Kendo Template Syntax like this: new {mitgliedid = "#: Mitglied_ID #"}

Here a example:

@(Html.Kendo().DropDownList()
      .Name("products")
      .DataTextField("ProductName")
      .DataValueField("ProductID")
      .DataSource(dataSource => { dataSource.Read(read => read.Action("Lookup", "Berechtigung", new {mitgliedid = "#: Mitglied_ID #"}))
          .ServerFiltering(true); })
          .ToClientTemplate()
      )

 

or is the only way to pass that parameter in the Grid Edit Event (e.model)?

robert

Konstantin Dikov
Telerik team
 answered on 23 Jan 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?