Telerik Forums
Kendo UI for jQuery Forum
1 answer
140 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
57 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
111 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
117 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
112 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
141 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
1 answer
126 views
There is a "roadmap" link that contains what would be better characterized as release notes given its rear-view perspective.  Is there an actual roadmap where would be able to see features from the product backlog scheduled for upcoming releases?
Dimo
Telerik team
 answered on 03 Apr 2012
6 answers
418 views
Hi,

I want to customize the options of date filter dropdown. I just want "Is before" and "Is after". How can i do that? Right now i am doing it this way:
{
field: "DateCol",
title: " Date",
template: '#= kendo.toString(DateCol, "MM/dd/yyyy hh:mm:ss")#',
filterable: {
                extra: false, //do not show extra filters
                operators: { // redefine the string operators
                    date: {
                        lt: "Is before",
                        gt: "Is after"
                    }
                }
            }
}
This shows only the options that i have written but the Problem is that it doesn't filter. What is the issue? Pls help.

Regards,
Khushali
Nikolay Rusev
Telerik team
 answered on 03 Apr 2012
1 answer
316 views
Hello,

I'm trying to set the current culture doing so;

<div id="calendar"></div>

<script>
$(document).ready(function() {
kendo.culture("it-IT");
$("#calendar").kendoCalendar();
});
</script>

 but doesn't work :'(
I still see the calendar in english view, I tried also with french using kendo.culture("fr-FR"); like here (jsFiddle demo) but still be in english
what can I do?
Iliana Dyankova
Telerik team
 answered on 03 Apr 2012
1 answer
143 views
I'm going to be consuming a feed that has HTML embedded as part of the data.  How can I have my template (specifically for ListView) directly render the html instead of spitting out the string content?

var dataExample = [
  { name: "Example", description: "Embedded <strong>html</strong> in property" }
];

I've tried a few things mixing and matching custom templates but with no luck.  Help appreciated
Petyo
Telerik team
 answered 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
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
SPA
Filter
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
OrgChart
TextBox
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
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
StockChart
ContextMenu
TimePicker
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?