Telerik Forums
Kendo UI for jQuery Forum
4 answers
774 views

Hi Guys,

Have just tripped over a little CSS issue whereby the left had side border is becoming double thickness when the first column is hidden.

To replicate the problem run the

    Grid / Column menu Demo

and hide the first column.

The results can been seen in the attached screenshot.

Digging into the CSS I can see you are removing the border on the first child

    .k-filter-row>th:first-child,
    .k-grid tbody td:first-child,
    .k-grid tfoot td:first-child,
    .k-grid-header th.k-header:first-child {
         border-left-width: 0;
    }

but when this column is hidden the subsequent column will still retain the left border resulting in the 2px border-left.

Regards
Alan

AGB
Top achievements
Rank 1
Iron
 answered on 27 Sep 2019
3 answers
159 views

Hi, 

Im trying to bind a model to the content of a kendoWindow but its just not responding. Kendo initializes the widgets in the window, but doesnt bind any data (see how the done button is still enabled).

Please advise: https://dojo.telerik.com/eYIMiLok

The reason for this binding strategy is that the entire code block (HTML and script) are loaded dynamically.

Thanks in advance, 
Grant

Ianko
Telerik team
 answered on 27 Sep 2019
3 answers
221 views

How can I localize DropDownList formatting text "Heading 1" and other?

In demo it is not localized: https://demos.telerik.com/kendo-ui/editor/localization

messages.en-us.js don't contians this text.

Martin
Telerik team
 answered on 27 Sep 2019
1 answer
114 views

I have a scrollable div within kendo Window.

The said div contains selectable thumbnail, it will show a bigger version if clicked (functionality not included in the attached file)

The problem when there will be hundreds to thousands of images the scrolling in IE11 becomes almost unresponsive.

Attached sample have around a 1000.

Tested it with bootstrap modal, did not have any issue with scrolling in IE11.

Issue does not happen in other browsers, is this an issue with repaint and scroll in IE?

Aleksandar
Telerik team
 answered on 27 Sep 2019
13 answers
943 views
Hi 

i was wondering if it is possible to add a url link inside a tool tip. so the same way you would use 
<a href="url">Link text</a>
but showing up inside the tool tip. and of course it being clickable and leading you to the listed website. 

thank you
Petar
Telerik team
 answered on 27 Sep 2019
7 answers
1.0K+ views

Hello,

I was wondering if the newer releases of Kendo UI (or RadGrid) support pasting data from Excel to the grid?

I found some older code in these forums (from 2011) that "hand implements" the paste, but I was wondering if there are any native capabilities that have been added to support pasting data to a Kendo grid (as opposed to from a kendo grid to excel). I looked through the new demos, and didn't see anything along those lines. Just wondering if this is a feature or if it's on the roadmap, as it's a highly desirable feature for an editable grid.

Alex Hajigeorgieva
Telerik team
 answered on 26 Sep 2019
4 answers
702 views

I cannot figure out how to hide the splitbar - even if I delete the HTML element, it still shows because of other widths and offsets.

I have googled this for ages and found a few old suggestions (even by kendo people) that don't work anymore.

Could you point out the CSS required to simply hide the splitbar - either by transparency or even setting it to my own color - no matter much I played with the CSS, I could not work this out.

Dimitar
Telerik team
 answered on 26 Sep 2019
1 answer
113 views
I often go into grid live / production and click the filter icon and select "Contains" and then I enter the text "Manifest".

This is great as it shows me all the Manifest activity,

During busy periods on the activity grid on live / production is often getting updated with new records coming in on the live signalR feed.

When new records come in filter continually gets reset. So If I select "Contains" on the filter it automatically gets changed to "Is equal to" when a new activity record comes in. When I try and type in "manifest" in the filter textbox this automatically gets cleared out when a new record comes in.

Not the end of the world as I can work around it but if there is any solution to this that would be great.
Viktor Tachev
Telerik team
 answered on 26 Sep 2019
2 answers
977 views

I just started working with the MultiColumnComboBox component, and I immediately noticed that the headers are increasing misaligned with their columns as you move from left to right across the grid.

The demos show a small buffering header over the vertical scrollbar, but that's not present in my implementation.

Is there something I'm missing to have that little buffering header over the scrollbar?

 

I've included a screenshot of the MultiColumnComboBox grid rendering where you can clearly see the misalignment. The screenshot includes the configuration code, as well.

Martin
Telerik team
 answered on 24 Sep 2019
1 answer
582 views

I have a grid with inline editing, linked to a datasource with a update url like listed below.

How do I catch an error returned by the transport.update ?

Thanks in advance

Regards

Morten

 

$("#grid").kendoGrid({

dataSource: gridDs,

editable: "inline",

...

 

var gridDs = new kendo.data.DataSource({

transport: {

    read: { ... }

    update: { 

                    type: "POST",
                    url: '@Url.Action("Update", "Customers")',
                    dataType: "json",
                    contentType: "application/json; charset=utf-8"

      }

     

 

Alex Hajigeorgieva
Telerik team
 answered on 24 Sep 2019
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?