Telerik Forums
Kendo UI for jQuery Forum
1 answer
242 views
how call bind/read for list view with auto bind false in mvc?


@(Html.Kendo().ListView(Model).Selectable(p=>p.Mode(ListViewSelectionMode.Single))
    .Name("listView2")
    .TagName("ul")
    .ClientTemplateId("template")
    .DataSource(dataSource => dataSource.Read(read => read.Action("GetCategoryByParent", "Home").Type(HttpVerbs.Post)))
    .AutoBind(false))
Nikolay Rusev
Telerik team
 answered on 07 Jan 2013
4 answers
463 views
Are there any examples of using KendUI in a single page application similar to how AngularJS works with routes and views? 
Something simple like menuitem1 displays list menuitem2 displays a grid or whatever but you have access the # any attributes such as ID are also available.

Thanks.
Daniel
Top achievements
Rank 2
 answered on 06 Jan 2013
3 answers
119 views
I am plotting data with lines that are percentiles.  I would like to have a label on the line that tells the name of the series.  I want it on the line not off to the left where users have to correlate the color back to the line they are on.   

Here is an example where the percentage floats on the line

http://www.cdc.gov/growthcharts/data/set1clinical/cj41c017.pdf 
Iliana Dyankova
Telerik team
 answered on 04 Jan 2013
3 answers
562 views
this is the code I have.. I've tried both 
 
tbs.select(1);

and
  tbs.select(tabStrip.tabGroup.children("li:first"));
.. neither work.

var tbs = $("#mytabs").kendoTabStrip({
                      dataSource: {
                          transport: {
                              read: {
                                  url: "api/data,
                                  dataType: "json"
                              }
                          },
                      },
                   change: function(e) {
                       //some code
                   }
                  }).data("kendoTabStrip");
               tbs.select(1);

Alexander Valchev
Telerik team
 answered on 04 Jan 2013
3 answers
301 views
I have a Root node I can click and make a call to Controller to get Data........that works no problem and the Children are displayed. However on the Server I load those childrens "Items" and set the hasChildren to True. I have verified through the Response data that the Json values are set correctly. However when the nodes are displayed there are no Plus buttons displayed so I can drill down into the data. Only the child text is displayed.

I tried to set LoadOnDemand to False and the plus buttons did show up. But behind the scenes the same call to the Conroller kept being called and eventually my browser locked up.........so not sure why that happened either.

I am converting to Kendo Treeview from Telerik treeview and only thing I really had to do was update to use the TreeViewItemModel object and set the right attributes.

By the way using version 2012.3.1114.340.

Any help would be appreciated.

thanks
Alex Gyoshev
Telerik team
 answered on 04 Jan 2013
1 answer
99 views
I am having a problem here getting an AutoComplete to completely refresh.  It is actually tied to the text as well as another dropdown, so when the dropdown changes, I want to 'forget' it ever looked anything up.  Once I type into my AC, it works perfectly, but trying to reset it is proving to be a problem.  I am doing the following:

$('#clear').on('click', function(e) {
    e.preventDefault();
    acManConfId.value(""); // .data("kendoAutoComplete"); object
    kendoManufacturerConfirmationIdDataSource.filter({}); //autocomplete datasource
});

But I am still not getting new reads over ajax in my firebug console, it is just reading from the old data.  All I want is to have the whole thing completely reset.  Thank you.
Daniel
Telerik team
 answered on 04 Jan 2013
1 answer
72 views
The only documentation regarding the classes and styles that I could find is at http://docs.kendoui.com/getting-started/web/appearance-styling. However, this article lists only "commonly-used CSS classes" and I wouldn't consider the article to be "documentation" like the API reference.

I also couldn't find any mention of the various widget constructors or declarative initializers in the API reference. They are mentioned in scattered articles throughout the various sections at docs.kendoui.com, but they aren't in the API section as far as I could tell.

I really want to buy the Kendo UI Complete for MVC product, but I've been so frustrated by the documentation during my free trial period. Is there a Kendo UI user manual or reference book that you could recommend, or is docs.kendoui.com the only available documentation?
Alexander Valchev
Telerik team
 answered on 04 Jan 2013
2 answers
535 views
Greetings,  I'm using editable grid and I want to trigger validation of a note column after the user enters a valid key code in another column.  Any suggestions on how to call validate on another column?

I created this to help: http://jsfiddle.net/Tevyn/jxkPw/


Alexander Valchev
Telerik team
 answered on 04 Jan 2013
1 answer
1.1K+ views
I can see these 2 from the number format doc.  I would like to know what the others are or are these universal and not unique to Kendo UI

en-US
de-DE

Thanks,
Alexander Valchev
Telerik team
 answered on 04 Jan 2013
1 answer
121 views
I was recently reviewing the Chart/API/Methods demo. Here is my understanding of the approach used in the demo:
  1. Thanks to event bubbling, the change event for the "configuration" div fires when any of the chart configuration settings change.
  2. The change event handler calls the refresh function, which scans all the current settings in the configuration div and refreshes the chart.
Is my understanding correct? If so, I was wondering if there are any alternative approaches for widget configuration that utilize Kendo MVVM. In other words, while I understand that HTML elements can be bound to each other using a ViewModel and the Kendo MVVM framework, I'm curious if a Javascript object property, such as a chart series type, can be bound to an HTML element, such as a radio button, in a similar manner.

A related question:
My ultimate goal is to create an app in which the user can configure a chart to his/her liking and then save that configuration to his/her ASP.NET profile. Does anyone know of any documentation or tutorials that explain how to save, say, a Kendo Stockchart configuration to a persistent data store?
Alexander Valchev
Telerik team
 answered on 04 Jan 2013
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?