Telerik Forums
Kendo UI for jQuery Forum
3 answers
153 views
I've done some preliminary tests and it seems that Kendo templates shouldn't be used for form elements.  While the templates create the forms fine, it's not possible to reference input elements from jQuery, since it's just created in memory.

In other words, click events from buttons don't work.

I just want some confirmation about this.  If I'm wrong, please clarify.

Thanks,

King Wilder
Bruce
Top achievements
Rank 1
 answered on 03 Apr 2012
0 answers
154 views
I want to use a search box that will have some "intelligent" autocomplete to it. For example, if a user enters "c (some text", I want to only suggest based on the text after the (. That part seems easy enough. However, I want to be able to append the chosen id for the autocomplete after the (. Then, if the user enters ", some more text", (the input should look like "c (id1, some more text"), I want to autocomplete after the comma and insert the id at that point.

I'm looking to build a context aware autocomplete that will only present proper options based on the text before it and keep the preceding text because it is useful to the search function.

How would I go about doing this using the Kendo UI Autocomplete control?

Jason
Jason
Top achievements
Rank 1
 asked on 03 Apr 2012
5 answers
204 views
http://screencast.com/t/t90lodAfe

See at about 20 seconds when remove the text in there and try to search for bread...just after that I reload the page and do it again, and it works.
Georgi Krustev
Telerik team
 answered on 03 Apr 2012
1 answer
194 views
I have the following code which works perfectly in Chrome and Firefox, but it does not work in IE9. The server has the correct CORS header Access-Control-Allow-Origin

I don't get any errormsg in IE, but when i start network trace in the F12 developer tools I Can see that it is not trying to read data at all. api.rambase.net is never accessed.
<!DOCTYPE html>
<head>
    <title></title>
    <link href="styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
    <link href="styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
    <script src="js/jquery.min.js" type="text/javascript"></script>
    <script src="js/kendo.web.min.js" type="text/javascript"></script>
</head>
<body>
    <div id="grid"></div>
    <script>
        $(document).ready(function () {
            var myDatasource = new kendo.data.DataSource({
                transport: {
                    read: {
                        url: "http://api.rambase.net/sales/customers/",
                        dataType: "json",
                        data: {
                            access_token: "pJqsseeESsdfse-d9_8CMQPsLg2"
                        },
                        beforeSend: function (req) {
                            req.setRequestHeader('Accept', "application/json");
                        }
                    }
                },
                schema: {
                    data: "customers.customer"
                }
            })
 
            $("#grid").kendoGrid({
                dataSource: myDatasource
            });
        });
 
    </script>
</body>
</html>
rgullhaug
Top achievements
Rank 1
 answered on 03 Apr 2012
1 answer
151 views
<select name="select1" id="select1">
   <option value="">-- select --</option>
   <option value="1">One</option>
   <option value="2">Two</option>
</select>

When I do $("#select1").kendoDropDownList() the submitted value becomes "-- select --" instead of ""

The value of the option label is empty string, the submitted value should be empty string.
Georgi Krustev
Telerik team
 answered on 03 Apr 2012
0 answers
72 views
can you please give the example for how to set the strip lines property in chart

please help me urgently

Thanks in advance.
Nagarjuna
Top achievements
Rank 1
 asked on 03 Apr 2012
1 answer
122 views
I went through all the demos, there is no color picker; Is there any other 3rd party that you guys recommend ? I evaluated a few, the one with the name jPicker sounds pretty useful to me.
Dimo
Telerik team
 answered on 03 Apr 2012
1 answer
143 views
I have a simple push button or <input type="button">

I would like that to look like buttons that we see in Template framework demos.

I have not seen any plugin for that. How can I make my button like that ?
Dimo
Telerik team
 answered on 03 Apr 2012
1 answer
137 views
Hello,

When I attempt to bind a grid to a grouped data source using the MVVM pattern I am able to get data to display, but the groups will not collapse.  Here is a jsFiddle that illustrates the problem:

http://jsfiddle.net/nbove/DgAFv/1/

I am assuming this behavior is not intended since it only happens when binding using the MVVM pattern.

Rosen
Telerik team
 answered on 03 Apr 2012
0 answers
193 views
I need a non-editable grid with row select and without any kind of drag and drop.  

So far the grid control is mostly doing great, but there's one ugly UI problem.  If the visitor clicks on a row and then drags up or down to other rows, the browser (in this case webkit) allows them to select the text in the various cells they drag over.  This is both ugly and confusing to the site visitor.

Is there some configuration option or extra CSS/javascript that can disallow mouse-drag text selection in a grid?
T
Top achievements
Rank 1
 asked on 03 Apr 2012
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
Drag and Drop
Application
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?