Telerik Forums
Kendo UI for jQuery Forum
1 answer
278 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
241 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
244 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
190 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
262 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
98 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
96 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
137 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
1 answer
103 views
Hi,

I'm using the Kendo custom build tool (http://www.telerik.com/download/custom-download) to build my own copy of Kendo. However, I realized that I always have an error when using shared tooltip. After a bit of debugging, it appears that this is because the shared tooltip is calling a method called "percBrightness". However this method is not included in the generated build.

It appears that this method is in this file: https://github.com/telerik/kendo-ui-core/blob/master/src/kendo.color.js. It seems that this file is never included in Core (neither in Color too, but please incldue this light dependency in Core, not in the full Color tools).

Currently, the only solution is to use the full package, that is the only one to properly include this file.

Please tell me when you can fix the builder :)

Thanks!
Iliana Dyankova
Telerik team
 answered on 24 Nov 2014
1 answer
616 views
I have a combobox that my users want to be able to either type into or select with a mouse.  There are a relatively small number of options (<10) and i would like them all to be visible, no matter what has been typed into the combobox.  Is this possible?

Thanks,
Georgi Krustev
Telerik team
 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
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?