Telerik Forums
Kendo UI for jQuery Forum
1 answer
112 views
If I use the demo of the ComboBox with Remote Data (and also the controls on my site) and begin entering the display value of another option, it then replaces my entered text with the value of the option (instead of the display value). 

So to reproduce this bug with the demo (Binding to remote data). 
  1. Select all text in the Combo Field
  2. type Steve
-> Display Value (as example) = 13aly


Georgi Krustev
Telerik team
 answered on 25 Oct 2011
2 answers
734 views
I am using virtual scrolling in the kendo ui grid .There is an page number displaying below in the page.I want to remove or hide this page number.Please help me on the same...
Sourav
Top achievements
Rank 1
 answered on 25 Oct 2011
1 answer
144 views
Some situations may require a particular menu branch to be open and stay open regardless of user interaction.  For example, the Amazon homepage where the menu is expanded and stays expanded no matter what you do.  Opening a Kendo menu is easily accomplished with the menu.open("#item") method.  However, there is no easy way (that I can think of) to keep the menu open if a user performs some actions. 

I would like to suggest an api method to keep a menu branch open regardless of user interaction.

Thank you.
Kamen Bundev
Telerik team
 answered on 25 Oct 2011
0 answers
94 views
Hi,
    I am using kendo grid in my project and I am binding data to grid from jsp page.Also I am using virtual scrolling in that. Some times the scrollbar is working properly to display data and some times not .I need your guidance for the above problem.
 Thanks in advance.
Sourav
Top achievements
Rank 1
 asked on 24 Oct 2011
0 answers
89 views
hello,

how can i create closable tabs ??

thx 4answer ;)

Sven
Sven
Top achievements
Rank 1
 asked on 24 Oct 2011
2 answers
48 views
First of al, thanks for such an amazing work!

When I experiment with Charts, found out the chart looks the same no matter what I set to "stacked". Is it not implemented or a bug? I'm using Beta2.
Tyrael
Top achievements
Rank 1
 answered on 24 Oct 2011
1 answer
149 views
Hi,
    I want to change the width size of a particular column in kendo ui grid. I am able to acheive it but while doing it its actually getting applied for all the columns and at the same time all the other data in the columns not displaying which earlier was before doing the change. Please help me.... 
Dimo
Telerik team
 answered on 24 Oct 2011
1 answer
141 views
I don't think the examples are very clear. I have an XML file that's on my server (remote). I want a simple DropDownList that loads it, with no templates (for now). I can't get it to work, and no errors are being thrown. Please I would really appreciate a simple example that does this.
Benjamin
Top achievements
Rank 1
 answered on 22 Oct 2011
0 answers
94 views
While using splitter a problem is there regarding resize, because when maximizes on either left or right then its very confusing and not possible for novice end user to find where he has to click to restore to earlier position. Two button are there and if wrong one clicked then getting the correct window in splitting pane is a pain. so please help.. 
Sourav
Top achievements
Rank 1
 asked on 22 Oct 2011
2 answers
367 views
Hi,

I am trying to put kendo upload in jquery dialog and with the new Beta2 it is not working. No js error and nothing happens when you click on the select button. It was working before Beta2 release. Just copy/paste the following sample code:

<html>
<head>
    <title>Kendo Upload in JQuery Dialog</title>        
    <link href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.blueopal.min.css" rel="stylesheet" />    
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" media="all" />
    <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
    <script type='text/JavaScript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script type='text/JavaScript' src="http://cdn.kendostatic.com/2011.3.1007/js/kendo.all.min.js"></script>
    <script type='text/JavaScript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js'></script>    
</head>
<body>
    <div id='dialog'><input name='files' id='files' type='file' /></div>
</body>
</html>
<script type="text/javascript">
    $(document).ready(function () {
        $("#files").kendoUpload({
            async: {
                saveUrl: "test.ashx",
                removeUrl: "test.ashx",
                autoUpload: true
            }
        });

        var dlg = $("#dialog");                
        dlg.dialog({
            title: "Test",
            width: 350,
            height: 210,
            bgiframe: true,
            modal: true,
            autoOpen: true
        });        
    });  
</script>

Kind Regards,
Plamen
Plamen
Top achievements
Rank 1
 answered on 21 Oct 2011
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?