Telerik Forums
Kendo UI for jQuery Forum
1 answer
243 views

I'm trying to style the ":empty" state of the div, but it doesn't work because the Kendo Editor seems to add "" into the div, so it's never empty.

 

What should we do here?  If the user backspaces whatever that code is, the :empty state then appears just fine.

Veselin Tsvetanov
Telerik team
 answered on 26 Sep 2018
2 answers
319 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
476 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
313 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
145 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.1K+ 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
322 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
416 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.1K+ 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
236 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
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? 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?