Telerik Forums
Kendo UI for jQuery Forum
9 answers
105 views
 

Hi,

    i've encountered some issue while displaying in stockchart. If the last date is exactly the same time as the last element's date, it will not display.

    Here's my stockchart config:

$("#chart").kendoStockChart({
          dataSource:chart_data,
          dateField: "date",
          chartArea: {
            width: 1000,
          },
          seriesDefaults:{
            type: "column",
          },
          series: [{
            field: aField,
            name: aName
          },{
            field: bField,
            name: bName
          }],
          tooltip: {
            visible: true,
            shared: true,
            sharedTemplate:
              "#= $.format.date(new Date(category), 'yyyy-MM-dd') # </br>" +
              "# for (var i = 0; i < points.length; i++) { #" +
                  "#= points[i].series.name #: #= points[i].value.toLocaleString('en-US') # </br>" +
              "# } #" +
              "GAP: #= points[1].value-points[0].value # </br>"+
              compareName+": #= (points[0].value/points[1].value*100).toFixed(2) #%"
          },
          valueAxis: {
            labels:{
              template: "#= value #"
            },
 
          },
          categoryAxis: {
            justified: true,
            baseUnit: "days",
            baseUnitStep: "auto",
            labels:{
              step: 0,
            },
            autoBaseUnitSteps: {
                days: [0]
            }
          },
          legend:{
            visible: true,
            position: "top",
            labels: {
              font: "20px sans-serif",
              color: "grey"
            }
          },
          navigator: {
            series: [{
              type: "line",
              field: aField
            },{
              type: "line",
              field: bField
            }],
            categoryAxis: {
              labels: {
                  rotation: "auto"
              },
              justified: true
            }
          }
        });

Any advice would be helpful!

Bob

 
Georgi Denchev
Telerik team
 answered on 16 Dec 2020
3 answers
994 views

Hello,

When making a column selectable the table header fails WCAG AA 2.1 compliance as the select all header is flagged as a empty table header

Alex Hajigeorgieva
Telerik team
 answered on 16 Dec 2020
3 answers
204 views

I'm not sure where else to post this. dojo.telerik.com won't accept any of the passwords I've used with Telerik. I tried resetting my password, but the reset-password page does not work. It appears to work in that I get taken to a page that says the password change was successful, but when I try to use the password to login, I am told Invalid Credentials and to please retry with valid credentials. I have followed the instructions here,

https://www.telerik.com/forums/locked-out-of-my-dojo-account-can't-change-password

opening up the password reset link in a new incognito window, changing the password there, getting the success page. Opening up a new incognito window to try to login and it fails. I have done this multiple times. I can forward someone the password request and the confirmation emails if you like.

Any advice?

Misho
Telerik team
 answered on 16 Dec 2020
4 answers
1.3K+ views

Hello!

I have a Kendo Grid on my page and I have a few columns that are 'filterable' and 'multiselect' checkbox lists.

 

The top select option is "Select All" which selects all options, however this "Select All" option goes away once you search for anything.

 

What I need:

I need the "Select All" checkbox to remain after searching

I need the "Select All" checkbox to only select items that are shown. IE: I search for "W" and click 'select all' and only those items with "W" get selected.

 

 

Thanks!

Alex Hajigeorgieva
Telerik team
 answered on 16 Dec 2020
1 answer
118 views

Are there any plans to support branching in the stepper in the future?  We're using the control to track progress on a set of long-running tasks, but we've run into a scenario where two tasks can be run in parallel with each other.  

Thanks,
Will

Veselin Tsvetanov
Telerik team
 answered on 15 Dec 2020
7 answers
2.4K+ views

In my project, I used Kendo Editor, Kendo DateTimePicker, Kendo Sortable and Kendo Upload. I want to apply the Content Security Policy for my site. And I met some problem about it.

According to the link: http://docs.telerik.com/kendo-ui/troubleshoot/content-security-policy, I have to use the 'unsafe-eval'.

But after I added the 'unsafe-eval', there still are errors about inline style, inline script and script URL. Please check the attached files.

After I added the 'unsafe-inline' to script-src and style-src, then all errors disappeared.

Just want to ask if the 'unsafe-inline' for script and style must be used for Kendo UI? Will Kendo UI support the strict Content Security Policy in the future?

Aleksandar
Telerik team
 answered on 15 Dec 2020
6 answers
1.0K+ views
I was looking for a property to set the stepsize on the value axis. By this I mean instead of (0, 10, 20, 30 ... 90, 100) to specify 0, 25, 50, 75, 100 on the value axis.

Is this possible and if so what property should I use?

Thanks

Roel Hans
Alex Hajigeorgieva
Telerik team
 answered on 14 Dec 2020
13 answers
1.6K+ views
There is a bug when binding a grid using MVVM, the dropdownlist in the pager is set to display:none because the grid is initialized twice.
The first time it creates the dropdownlist and sets the <select /> to display:none, the second time it copies the display:none style to the already created dropdownlist.

http://jsfiddle.net/TQLZT/6/
Alex Hajigeorgieva
Telerik team
 answered on 14 Dec 2020
1 answer
156 views

hello, 

When you make a grid scrollable it appears to create 2 tables one for the head and one for the body. This causes the WAVE tool to see the body table as a layout table, which can cause issues for screen readers. Is anyone able to confirm that making a grid scrollable still confirms with WCAG AA standard?

 

Thank you

Jack

Eyup
Telerik team
 answered on 14 Dec 2020
1 answer
109 views

Is it possible to resize image by dragging similar to crop is doing?

It would be nice addition.

Aleksandar
Telerik team
 answered on 11 Dec 2020
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?