Telerik Forums
Kendo UI for jQuery Forum
3 answers
342 views

Hi,

I'm trying to create a radar chart with different a different color for each column. I have managed to get this http://dojo.telerik.com/@danieltulp/ivUZO but now I have created multiple series and there maybe a better solution. If there isn't how can I resolve the problems I now have:

- the ordering is not from first series at the top and then clockwise which is what I want, how can I create a good ordering?

- how can I have the series name displayed next to them?

Patrick | Technical Support Engineer, Senior
Telerik team
 answered on 21 Mar 2016
4 answers
520 views
I've got a kendo grid, linked to a data source:-
<div style="width:400px; margin-top:15px; font-size:x-small;">
 
    <div id="fileTable"></div>
 
 
</div>
 
<script type="text/javascript">
 
    $(document).ready(function () {
 
        var fileData = new kendo.data.DataSource({
            transport: {
                read:{
                    url:"@Url.Content("~/Import/GetFileList")",
                    dataType:"json"
                }
            },
            schema:{
                data: "Files"
            },
            pageSize: 5,
            page:1,
            serverPaging: false
        });
 
 
        $('#fileTable').kendoGrid({
            dataSource: fileData,
            columns: [
                {
                    field: "FileName",
                    title: "File Name"
                },
                {
                    field: "FileSize",
                    title: "Size"
                },
 
                {
                    field: "FileDateText",
                    title: "Date"
                }
            ],
            pageable: {
                refresh: true,
                pageSizes: true,
                previousNext: true
            },
            scrollable: false
        });
 
    });

This displays a grid, and shows the first 5 entries, however the page number is shown as 0, and paging doesn't work (even though there are 15 records in the data source - confirmed via fiddler). If the page size is changed however, paging starts to work.

How can I get paging to work from the start?  - Note I want to use client side paging - not server side.

Thanks
Rosen
Telerik team
 answered on 21 Mar 2016
6 answers
115 views

Hello,

In newest release I have problem that:

I have a service that creates new scope and loads template that contains kendoWindow. Inside kendoWindow there is a directive containing dropdownlist. Now when I close kendoWindow then I destroy scope that service created as it is no longer used. The problem is that when I do this I got kendoError.

 

Example:

http://dojo.telerik.com/UNayO/2

 

How to solve this problem?

Georgi Krustev
Telerik team
 answered on 21 Mar 2016
4 answers
157 views

On selection autocomplete control item second time the keypad does't up in Surface Pro device on cursor focus in input as Kendo UI version 2015.3.930 being used. Whereas, at the same time I have been verified the same was working fine as expected with 2015.1.***(Q1) version.

Kindly check the same let us know. It would be appriciate a lot in case anyone replay with possible solution as early as possible. 

Note*: Above mentioned steps had been verified at kendo DOJO editor in Microsoft surface pro(IE touch APP Mode) as well.

 

Thanks & Regards,

Santosh

Georgi Krustev
Telerik team
 answered on 21 Mar 2016
1 answer
398 views

Hi,

I have been looking around for a simple solution to this, but couldn't find any.
In the past we have always used the RadEditor for ASP.Net Ajax. When you added an image in this editor, you could then right click the image and edit the size, css classes, add a border, even rotate the image.

In the Kendo editor I don't find such functionality, not even the basic version like adding a border.

Could you please help me out on how to achieve this?

 

Kind regards

Ianko
Telerik team
 answered on 21 Mar 2016
1 answer
130 views

I have the following timepicker: <input kendo-time-picker k-ng-model="incident.timeOfIncident" />

If I select 2:00 AM on the server it is appearing as 6:00 AM.  I am assuming this is due to timezones.  The question is how can I pass the correct time of 2:00 AM?

Kiril Nikolov
Telerik team
 answered on 21 Mar 2016
1 answer
208 views
Does kendo support batch editing and popup editing in the same grid view? Please let us know if you have any suggested solution, thanks!
Konstantin Dikov
Telerik team
 answered on 21 Mar 2016
6 answers
265 views
I have my calendar MVVM bound, and I have an observable array with some dates...is there no way for me to bind the dates to the calendar so it'll apply (and remove) the k-state-selected class?

Thanks,
Steve
Kiril Nikolov
Telerik team
 answered on 21 Mar 2016
1 answer
342 views

Hi,

I was wondering if there is a way to set the tabstrip background color based on a bind.

I would like to change the color depending on a validation check.

thanks.

Dimiter Madjarov
Telerik team
 answered on 21 Mar 2016
1 answer
124 views

Hi

When i use kendo ui scheduler on my page it will not render properly. i removed other all CSS and checked but problem still there am'i missing something on configuration level? 

i have attached a screen shot of kendo scheduler look on my page

Regards

Vladimir Iliev
Telerik team
 answered on 21 Mar 2016
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
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?