Telerik Forums
Kendo UI for jQuery Forum
1 answer
119 views
Is there any options for dragging data points (x,y) in the kendo chart ?
Hristo Germanov
Telerik team
 answered on 31 Oct 2011
0 answers
79 views
I want to pass some value from one kendo window to another kendo window. Actually I have some selected data in the grid.I want to pass those selected data as grid in the another window .Please help me.
Sourav
Top achievements
Rank 1
 asked on 31 Oct 2011
1 answer
121 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
363 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
131 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
236 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
248 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
179 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
85 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
81 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
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
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
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?