Telerik Forums
Kendo UI for jQuery Forum
1 answer
318 views
Hi, I just installed Kendo 2014 Q3 version and I want to use it with OData v4, how I can config my datasource to use that specific version of OData?

Thanks in advance
Daniel
Telerik team
 answered on 24 Nov 2014
1 answer
1.2K+ views
I have a Angular-Kendo Grid, one of the columns is a check box. I need to make the field read only so the user cannot change the checked status. The grid does not allow data updates.

thanks,
Richard
Alexander Valchev
Telerik team
 answered on 24 Nov 2014
1 answer
289 views
I need to have buttons that will select all / unselect all rows in a Angular-Kendo Grid.
Is this possible? I have searched and have not come up with an answer.

any help is greatly appreciated.
thanks,
Richard
Alexander Valchev
Telerik team
 answered on 24 Nov 2014
1 answer
249 views
Hi,

Our AVG Antivirus detected an Exploit MDAC ActiceX Code Execution for Kendo.all.min.js.

Please refer to: http://www.imagesup.net/?di=1314168081725

Is this normal ?

Thanks.
Mihai
Telerik team
 answered on 24 Nov 2014
2 answers
254 views
Hi,I have a grid with a template column;

{
    field: "",
    template: '<input type="button" class="btn btn-primary btn-xs" ng-click="openContactDialog(\'officeContactWindow\',Id=#=contactId#\,\'open\')" name="bEditContact" value="Edit" />',
    width: "60px"
},

I would like to pass the entire dataItem to my Angular Controller. I have been able to pass a value back to my controller;
{
    field: "",
    template: '<input type="button" class="btn btn-primary btn-xs" ng-click="deleteContact(dataItem)" name="bDeleteContact" value="Delete" />',
    width: "60px"
}

Is there a way of doing this?

Thanks,

George  
Gazzman
Top achievements
Rank 1
 answered on 24 Nov 2014
2 answers
197 views
Hello,

When using Kendo UI v2014.2.1008 in our web pages, with Chrome, and IE 10 there is no problem. However with IE8 Standards mode UI controls does not render correctly.

When a I attached the html file. When the user user enters an input to the multiselect javascript error below is thrown, which is also IE 8 standards mode specific.:

SCRIPT65535: Unexpected call to method or property access. 
jquery-1.11.1.min.js, line 3 character 20616

Regards

Aydın Kara
Top achievements
Rank 1
 answered on 24 Nov 2014
4 answers
267 views
I tried upgrading to the latest and greatest and I can not render charts anymore.

We do not use the kendo.all.js as the file size is huge and we don't use everything.
These are the files I am including:

            bundles.Add(new ScriptBundle("~/bundles/kendo").Include(
                    "~/Scripts/kendo/kendo.core.js",
                    "~/Scripts/kendo/kendo.data.js",
                    "~/Scripts/kendo/kendo.columnsorter.js",
                    "~/Scripts/kendo/kendo.calendar.js",
                    "~/Scripts/kendo/kendo.popup.js",
                    "~/Scripts/kendo/kendo.datepicker.js",
                    "~/Scripts/kendo/kendo.userevents.js",
                    "~/Scripts/kendo/kendo.numerictextbox.js",
                    "~/Scripts/kendo/kendo.list.js",
                    "~/Scripts/kendo/kendo.dropdownlist.js",
                    "~/Scripts/kendo/kendo.filtermenu.js",
                    "~/Scripts/kendo/kendo.menu.js",
                    "~/Scripts/kendo/kendo.columnmenu.js",
                    "~/Scripts/kendo/kendo.groupable.js",
                    "~/Scripts/kendo/kendo.autocomplete.js",
                    "~/Scripts/kendo/kendo.filtercell.js",
                    "~/Scripts/kendo/kendo.pager.js",
                    "~/Scripts/kendo/kendo.selectable.js",
                    "~/Scripts/kendo/kendo.reorderable.js",
                    "~/Scripts/kendo/kendo.resizeable.js",
                    "~/Scripts/kendo/kendo.validator.js",
                    "~/Scripts/kendo/kendo.binder.js",
                    "~/Scripts/kendo/kendo.editable.js",
                    "~/Scripts/kendo/kendo.draganddrop.js",
                    "~/Scripts/kendo/kendo.window.js",
                    "~/Scripts/kendo/kendo.pdf.js",
                    "~/Scripts/kendo/kendo.excel.js",
                    "~/Scripts/kendo/kendo.drawing.js",
                    "~/Scripts/kendo/kendo.grid.js",
                    "~/Scripts/kendo/kendo.fx.js",
                    "~/Scripts/kendo/kendo.sortable.js",
                    "~/Scripts/kendo/kendo.dataviz.js",
                    "~/Scripts/kendo/kendo.dataviz.core.js",
                    "~/Scripts/kendo/kendo.dataviz.themes.js",
                    "~/Scripts/kendo/kendo.dataviz.chart.js",
                    "~/Scripts/kendo/kendo.dataviz.stock.js"));


 We use the datepicker, grid and charts primarily. The datepicker and grids appear to be working (untested) but the charts will not render. I get the following error:

Warning: KendoUI DataViz cannot render. Possible causes:
- The browser does not support SVG, VML and Canvas. User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
- The kendo.dataviz.(svg|vml|canvas).js scripts are not loaded

Now if I use kendo.all.js everything works fine. The dataviz.svg.js file no longer exists and I assumed kendo.drawing.js was the replacement.

FYI on the page http://docs.telerik.com/kendo-ui/install/custom under 'grid' there are several dupes in the list. Also under 'stockchart' it lists kendo.stockchart.js which is now just kendo.stock.js...

Any ideas as to what I am missing or doing wrong?



  


















Hristo Germanov
Telerik team
 answered on 24 Nov 2014
1 answer
101 views
I try to use javascript TreeView and have one question.
There are over 1000 items and folders in list. I want to load only 15 first items for each folder and create "Show more" button for each folder which contains more than 15 items.
How I can do it?

Thanks
Alex Gyoshev
Telerik team
 answered on 24 Nov 2014
3 answers
101 views
Inserting a new table in the
editor in IE ignores the current cursor position and adds the table as
the first element. If you add a new table, this will be added in the
first cell of the first table.


Alex Gyoshev
Telerik team
 answered on 24 Nov 2014
2 answers
142 views
Hi,

I have a data that is formatted like that:

{
    "a": [
         {
             "date": "2014-01-01",
             "value": 1
         },
         {
             "date": "2014-01-02",
             "value": 5
         }
    ],
    "b": [
         {
             "date": "2014-01-01",
             "value": 3
         },
         {
             "date": "2014-01-02",
             "value": 6
         }
    ]
}

I want to render, on the same chart, one line per type ("a" and "b"). However, I don't know how to write the code for that. The problem comes to the fact that it seems Kendo Chart requires to set the data source to enable the "date" category axis. However, the data source only supports one set of data.

Which config should I write to make this work? I could potentially re-work my JSON so that categories are sideloaded, but I like the idea of having this like this, as it would allows me to have missing data for some data set.

Thanks!

Michaël
Top achievements
Rank 1
 answered on 24 Nov 2014
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?