Telerik Forums
Kendo UI for jQuery Forum
1 answer
128 views
I am working off the index.html chart file from the examples folder I downloaded. I want to change the dates on the bottom of the chart from numbers to numbers/letters. I tried entering in the code below and got a syntax error. I'm guessing I can't enter in letters?  
categoryAxis: {
                            categories: [2005, 2006, 2007, 2008, 2009]

to 

categoryAxis: {
                            categories: [1st Year, 2nd Year, 3rd Year, 4th Year, 5th Year]

Any help is appreciated

Thanks
qwerty
Top achievements
Rank 1
 answered on 31 Oct 2011
2 answers
387 views
Are there any Plans to do a ToolBar or Ribbon in the near future?
Sergey
Top achievements
Rank 2
 answered on 30 Oct 2011
0 answers
147 views
Hi, is it possible to attach grid.collapseGroup(grid.tbody.find(">tr.k-grouping-row")); to a grouping event?
andrew
Top achievements
Rank 1
 asked on 29 Oct 2011
1 answer
257 views
For example. I have article and I attached 3 files to it. Now i open article for edit because I want to add 2 more files but delete one. Of course i could make separate list of already uploaded files. But better would be to give to this UI element list of files to be populated on initialization.
T. Tsonev
Telerik team
 answered on 28 Oct 2011
6 answers
264 views
Hi,

Is there any known issue beetween KendoUI and CurvyCorners. When I include CurvyCorners KendoUI controls start presenting some visualization problems.

Thanks in advance
mvbaffa
Top achievements
Rank 1
 answered on 28 Oct 2011
1 answer
191 views
Hi, I'm trying to populate a dropdown list using XML that was retrieved from a web service which I pass two arguments to. The list seems to be displaying the right number of items, however they all appear as "undefined". Here is my code:

$("#dropdownbox").kendoDropDownList({
    dataSource: new kendo.data.DataSource({
        dataTextField: "name",
        dataValueField: "id",                       
        transport: {
            read: {
                url: "WebService.asmx/GetDates",
                data: {
                    startDate: "2010/10/20",
                    endDate: "2012/10/20"
                }   
            }
        },
        schema: {
            type: "xml",
            data: "NewDataSet/dates",
            model: {
                fields: {
                    building_name: "name/text()",
                    building_id: "id/text()"
                }
            }
        }
 
    })                       
});

Here is the XML that is returned by the web service:

<NewDataSet>
    <dates>
        <id>4</id>
        <name>TestItem1</name>
    </dates>
    <dates>
        <id>5</id>
        <name>TestItem2</name>
    </dates>
</NewDataSet>

Any help would be appreciated!
Patrick
Top achievements
Rank 1
 answered on 28 Oct 2011
1 answer
94 views
Hello 

I've got a control that will set the value of the Combo using the search method. But, I don't want that the list with the options open. How can i supress this? 
I've tried setting highlightFirst or / and to false... but it didn't work.

Or is there another way to set the value of the field an forcing a refresh of the data from the datasource (paging... it might be, that the value is not on the first page)

Thanks for your response
Micha
Georgi Krustev
Telerik team
 answered on 28 Oct 2011
2 answers
89 views
I want to move the columns in grid one next to other ,like it can interchange the column position.

How I will achive this behaviour .Please help me.
arn
Top achievements
Rank 1
 answered on 28 Oct 2011
1 answer
121 views
Hi, at last, a decent jQuery UI framework, a perfect fit for my stack!
Are you able to provide more information in your roadmap? There are many features discussed in these forums that refer to future releases, some of which will fundamentally alter my design patterns. Maybe a gantt chart.
Regards,
Andrew
Sebastian
Telerik team
 answered on 28 Oct 2011
0 answers
95 views
Hi

I am using kendo menu in my project.It is working fine with the simple jsp page ,but if I include applet on my jsp page the menu sub item is hiding behind the applet . i.e. the some portion of the menu item which should be top of applet but it is hiding of that.
Also I have use z-index for that.

Please help.
Sourav
Top achievements
Rank 1
 asked on 28 Oct 2011
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?