Telerik Forums
Kendo UI for jQuery Forum
0 answers
120 views
answered my question... dunno how to delete the post
Varun
Top achievements
Rank 1
 asked on 07 Mar 2013
18 answers
529 views
Hi,
We are currently in the process of evaluating Kendo UI Data VIZ.
One feature we are looking for is the chart navigator (zoom) pane.
Unfortunately , It looks like it exists only in the Stock Chart but not in the "regular" chart.
We would like to use a line / area / Column/ Combination chart which contain non date x-axis with navigator pane.
Can I expect this feature in the near future.

Thx
Sagi
Intel. Corp.
Victor
Top achievements
Rank 1
 answered on 07 Mar 2013
1 answer
162 views
I'd like a discussion about when to use widgets and when to use templates.

I use custom widgets quite a lot in my current (first) KendoUI Web project. And I think it's going well. The widgets do require a bit of boilerplate code, but I think they are straight forward to use and it is nice to have everything, html, bindings and behaviour nicely packaged.

Now I need a detailstemplate in a grid and my first thought was I like to use a widget there aswell. Then I was a bit hesitatious, am I overdoing things? Should I be using templates instead of widgets?

Thanks
Alexander Valchev
Telerik team
 answered on 07 Mar 2013
1 answer
98 views
Hi,

i like to use my own icons in my app.

<a href="#tabstrip-geolocation" data-icon="MyIcon" calss="unlock">Test</a>

But how do i add a "data-icon" to my project?

Thanks
WW
Steve
Telerik team
 answered on 07 Mar 2013
1 answer
131 views
Hi!

Lets say I have two html files, on one of them I have one view and on the other I have two views. How do I make a link from the view in the first html file that goes to the second view in the second html file?

<a href="secondPage.html#view2"> does not work?


Thank you!
Petyo
Telerik team
 answered on 07 Mar 2013
5 answers
139 views
Hello Experts!

I'm having a bit of a problem with the kendoMobilePopOver -- 

Here's some code:

$("#user_popup").data("kendoMobilePopOver").pane.navigate("/Views/users/view_user.html");

The first time this runs, it's fine.  I have a data-show event that fires properly when this first loads.  However, subsequent calls do not re-load the view.  I've tried to .destroy() the view and the pane, and also set the .view().options.reload to false, but nothing seems to get this thing to reload.  Any hints??

Thanks!
se
Petyo
Telerik team
 answered on 07 Mar 2013
3 answers
124 views
I'm playing around with the new tooltip and so far so good!  I've run into one problem though, which might just be because the documentation has not been published yet.  I have a situation where I am showing a tooltip when the user hovers over a grid cell.  In the tooltip I have a button where if the user clicks that button I want to do something to the data in the grid for the selected row.  My plan was to bind the click event of the button from inside the tooltip's ContentLoad event .  But I can't figure out in ContentLoad if there's a way to determine what element caused the tooltip to display.  Is there a way to do this?  I'd like to be able to get the <td> of the grid cell, and traverse that up to the <tr> so that I can use that to retrieve the grid's data item.

Thanks,
Brian
Brian Roth
Top achievements
Rank 1
 answered on 07 Mar 2013
1 answer
104 views
I have been struggling with an issue where my Kendo window's 'jump' upward when I move, resize or min/max.  I just found out that it is due to a border I had applied to the body tag.

My question is why does this happen?

Here's a fiddle showing the effect, just go to move the window a little bit and you'll see it 'jump'. Remove the border from the body tag and all is fine.  http://jsfiddle.net/Zholen/zNLNy/428/

Edit
While the accepted answer doesn't really address my question, I will still accept it since my question may be considered irrelevant to most. I want to point out again that ASP.Net MVC 4 templates have this css set by default. 
Petur Subev
Telerik team
 answered on 07 Mar 2013
1 answer
378 views
Hi,

I am trying to find a good way to implement a load more paradigm for paging, where instead of the standard pager there is a load more button, which will load the next pages of data below the current page when clicked.

I have this working now by adjusting the pageSize of the datasource.  I set it to the original pageSize * number of times the load more button was clicked.  This works, but is inefficient since it pulls back records that are already loaded in the grid.  

Thanks
Dimo
Telerik team
 answered on 07 Mar 2013
1 answer
245 views
Currently the filtering keys look like this:
[4]:  "filter[filters][0][field]"
[5]:  "filter[filters][0][operator]"
[6]:  "filter[filters][0][value]"
[7]:  "filter[filters][1][logic]"
[8]:  "filter[filters][1][filters][0][field]"
[9]:  "filter[filters][1][filters][0][operator]"
[10]: "filter[filters][1][filters][0][value]"
[11]: "filter[filters][1][filters][1][field]"
[12]: "filter[filters][1][filters][1][operator]"
[13]: "filter[filters][1][filters][1][value]"
[14]: "filter[logic]"
This creates all kinds of headaches trying to normalize this.

I notice you do not add the [filters][0] if there is only one filter for the column. It would be really nice if you always used the same syntax like:
[4]:  "filter[filters][0][filters][0][field]"
[5]:  "filter[filters][0][filters][0][operator]"
[6]:  "filter[filters][0][filters][0][value]"
[7]:  "filter[filters][1][logic]"
[8]:  "filter[filters][1][filters][0][field]"
[9]:  "filter[filters][1][filters][0][operator]"
[10]: "filter[filters][1][filters][0][value]"
[11]: "filter[filters][1][filters][1][field]"
[12]: "filter[filters][1][filters][1][operator]"
[13]: "filter[filters][1][filters][1][value]"
[14]: "filter[logic]"
This would make it much easier to parse.
Petur Subev
Telerik team
 answered on 07 Mar 2013
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
Drag and Drop
Map
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?