Telerik Forums
Kendo UI for jQuery Forum
1 answer
328 views

I have a KendoGrid configured with remote datasource. And every time it sends requests to the server it clears the "fragment identifier" from the URL (basically it deletes everything after the "#" char). 

How can I disable KendoGrid from touching URL completely?

 

Thank you

Alex

Stefan
Telerik team
 answered on 27 Sep 2018
5 answers
767 views

We have a Grid with editable: "popup" and custom sizing. Now when a vertical scrollbar is necessary, the "Update" and "Cancel" buttons are not visible because they are scrolled to the bottom (see attached screenshot).

I would like to always show the buttons and only scroll the content. What's the best way to achieve this behavior? Thank you.

Viktor Tachev
Telerik team
 answered on 27 Sep 2018
1 answer
245 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
328 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
484 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
318 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
148 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
329 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
425 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
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
Drag and Drop
Map
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?