Telerik Forums
UI for ASP.NET MVC Forum
4 answers
1.0K+ views
While I can understand some of the reasoning behind not bringing them along into Kendo UI, I believe they still have a very useful function. 

  1. Not everyone is going to be quick to move the MVC 4, so they would not benefit from the built in minification and bundling.
  2. The .OnDocumentReady method of ScriptRegistrar is very useful for combining your document.ready code into one rather than scattered throughout your page.
  3. While a lot of people applaud the effort of MS to add Bundling and Minification, using it is no where near as friendly to use as the Telerik StyleSheetRegistrar and ScriptRegistrar.
So how about it Kendo / Telerik? Why don't you include these?

Thanks
Alec
Atanas Korchev
Telerik team
 answered on 05 Jun 2012
1 answer
101 views
It is great to see the KendoUI support for ASP.NET MVC, but I was wondering will if it will work seamlessly with KendoUI Mobile as well or if that is on the roadmap.
Sebastian
Telerik team
 answered on 04 Jun 2012
1 answer
422 views
Hosting service, I use it, can works only in medium trust mode and I can't to set some parameters like compressing. Up to day I use in Telerik MVC applications code looks like this:
    @(Html.Telerik().ScriptRegistrar()
        .Globalization(true)
        .DefaultGroup(group => group
            .Add("~/Scripts/modernizr-1.7.min.js")
            .Add("~/Scripts/jquery-1.7.1.min.js")
            .Add("~/Scripts/jquery.min.js")
            .Combined(true)
            .Compress(true)
            .CacheDurationInDays(14)
        )

and
    @(Html.Telerik()
        .StyleSheetRegistrar()
        .DefaultGroup(group => group
            .Add("telerik.common.css")
            .Add("telerik.windows7.css")
            .Add("Site.css")
            .Combined(true)
            .Compress(true)
            .CacheDurationInDays(14)
        )
    )
Everythink works fine and typical page speed measured by google pagespeed tools was not less than 85 points with/without CDN.
Now, I would like to use similar code in Kendo UI MVC based programs. How to do it? Testing code used Telerik Kendo UI MVC without compressing gives me not satisfied result equal 54 points :(

Krzysztof
Atanas Korchev
Telerik team
 answered on 04 Jun 2012
0 answers
458 views
I've followed the directions from the ASP.NET MVC Documentation page and am using the sample dropdownbox as a test for beginning working with it in my app.  Using this code:

@(Html.Kendo().DropDownList()
          .Name("color")
          .DataTextField("Text")
          .DataValueField("Value")         
          .BindTo(new List<SelectListItem>() {
              new SelectListItem() {
                  Text = "Black",
                  Value = "1"
              },
              new SelectListItem() {
                  Text = "Orange",
                  Value = "2"
              },
              new SelectListItem() {
                  Text = "Grey",
                  Value = "3"
              }
          })
          .Value("1")
    )

The extensions work perfectly.  The Kendo UI dropdown box renders as expected (once I removed the event part of the chain).  However, I can't seem to get Intellisense working correctly.  VS2010 doesn't recognize the Kendo() extension to the HtmlHelper.  Any thoughts or help will be most appreciated.


UPDATE:  Reboot of VS2010 didn't help, but REBOOT OF PC WORKED!!  Intellisense is operational now.
Jay
Top achievements
Rank 1
 asked on 02 Jun 2012
0 answers
267 views
Hi,
can you please add a little video showing how to start with a fresh MVC3 Internet Project and at the end displaying an Autocomplete in the index view?
Your examples are too heavy as a startingpoint for me...
Thank you in advance,

Hermann

hermann
Top achievements
Rank 1
 asked on 01 Jun 2012
4 answers
396 views
Hi,

I am looking for the place where I can download the beta for this.

Best

Ole
Toshimoto
Top achievements
Rank 1
 answered on 01 Jun 2012
1 answer
197 views
How/When can I use custom commands with Html.Kendo().Grid() ?
Atanas Korchev
Telerik team
 answered on 01 Jun 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?