Telerik Forums
Kendo UI for jQuery Forum
1 answer
131 views
Hi,

I have charts where, at maximum, I could have around 60 data points to show. While this is not that much point, showing all the category labels is too much. Therefore I'm using the "baseUnitStep" to auto, with a maxDateGroups of 20. However, when I do this, I have great results for category label, but as a consequence, data points in between are no longer drawn in the chart (and I cannot any longer show their tooltip).

I've tried to played with the various baseStep, baseUnitStep... settings, but cannot find the right setting to have the best of both world: automatically draw few labels, but still render all the data points.

How can I achieve that? :)

Thanks
Hristo Germanov
Telerik team
 answered on 16 Dec 2014
4 answers
364 views
I have the latest version of kendo ui Kendo UI v2014.3.1119.  When I set the first column to be frozen, the 2nd column went to the next row, not in the same row as first column.  The width of the grid is restricted by bootstrap <div class="col-md-10"> and it has horizontal scrollbar before the frozen column.  What did I miss? How can I fix it?
Thanks.

$("#gdActualReport").kendoGrid({
dataSource: reportDataSource,
sortable: false,
pageable: false,
selectable: "row",
scrobllable: true,
height: 700,
toolbar: ["excel"],
excel: {
fileName: "Report.xlsx",
allPages: true
},
columns: [
{ field: "itemName", title: "Item Name", locked: true, lockable: false, attributes: { style: "text-align:left" }, width: "200px" },
{ field: "actual[0]", title: "January", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[1]", title: "February", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[2]", title: "March", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[3]", title: "April", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[4]", title: "May", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[5]", title: "June", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[6]", title: "July", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[7]", title: "August", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[8]", title: "September", attributes: { style: "text-align:right" }, width: "90px" },
{ field: "actual[9]", title: "October", attributes: { style: "text-align:right" }, width: "80px" },
{ field: "actual[10]", title: "November", attributes: { style: "text-align:right" }, width: "90px" },
{ field: "actual[11]", title: "December", attributes: { style: "text-align:right" }, width: "90px" },
{ field: "actual[12]", title: "Total", attributes: { style: "text-align:right" }, width: "80px" }
]
});
Alexander Popov
Telerik team
 answered on 15 Dec 2014
1 answer
82 views
Is there any way to highlight the expanded row and do something else with the childnodes?  I would like to have some differentiation between levels.  

The other question I have, is it possible to have sub headers?  So when you expand something out, the headers repeat with the child nodes below?
Nikolay Rusev
Telerik team
 answered on 15 Dec 2014
1 answer
174 views
Hi,
This widget looks a great addition to forms UI.
What I'm missing, in regards to user experience is this:
Let's say a widget is limited to min="20", max="40".
Now, a user wants to add 30, but instead, he adds 300 (typo).
The widget then reverts to 40, with no indication that anything changed.  A JS script handling the form submit will get the max value (40) and not 30 or 300... hence, there's no way to actually validate this.
This might be a source for both user and developer frustration... (well, not might - it's a source of frustration for this developer :)).
Is there a way to make this a little bit more user friendly and notify on erroneous change?
Georgi Krustev
Telerik team
 answered on 15 Dec 2014
1 answer
158 views
I would like to put html in the footer template, similar to the kendo grid.  How can I accomplish this?  
Thanks
Nikolay Rusev
Telerik team
 answered on 15 Dec 2014
1 answer
244 views
I have 2 issues with this widget:
1) http://dojo.telerik.com/avAQe - when I set the date from the controller, the "str" is empty (e.g. no ng-model). If you comment out the $scope.obj = new Date();, it works fine...
2) This might be related. When my SPA initiates, I inhabit the model in a directive. This reflects in the widget only after I reload the view (e.g. by routing to another view and coming back, using angularjs core routing).
I'm using angularjs 1.2.27 and the latest kendoui (Q3 2014).
Georgi Krustev
Telerik team
 answered on 15 Dec 2014
3 answers
382 views
Is there a column footer for tree list? 
Nikolay Rusev
Telerik team
 answered on 15 Dec 2014
12 answers
244 views
Can someone tell me why this happens (see attached files) with the bottom border on list items in some browsers?  Apparently in this case it appears to happen in Chrome.  Dolphin and Firefox seem to fine on Android anyway.

Scott
Kiril Nikolov
Telerik team
 answered on 15 Dec 2014
4 answers
117 views
I have two KendoDatePicker's in an AngularJS directive (this is the example). The handler of the first one is called "picker" and the second one "picker2". If I click on the "Open" button, I can open the calendar of "picker" with scope.picker.open(). However, if I run scope.picker2.open() when the directive is initialized (in the link function) I get the error "TypeError: Cannot read property 'open' of undefined" it seems that "picker2" is not available. Any idea why?


Thanks
Pablo
Kiril Nikolov
Telerik team
 answered on 15 Dec 2014
3 answers
175 views
Hi,

In the URL http://telerik.ximnet.com.my/kendo_test/#views/test.html,
I have a link to local view, which will show http://telerik.ximnet.com.my/kendo_test/#localview after click.

However, if I refresh when address bar is showing http://telerik.ximnet.com.my/kendo_test/#localview, the browser will show blank page (404 in console).

My questions: 
A. Is there a way to show the localview to the user if they refresh when the address bar is showing http://telerik.ximnet.com.my/kendo_test/#localview?

B. If not, is there a way to redirect user back to the previous view at http://telerik.ximnet.com.my/kendo_test/#views/test.html ?

Thanks.


Kiril Nikolov
Telerik team
 answered on 15 Dec 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?