Telerik Forums
Kendo UI for jQuery Forum
1 answer
113 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
121 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
114 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
144 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
127 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
419 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
319 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
144 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
1 answer
102 views
Hello,
how to implement scrollViews with buttonGroup?

my markup:
<div data-role="view" id="portfolio" data-init="portfolioViewInit">
 
    <ul id="select-portfolio" data-index="0">
        <li>
            Web
        </li>
        <li>
            Mobile
        </li>
        <li>
            Print
        </li>
    </ul>
     
    <!-- Web -->           
    <div data-role="scrollview">
        <div data-role="page" class="image ref1"></div>
        <div data-role="page" class="image ref2"></div>
        <div data-role="page" class="image ref3"></div>
    </div>
    <!-- Mobile -->
    <div data-role="scrollview" style="display:none">
        <div data-role="page" class="image ref1"></div>
        <div data-role="page" class="image ref2"></div>
        <div data-role="page" class="image ref3"></div>
    </div>
    <!-- Print -->
    <div data-role="scrollview" style="display:none">
        <div data-role="page" class="image ref1"></div>
        <div data-role="page" class="image ref2"></div>
        <div data-role="page" class="image ref3"></div>
    </div>
 
 
</div>

the select events work and the selected views are displayed, but without the scrollView feature (no scrollBar). with this markup, as soon as i try to scroll in the 2nd or 3rd view, the image disappears to the opposite side.

any idea? an alternative would be using a listView as a selector as shown in the scrollView demo, but its not fully implemented in the example.

thanks
Petyo
Telerik team
 answered on 03 Apr 2012
1 answer
689 views
Hi

Am i allow to it for free on my non commercial Web Site?
Donna
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)
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
Iron
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
Iron
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?