Telerik Forums
UI for ASP.NET MVC Forum
1 answer
1.3K+ views
I've noticed that the Kendo Date control is rendering weird under browsers that support HTML 5. I don't see my selected date and I end up with a down arrow to the left of the calendar graphic. It appears to happen because the input box that is rendered is rendering as a "date" type and not a "text" type, so the browser itself is adding its own support.

Here's an example of the HTML that is rendered:

<input class="k-input" id="CashReceipt_ReceivedOn" name="CashReceipt.ReceivedOn" type="date" value="7/15/2012" data-role="datepicker" style="width: 100%; ">

When I compared that to the one in the example project (which appears to work), I get this (note the type="text" in this version):

<input class="k-input" id="datepicker" name="datepicker" style="width: 100%; " type="text" value="10/10/2011" data-role="datepicker">

I'm not really sure what's triggering the difference or how to change this. Any ideas?
Georgi Krustev
Telerik team
 answered on 16 Jul 2012
1 answer
619 views
I would like to do something like this in the Grid requestStartHandler:

var requestStartHandler = function (e) {
        var grid = $("#DefaultGrid").data("kendoGrid").height($(document).height() - 350);
    }

What is the Grid Client API to know how to set the height with JavaScript?
Best regards
Jaume Aguiló
Dimo
Telerik team
 answered on 16 Jul 2012
2 answers
346 views
Hi! Im new to kendo ui. Please help me on how to implement custom command in server editing... Thanks!
Dennis
Top achievements
Rank 1
 answered on 15 Jul 2012
5 answers
512 views
Hi,

I'm trying Kendo UI for ASP.NET MVC on a MVC 4 project.
But I get an error at the end of your introduction (http://www.kendoui.com/documentation/asp-net-mvc/introduction.aspx)


When I put the 
@(Html.Kendo().DatePicker().Name("Birthday"))

My MVC project stop with this exception : System.EntryPointNotFoundException  


The wired thing is that with 
@(Html.Kendo().Calendar()
        .Name("calendar")
        .Min(new DateTime(2010, 1, 1, 10, 0, 0))
        .Max(new DateTime(2015, 1, 1, 20, 0, 0))
        .Value(DateTime.Now)
        )
I don't get any error!


Do you have any idea about this issue?
I'm missing something?

Thank you
Eric
Top achievements
Rank 1
 answered on 14 Jul 2012
0 answers
75 views

Also MVC C# to incorporate a new visual identity in an Orchard web site under Azure

CSurieux
Top achievements
Rank 2
 asked on 14 Jul 2012
4 answers
858 views
I have followed the introduction page on the documentation site to setup an MVC3 web application using Razor, but I cannot add a Kendo control to the view, the Kendo namespace does not appear in the "Html." intellisense.

Any ideas?

tried to look at the example source, as mentioned at the bottom of the introduction, but the folder Example has not been installed , was this an option during install, or was it not in the Beta release ?

UPDATE: Just tried a fresh MVC3 application and followed this again and it works. The first attempt was the creation of a telerik mvc3 web application with razor and implementing kendo algongside the telerik asp.net mvc extensions. this is the one that doesn't work. is their an order to the scriptregistrar before or after the kendo script links?

Thanks

Shaun
Dennis
Top achievements
Rank 1
 answered on 13 Jul 2012
1 answer
159 views
I read in the breaking changes that the ClientEvents has been switched to Events, however there is no way to setup a client side event handler for selection as there is no Select event in the grid Events object. Or am I missing something? How would I hookup a client-side event handler for the row being selected?

Thanks!
Joe
Top achievements
Rank 1
 answered on 13 Jul 2012
2 answers
233 views
Can you expand on the bundling options for the MVC wrappers? The way I'm interpreting things is that the MVC wrappers will only be available in Kendo UI Complete for ASP.NET MVC. I'm more interested in the Kendo UI Web package and having MVC integration. I don't have any current interest in DataViz or Mobile. Will the MVC wrappers be available if I just purchase the Kendo UI Web package?
Dan Miser
Top achievements
Rank 1
 answered on 13 Jul 2012
2 answers
207 views
How can i bind the grid to local data?
I have a kendo.observable viewmodel for my page and i want to bind the grid to that
Roland
Top achievements
Rank 1
 answered on 13 Jul 2012
1 answer
236 views
Hi, I am current replacing Telerik MVC extension with Kendo UI for MVC and having some issues with new Grid. I have a Grid as follow:

@{
    Html.Kendo().Grid(Model.Employees)
               .Name("EmployeeGrid")
               .Columns(columns =>
               {
                    columns.Bound(o => o.FirstName).Width(100).Title("First Name");
                     columns.Bound(o => o.LastName).Width(100).Title("Last Name");
                })
                 .Pageable()
                 .Render() ;               
}

I had an Error as Uncaught TypeError: undefined is not a function in kendo.web.min.js:8  and all control after this Grid stop working as well. Could you give me some ideas how to fix it? thanks
Gregory
Top achievements
Rank 1
 answered on 13 Jul 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Scheduler
DropDownList
Chart
Editor
TreeView
DatePicker
ComboBox
Upload
MultiSelect
ListView
Window
TabStrip
Menu
Installer and VS Extensions
Spreadsheet
AutoComplete
TreeList
Gantt
PanelBar
NumericTextBox
Filter
ToolTip
Map
Diagram
Button
PivotGrid
Form
ListBox
Splitter
Application
FileManager
Sortable
Calendar
View
MaskedTextBox
PDFViewer
TextBox
Toolbar
Dialog
MultiColumnComboBox
DropDownTree
Checkbox
Slider
Switch
Notification
Accessibility
ListView (Mobile)
Pager
Security
ColorPicker
DateRangePicker
Wizard
Styling
Chat
DateInput
MediaPlayer
TileLayout
Drawer
SplitView
Template
Barcode
ButtonGroup (Mobile)
Drawer (Mobile)
ImageEditor
RadioGroup
Sparkline
Stepper
TabStrip (Mobile)
GridLayout
Badge
LinearGauge
ModalView
ResponsivePanel
TextArea
Breadcrumb
ExpansionPanel
Licensing
Rating
ScrollView
ButtonGroup
CheckBoxGroup
NavBar
ProgressBar
QRCode
RadioButton
Scroller
Timeline
TreeMap
TaskBoard
OrgChart
Captcha
ActionSheet
Signature
DateTimePicker
AppBar
BottomNavigation
Card
FloatingActionButton
Localization
MultiViewCalendar
PopOver (Mobile)
Ripple
ScrollView (Mobile)
Switch (Mobile)
PivotGridV2
FlatColorPicker
ColorPalette
DropDownButton
AIPrompt
PropertyGrid
ActionSheet (Mobile)
BulletGraph
Button (Mobile)
Collapsible
Loader
CircularGauge
SkeletonContainer
Popover
HeatMap
Avatar
ColorGradient
CircularProgressBar
SplitButton
StackLayout
TimeDurationPicker
Chip
ChipList
DockManager
ToggleButton
Sankey
OTPInput
ChartWizard
SpeechToTextButton
InlineAIPrompt
TimePicker
StockChart
RadialGauge
ContextMenu
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?