Telerik Forums
Kendo UI for jQuery Forum
2 answers
85 views
Hello!

I have a problem in column charts in IE8 browser. 
The problem is this:
the chart's series data is: [0, 0, 5, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 3, 10], but in IE8 browser non visible the last bar (point 10) and the before last bar is so tiny than others. Please take a look attached file and the link below.
Could you please check what is wrong in this code or may be it's a general bug in IE 8. 

link to test: http://goo.gl/0kFyQE (open the link and then click on the "show chart" button)
OS version: windows XP SP3
browser: IE 8.0.6001
screen resolution: 1024x768 

Thanks
Kevin
Top achievements
Rank 1
 answered on 14 Nov 2014
1 answer
80 views
The kendo documentation has the following example for defining a datasource schema:

var dataSource = new kendo.data.DataSource({
  schema: {
    model: {
      id: "ProductID",
      fields: {
        ProductID: {
          //this field will not be editable (default value is true)
          editable: false,
          // a defaultValue will not be assigned (default value is false)
          nullable: true
        },
        ProductName: {
          //set validation rules
          validation: { required: true }
        },
        UnitPrice: {
          //data type of the field {Number|String|Boolean|Date} default is String
          type: "number",
          // used when new model is created
          defaultValue: 42,
          validation: { required: true, min: 1 }
        }
      }
    }
  }
});

this schema definition works for basic fields such as string, number etc but what if i wanted to have another field which is an inner datasource? for example:

var dataSource = new kendo.data.DataSource({
  schema: {
    model: {
      id: "ProductID",
      fields: {
        AttributesDataSource: new kendo.data.DataSource({
              // datasource config here
           })
      }
    }
  }
});


tried this. no error is given, but the inner datasource is always empty. is that the correct way to achieve this? is there an online example for such scenerio?
Kiril Nikolov
Telerik team
 answered on 14 Nov 2014
1 answer
206 views
Check out the example here: http://dojo.telerik.com/@tom.matty@bentley.com/otEye

Basically when you use both the list isn't rendered properly.  You will see 4 items in the list which is correct but the dataItem's are out of sync with the option label at the end.  Not sure if using incorrectly or not but in example you will see if you choose the last item in the list it will select Baz even though it's a blank option.  And selecting the first option gives you the blank option.

Kiril Nikolov
Telerik team
 answered on 14 Nov 2014
4 answers
875 views
Hi All,
how can I set innerRadius for donut chart?
Iliana Dyankova
Telerik team
 answered on 14 Nov 2014
6 answers
258 views
Hi There,

Is there any property to decide the sorting order of xAxis/yAxis for a bubble chart? It is always draw the chart with xAxis in ascending order. It will be really handy if any such property available in Kendo. 

Please help me.

-Vinnie
T. Tsonev
Telerik team
 answered on 14 Nov 2014
1 answer
150 views
Hi there,

I would need the recurrenceEditor in a separate form without the scheduler. (It should become a task manager)


The form is working with these two lines, but I get no values when I post the form. (checked it in the ie debugger window)

<div id="RecurrenceRule" name="RecurrenceRule"></div>

$('div#RecurrenceRule').kendoRecurrenceEditor();


What am I missing?
I also searched for the recurrenceRule string with javascript, but have not found anything.

Has anyone done that?

thanks, Chris
Georgi Krustev
Telerik team
 answered on 14 Nov 2014
1 answer
167 views
Hello.
When I group columns in Firefox (33.1) and IE11 I get bag:
Screen1
And when I scoll dawn I see this:
Screen2
And my users in Firefox can update another row that they expect.

In Chrome everything work OK.

Am I use kendo-grid wrong in Firefox or is it bag?

Thanks.
Kiril Nikolov
Telerik team
 answered on 14 Nov 2014
1 answer
185 views
Looking at the demos for the Boxplot chart, some of the outliers are marked by a circle, others are marked by a cross. I can't figure out any logic as to why this occurs, see the following jsbin for an example: http://jsbin.com/jayewusowo/1/edit?html,output

Additionally, is it possible to define the marker type for the outliers and the line type for the median and average lines?
Iliana Dyankova
Telerik team
 answered on 14 Nov 2014
1 answer
106 views
Hello,
Using Angular and Kendo dropdown, I am trying to come up with drop down options that are grouped like below:
dark
     red
     blue
light
     white
     yellow

my model looks like:
$scope.colors = [      {name:'black', shade:'dark'},      {name:'white', shade:'light'},      {name:'red', shade:'dark'},    {name:'yellow', shade:'light'}    ];

Here is the Telerik Dojo snippet: http://dojo.telerik.com/@dhreddy/AdAla/2

using ng-options result in undefined options. Is there a different way to do this? Please help. Thanks.

Harsha
Georgi Krustev
Telerik team
 answered on 14 Nov 2014
2 answers
437 views
Hi,

How can I set the date format of the datetimepicker when editing a calendar event?  The current date format is "MM/dd/yyyy hh:mm tt" and I'd like to change it to be "dd MMM yyyy hh:mm tt".

I've been able to customise the date formats everywhere else in the Scheduler, but can't find where to change the format when creating or editing an event.

Thanks.
Lucas
Top achievements
Rank 1
 answered on 14 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?