Telerik Forums
Kendo UI for jQuery Forum
2 answers
272 views

Hello,

if a splitbutton go on a small screen in overflow mode, the click event of the buttons are not fired.

Dojo: http://dojo.telerik.com/otopaWUL

Please decrease the width of the output window,  so that the splitbutton goes in the overflow button.

How can I fix this?

Regards,

Peter

Ivan Danchev
Telerik team
 answered on 26 Sep 2018
5 answers
438 views

Hi,

I'm trying to add a group in my listbox.

But seems my code below is not working.

It only shows unidentified.

$("#optional").kendoListBox({
                    connectWith: "selected",
                    dataTextField: "Name",
                    dataValueField: "Name",
                    selectable: "multiple",
                    template: myTemplate,
                    groupable: true,
                    toolbar: {
                        tools: ["transferTo", "transferFrom", "transferAllTo", "transferAllFrom"]
                    },
                    dataSource: {
                        transport: {
                            read: {
                                url: "getmember" + id,
                                dataType: "json"
                            },
                            schema: {
                                model: {
                                    fields: {
                                         Name : { type: "string" },
                                        Id: { type: "string" },
                                        Location: { type: "string" }
                                    }
                                }
                            }
                        },
                        group: {
                            field: "Location"
                        }
                    },
                    columns: [
                        {
                            field: "Name",
                            title: "Name"
                        },
                        {
                            field: "Location",
                            title: "Location"
                        }
                    ]
                });
Alex Hajigeorgieva
Telerik team
 answered on 26 Sep 2018
3 answers
279 views

In my grid, (30-40 columns / 200-300 rows)

When I select a row, it tooks approximately 1 second before the change event is fired and the new row is visually selected.

After the change event, our custom code is executed. In the callstack, only kendo and jQuery files are mentioned.

 

When I load less data (20 rows) in the grid, the event fires faster.

 

What are the possible reasons of the delay?

Are there other events that are fired before?

 

Thanks in advance

Alex Hajigeorgieva
Telerik team
 answered on 26 Sep 2018
1 answer
115 views

Hello,

can I set dynamic color for categoryAxis.crosshair?
I try to set dynamic color for crosshair based on the conditional.
But this option do not support function.

Then can i set dynamic color for this?

Thanks,

Huong

Alex Hajigeorgieva
Telerik team
 answered on 26 Sep 2018
3 answers
1.0K+ views

Hi,ProgressBar with type="percent" round 99.99 to 100%, need math.floor to 99% or 99.99%

https://dojo.telerik.com/OqeqAkOV/2

Ivan Danchev
Telerik team
 answered on 26 Sep 2018
5 answers
284 views

Hello,

can I disable the automatic redraw or refresh of zoom?

I make a zoomEnd function, which make a new ajax request to get the data in better resolution for the zoom range.
This function redraw the chart at the end.

This need some time and in the meantime the chart show the old data with the rough resolution. Would be nice to suppress this.

Peter

 

Peter
Top achievements
Rank 1
 answered on 25 Sep 2018
1 answer
364 views
Hello, I've come across an issue where if I load the tooltip content from another element on the screen, and the tooltip trigger is near the bottom of the screen, the tooltip overflows off the bottom of the screen. There is no height set, so it looks like Kendo is grabbing the height of the tooltip container before the content gets loaded in to calculate the position of the tooltip. If I close the tooltip and reopen it, it positions correctly because the content is already loaded, and the correct height is set to make that calculation. Is there a way to force that content in before the positioning takes place? Thanks!
Dimitar
Telerik team
 answered on 25 Sep 2018
3 answers
1.0K+ views

Is there a suggested way to filter the source listbox? I'm hoping to be able to type into a text box above the listbox and have the items in the listbox filter based on the value in the textbox.

I was looking into a basic angular filter, but am not sure of the best way to go about using it as it needs to be placed on the iterating element. 

 

Thanks!

Viktor Tachev
Telerik team
 answered on 25 Sep 2018
1 answer
212 views

 Hi

 

I want to be able to display two different editor templates for desktop and mobile devices.  The template for mobile devices should contain less fields as it will be used by field based engineers.  The desktop version will contain more information about the appointment details.

 

I found this thread from 2014 https://www.telerik.com/forums/mobile-compatibility-for-customeditortemplate but no example was provided to show how to achieve this. 

 

Has anyone come across this?

 

Thanks

Steve

Neli
Telerik team
 answered on 25 Sep 2018
5 answers
111 views

Hello,

for a database table 'FAQ' (with columns Question and Answer) I want use the PanelBar to show the faq. If I use https://demos.telerik.com/aspnet-core/panelbar/remote-data-binding then the Answers (the childs) ar not displayed. But this I could solved by a ajax call which write the response to an array 'data'.

The childs are displayed as buttons. Can I display the child text as normal text?

And can I render the child text as html for links, formatting ...?

Dojo: https://dojo.telerik.com/OQusiTiJ

 

Regards,

Peter

 


Ivan Danchev
Telerik team
 answered on 24 Sep 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?