Telerik Forums
UI for ASP.NET Core Forum
7 answers
581 views

Using PDFViewer and pdfjs processing in my view, the pdf file, once loaded in view the toolbar shows 6 pages, but the pdf content flows outside the containers as one long image, with all 6 pages shown.

Anyway to contain just one page at a time, or keep the content in a container?

Thanks,

MK

Michael
Top achievements
Rank 1
 answered on 12 Jul 2019
1 answer
266 views

Hi,

 

Is it possible to have an autocomplete input field in a form, ASP.NET Core,  and send back for example customer name to the pagemodel?

 

Best regards,

 

Johan

Tsvetomir
Telerik team
 answered on 11 Jul 2019
1 answer
221 views

Does the TreeList have the ability to create have a dropdown selection for columns similar to the "Categories" on here: 

https://demos.telerik.com/aspnet-core/grid/editing-custom 

 

I followed everything on the page I believe but I can not get the dropdown to work for the TreeList.

Does the TreeList work that much differently?

Nikolay
Telerik team
 answered on 11 Jul 2019
4 answers
184 views

hello,

I am using a scheduler with ASP.NET Core 2.2 MVC app.(Example @(Html.Kendo().Scheduler<xxxScheduleViewModel>()

When I create an event, I'd like to change the default field names . For example , Instead of 'Title' , say  'Book event' (see picture)

Is this handled in Schema ? Any examples?

Thanks,

Peter

peter
Top achievements
Rank 1
 answered on 11 Jul 2019
3 answers
337 views

Hello,

I am working with using a DateRangePicker with the calendar section always open and I have it in a sidebar. The problem I am having is that the calendar portion does not resize to fit the space it should be contained within. The multiselect I have in the same div work as expected and size down when the size of the window goes down but the calendar of the DateRangePicker instead stays the same size and starts to cover other elements on the page. Any ideas on how I could make the calendar resize properly?

 

Thanks,

Alex

Eyup
Telerik team
 answered on 10 Jul 2019
1 answer
81 views

hello,

This probably is not Kendo problem , but I am hoping someone has a suggestion.

I am using Visual Studio 2019 ver.16.1.15 , creating a ASP.NET MVC core 2.2 Application, with , and Cosmos DB datastore. 

Scheduler Events are created in the this controller/action :       .Create(create => create.Action("Create", "Crud"))

Recently I found 19,000 duplicate events, and I am trying to track down the root cause.

Is the controller/action  being called over and over?

Or is Cosmos DB doing something unintended ?

Any ideas?

Thanks,Peter

 

peter
Top achievements
Rank 1
 answered on 10 Jul 2019
0 answers
119 views

Hi. 

I created custom editing popup and use it to insert na new element into Kendo Grid.
The ViewModel of this grid  elements contains a Array so my popup template contains another grid with i whant tu use to  fill the array in the viewModel but have no idea how to achive this. I know I have bind the grid with "ConfiguratorAttributs" array but I don know how i can do this.
The Careate method of my "Parent" grid always call my Controller passing ViewModel with null ConfiguratorAttributs element.
Can anyone help me deal with this?

Beniamin
Top achievements
Rank 1
 asked on 10 Jul 2019
3 answers
144 views

Hello Telerik,

 

I am using UI for ASP.NET Core (2019.1.220) and in my .cshtml I'm creating a ListView that I want to be endless scrollable.

As you can see from the attached image, it seems that both the Scrollable method and the ListViewScrollableMode enum are not found.

 

Am I missing some reference or using directive?

 

Thank you,

Maurizio

Eyup
Telerik team
 answered on 10 Jul 2019
1 answer
108 views

The code showing how to return json to the client is missing in the autocomplete examples

using Microsoft.AspNetCore.Mvc;


namespace Kendo.Mvc.Examples.Controllers
{
    public partial class AutoCompleteController : Controller
    {
        [Demo]
        public IActionResult ClientFiltering()
        {
            return View();
        }
    }
}
Petar
Telerik team
 answered on 09 Jul 2019
1 answer
170 views

     Hello,

 

I would like to ask if it's possible to group DropDownListFor options as it is described in this link (https://demos.telerik.com/aspnet-core/dropdownlist/grouping), but for DropDownListFor?

 

Thank you.

 

e.g. How can I group my dropdown options by LineOfBusinessCategory?

@(Html.Kendo().DropDownListFor(m => m.CompanyHasLineofBusiness.LineOfBusinessID)
                                                      .DataTextField("LineOfBusinessName")
                                                      .DataValueField("LineOfBusinessID")
                                                      .FixedGroupTemplate("LineOfBusinessCategory")
                                                      .DataSource(source =>
                                                      {
                                                          source.Custom();
                                                          source.ServerFiltering(true);
                                                          source.Read(read =>
                                                          {
                                                              read.Action("LineOfBusinessNameList", "Midas").Type(HttpVerbs.Post);
                                                          });
                                                      })
                                                      .HtmlAttributes(new { style = "width: 100%", @validationMessage = "Mandatory" })
                              )

 

Christos
Top achievements
Rank 1
 answered on 08 Jul 2019
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?