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

How can we POST form data from a step?

I just see GET with all forms data.

Petar
Telerik team
 answered on 16 Oct 2020
1 answer
83 views

Hello,

I need obtain the eventDate value from the current open event.

I try this ...but doesn't work:

 

function refresh() {
 
        var timeline = $("#Timeline").data("kendoTimeline");
        var date = new Date(timeline.dataItem.EventDate);       
 
         ....
 
}

Regards,
Santi.

 

Anton Mironov
Telerik team
 answered on 15 Oct 2020
1 answer
200 views

I have an odd behavior with the splitter.  I'd like to know how to get this to work.  For some reason the Label is aligned to the left off the page.  How do I get around this behavior?

 

Splitter Definition:

@(Html.Kendo().Splitter()
    .Name("splitter")
    .HtmlAttributes(new { style = "height: 150px;" })
    .Panes(panes =>
    {
        panes.Add()
            .HtmlAttributes(new { id = "top_pane" })
            .Collapsible(true)
            .Content(@<p>@Html.Partial("_SplitterWorkPanel1")</p>);
 
        panes.Add()
            .HtmlAttributes(new { id = "bottom_pane" })
            .Collapsible(true)
            .Content(@<p>@Html.Partial("_SplitterWorkPanel2")</p>);
    }))

 

Partial Views (both are the same):

@{ Layout = null; }
 
<div class="row">
    <label class="col-form-label">Date Range</label>
 
</div>
 
<div class="row" style="margin-top: 5px;">
    <label class="col-form-label">Status</label>
 
</div>

 

Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 15 Oct 2020
1 answer
184 views
Greetings!
I have an ASP.NET Core app. In this app on one page I have a custom multiselect with 21 values of 38 selected by default.
In browsers like Firefox and Safari, all works fine, all required values (21 of 38) in multiselect are selected.
But in Chrome the multiselect is empty, so I need to select all 21 values manually.
Is this a bug?
Thanks
Petar
Telerik team
 answered on 15 Oct 2020
5 answers
524 views

The code places the PDF Viewer in a partial razor view.  I am using Zurb Foundation to display a modal dialog.  The PDF viewer displays on the modal dialog.  I am using the OnRender to change the PDF viewer to fit to width.  What I am seeing is the first time that the PDF file is rendered, the PDF file is smaller than subsequent renders while the modal dialog is open.

For example, on the first render of the dialog, I see the following( see attachment FirstRender.png).

While the modal dialog is displayed, I change to another zoom selection and back to fit to width.  This render does appear to fit to width (see attachment SecondRender.png).  Repeating the switch between the selections and back to fit to width yields the same result where fit to width seems to work (see attachment SecondRender.png).

 

Is there some way I can get the first render to fit to width like the subsequent renders?

Aleksandar
Telerik team
 answered on 15 Oct 2020
1 answer
310 views

Hi,

 

I'm stuck on a fall back version due to budget constraints. We use 2020.1.406. 

 

Does this version not support Form? 

Thank you.

Neli
Telerik team
 answered on 15 Oct 2020
1 answer
1.1K+ views
    
 

How do I add data attributes?

Like:

data-filter=".lap"

 

Thanks, Marty

 

FYI, I am having issues posting in the forum as well in chrome

 
Petar
Telerik team
 answered on 15 Oct 2020
11 answers
4.4K+ views

Hello,

I'm using this code in my grid:

 

   .ToolBar(tools => tools.Excel())
     .Excel(excel => excel
        .FileName("Ci_view.xlsx")
        .Filterable(true)
        .ProxyURL(Url.Action("ExportExcelSave", "Ci"))
        .AllPages(true)

My question is; how can I exclude some columns from my Excel?

 

Thanks!!

 

Daniel Blendea
Top achievements
Rank 1
 answered on 15 Oct 2020
1 answer
151 views

I was using Hoverable Dropdown (https://www.w3schools.com/howto/howto_css_dropdown.asp) and when Filterable Kendo Grid is applied on my webpage, the Kendo Grid Filter icons appeared on top of the Hoverable Dropdown interface while the Kendo Grid headers were hidden by the Hoverable Dropdown (please refer to the partial screenshot from the attachment).

Is it because of certain part of the css for the Hoverable Dropdown causing such an issue?

I would appreciate your expert advice.

Cheers

Ivan Danchev
Telerik team
 answered on 14 Oct 2020
1 answer
130 views

     I started using the TreeList and this happens:

  • I have a list of items (columns: Name and CreatedDate)
  • I sort the list by CreatedDate DESC
  • The order of the items updates accordingly
  • I click on an item and view the details page
  • Go back to the list
  • The order is reset again

Is it possible to save the current order so that when you go back to the list it remembers the changes you made?

Anton Mironov
Telerik team
 answered on 13 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?