Telerik Forums
Kendo UI for jQuery Forum
1 answer
135 views

Hello,

we have a SharePoint solution and use kendo, but do not load kendo with requirejs. A customer has second solution installed, which uses requirejs to load his modules. Kendo now recognises that there is requirejs registered in the site and doesnt put the modules in the global namespace. 

Is there a way to disable the loading through requirejs for the kendo modules or a workaround to handle such a scenario?

 

Thanks in advance!

Michael

Boyan Dimitrov
Telerik team
 answered on 14 Jun 2017
6 answers
134 views

I am trying to get the listbox control into my existing application. I dropped the basic example into my page and the layout is not good. See attached screenshot.  I'm not sure what I can change without breaking something else. I am using bootstrap.

 

Markup and CSS is directly from the example, only difference is I'm instantiating the listbox in a javascript file.

 

 

Mike
Top achievements
Rank 1
 answered on 13 Jun 2017
3 answers
341 views

Hi there,

i have a custom button in the command cell of my grid and bind a custom icon to this button, like in this example.

dataBound: function (e) {
e.sender.tbody.find('.k-button.ownIcon').each(function (idx, element)
{
$(element).find('span').addClass('k-icon k-i-delete');
});
}

After clicking the cancel Button with "inline" editing the custom icon dissapears. I tried to add the icon a second time when the cancel event is fired, but at this time my custom button is not initialized. Is there any event after this, that i can reach to redraw the icon? 

Daniel
Top achievements
Rank 1
 answered on 13 Jun 2017
3 answers
299 views

We have 4 record tracking columns UserID & Date, One set for create and one set for last modified. We initially have them all hidden in our grid. When using the grid context menu you cannot tell one set from the other because it only shows the group title in the menu. I could probably live with that, but if you unhide only one of the 2 in the group. You do not get the grouping title and there cannot tell which one it is. Below is the grid code for the 4 columns described.

//CREATED COLUMNS
columns.Group(groupCR => groupCR
.Title("Created").HeaderHtmlAttributes(new { @style = "text-align:center;" }).Hidden(true)
.Columns(CRgrp =>
{
    CRgrp.Bound(p => p.CREATE_USERID).Width(100).Title("User").Width(80).ClientTemplate("<a onMouseOver=\"showName(this, '#=CREATE_USERID#')\">#=CREATE_USERID#</a>");
    CRgrp.Bound(p => p.CREATE_DT).Format("{0:d}").Title("Date").Width(80);
})
);
//MODIFIED COLUMNS
columns.Group(groupMD => groupMD
.Title("Modified").HeaderHtmlAttributes(new { @style = "text-align:center;" })
.Columns(MDgrp =>
{
    MDgrp.Bound(p => p.MODIFIED_USERID).Width(100).Title("User").Width(80).ClientTemplate("<a onMouseOver=\"showName(this, '#=MODIFIED_USERID#')\">#= MODIFIED_USERID != null ? MODIFIED_USERID : '' #</a>");
    MDgrp.Bound(p => p.MODIFIED_DT).Format("{0:d}").Title("Date").Width(80);
})

);

 

Any help would be appreciated.

 

 

 

Viktor Tachev
Telerik team
 answered on 13 Jun 2017
22 answers
2.6K+ views
Hi,

I have a grid that has "popup" editing.  The problem is that if I click Cancel in the popup dialog, the record being edited is deleted.  Here's a jsfiddle showing what I am talking about:

http://jsfiddle.net/KGsSL/16/

To replicate: click the Edit button on any row, then click Cancel in the Edit dialog.  The result is that the row you're editing is deleted.

I pretty much followed the example at http://demos.kendoui.com/web/grid/editing-popup.html with the exception of using local data.  That demo link also [currently] uses the same exact verson of KendoUI I'm using, but it doesn't exhibit the same problem.

Please help.

Thanks.
Alex Hajigeorgieva
Telerik team
 answered on 13 Jun 2017
4 answers
566 views

 

From what I understand a change in how IE and Edge works is causing new and unwanted behavior with the gid filters in Kendo UI. The filter control text fields now have drop-down suggestion text like 1.00, 2.00, 45.00 (even if it is a date filter).

 

Replication

  1. Open Edge (or IE if it is later version).
  2. Go to the Demo site: http://demos.telerik.com/kendo-ui/grid/remote-data-binding
  3. Click on the grid filter button/icon. (use: Order Date or Ship/City Name)
  4. Click into the text value field.
  5. Before you type anything note that an unwanted dropdown shows up.

Cause

From what I can understand IE and Edge now assume all <input ...>'s are autocompleate="on" even when they have no autocomplete attribute. This does not happen in Chrome. Using the debugger to manually add the autocomplete ="off" in Edge fixes it. However (code side) there is no easy way to add attributes using only CSS.

I have attached a screenshot showing what is happening on the Telerik Demo site.

 

Grahame
Top achievements
Rank 2
 answered on 12 Jun 2017
2 answers
176 views

Using current kendo demo page at:

http://demos.telerik.com/kendo-ui/grid/local-data-binding

...and using Bootstrap v3 theme:  see the attached picture where the top-right corner of the grid is missing the background-color.

Curt Rabon
Top achievements
Rank 1
Veteran
 answered on 12 Jun 2017
3 answers
115 views

has any one ran in to an issue when stock chart value axis are not rendering correctly with specific data? Any suggestions what can be causing this?

Couple of example dojos:

http://dojo.telerik.com/@chall/aJELEH

http://dojo.telerik.com/@chall/egAhu

Tsvetina
Telerik team
 answered on 12 Jun 2017
4 answers
217 views

Hi, 

I'm using Kendo UI Charts, I'm really struggling to produce a clustered bar chart (see attachment) any help would be greatly appreciated. 

Rich
Top achievements
Rank 1
 answered on 12 Jun 2017
2 answers
388 views

Hello All,

I can see how to set up a multi-column title here: http://demos.telerik.com/kendo-ui/grid/multicolumnheaders

But, how can I make it dynamically? I'm loading different data sets, in which actual versus budget columns differ among data sets.

Thank you.

Edo.

Eduardo
Top achievements
Rank 1
 answered on 10 Jun 2017
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?