Telerik Forums
Kendo UI for jQuery Forum
2 answers
1.3K+ views
I'm trying to validate a <textarea>. Is it even possible to validate any other fields beside inputs? The documentation (http://docs.kendoui.com/api/framework/validator neither http://docs.kendoui.com/getting-started/framework/validator/overview) does not say anything about this.
If <textarea> is not support, how can I achieve validation of multiline text inputs with <input>?

Thx!

Henning
Mk
Top achievements
Rank 1
 answered on 12 Sep 2012
0 answers
101 views
Hi,

Can we have range selection ability within DatePicker's calendar. Like i have two datepicker controls i.e., Startdate and Enddate. Both datepickers control will be populated with StartDate's Calender selection. For this I have to make 2 clicks on StartDate's calender for selecting range. Currently, datapicker's calender is closed after having one click so range selection is not possible. Please suggest.
Samia
Top achievements
Rank 1
 asked on 12 Sep 2012
1 answer
118 views
Hey everybody, 
I'm new to kendoUi , and  some problem with MVVM binding with HTML input element.  I try to create person information from <input> element. 
Here is my HTML snippets for collect person information  like "first_name", "last_name", "date_of_birth" etc. 

And I have viewModel , it can read "json" file but couldn't create! 
I think somethings wrong with my save function. 

If someone faced with this problem and got solution! Help me
Thanks

F0under
Top achievements
Rank 1
 answered on 12 Sep 2012
0 answers
86 views
I would like to know how different is to use full source code (for debugging purposes) of Kendo UI MVC wrapper extensions.
So instead of minimized files I would like to deal with full version of .js, .css files and I would like to peek into HTML helper's source code.

Any article/documentation on how to do that. I would like to first try a test solution with a trial version and to understand how it would be different if I would reference source project of MVC wrappers and uncompressed content and script files.

Thanks,
Rad
Radoslav Radivojevic
Top achievements
Rank 1
 asked on 12 Sep 2012
0 answers
105 views
Hello, 

I have a batch editable Kendo grid that contains a datetime column. In edit mode, when clicking the datetime cell, the datepicker is shown with all days. I want to block/disable some days in a month (i.e. holidays). 
Any suggestion how to do it?

Thank you,
Alex
Alex
Top achievements
Rank 1
 asked on 12 Sep 2012
8 answers
4.9K+ views
Hi guys - I'm currently in the process of evaluating the Kendo UI toolkit and im just wondering if you can help me with this problem!

Ive got a KendoDropDownList control and when the selected item changes I update the DataSource on my grid (hopefully).. the problem is when its changed the grid doesn't reflect the changes

View code:
<div class="filter-definitions" style="width: 100%;">
    @(Html.Kendo().DropDownList()
           .Name("filters")
           .DataTextField("Name")
           .DataValueField("Id")
           .HtmlAttributes(new { style = "width: 95%;" })
           .SelectedIndex(-1)
           .DataSource(source => source.Read(read => read.Action("GetUserFilters", "Grid")))
           .Events(e => e.Select("filter_select"))
          )
    <input type="button" value="Add" />
</div>
<div class="filter-grid-container" style="width: 100%; margin-top: 20px;">
    @(Html.Kendo().Grid<GridFilterResult>()
           .Name("filter-grid-results")
           .Columns(columns =>
                       {
                           columns.Bound(p => p.Name);
                           columns.Bound(p => p.DOB);
                       }
                   )
            .Pageable()
            .Sortable()
            .Scrollable()
            .Filterable()
          )
</div>
<script>


and my Javascript

    function filter_select(e) {
        debugger;

        var selectedItem = this.dataItem(e.item.index());

        var filterGrid = $("#filter-grid-results").data("kendoGrid");

        filterGrid.dataSource = new kendo.data.DataSource({
            type: "json",
            transport: {
                prefix:"filter-grid-results-",
                read: {
                url: "/Grid/GetFilterResults",
                contentType: 'application/json; charset=utf-8',
                type: 'GET',
                dataType: 'json'
            }
              , parameterMap: function (data, type) {
                  var values = {};
                  values["filterId"] = JSON.stringify(selectedItem);
                  return values;
              },
                schema: { data: "Data", total: "Total", errors: "Errors", model: { fields: { Name: { type: "string" }, DOB: { type: "date"}}} }
            }
        });
        filterGrid.dataSource.read();
    }

everything looks fine but it just doesn't work and I cant figure out why - can anyone help me with this?


cheers.
ste.
Alison
Top achievements
Rank 1
 answered on 12 Sep 2012
2 answers
208 views
Hi There,

                    I would like to develop an mobile web application using kendoui mobile. How to setup the Vs 2010 with kendo ui in order develop for mobile. Can you guys give me a tutorials for this. My application should work like the example or demo you have made available online with the url.

Thanks,
Syed
moegal
Top achievements
Rank 1
 answered on 11 Sep 2012
3 answers
486 views
You can see this in effect here:
http://jsfiddle.net/pwhmF/42/

The initial viewmodel's value is databound correctly, however neither the viewmodel / datepicker's value gets updated after a mouse click selection.  Yet typing and pressing enter works??

Is there something wrong with my databinding configuration?
Duane
Top achievements
Rank 1
 answered on 11 Sep 2012
1 answer
91 views
Hi!

I am trying to get the model's ID "value" sent to my controller when someone selects a row in the grid.
Is this possible? And how do i make it ?

Please let me know how the controller should look like and also the JQuery.

Im using ASP.NET MVC4 Razor View.

Thanks!
Carlos
Top achievements
Rank 1
 answered on 11 Sep 2012
0 answers
98 views
Nevermind got it working.
Tim
Top achievements
Rank 1
 asked on 11 Sep 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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?