Telerik Forums
UI for ASP.NET MVC Forum
3 answers
174 views
Hi,

We are planning to start a new project in ASP.Net MVC and are planning to use telerik controls for ASP.Net MVC. We were thinking about using some client side MV* framework for better organization of client side code. Can you please guide on:

1. Which client side framework/library is more compatible with telerik's ASP.Net MVC controls e.g. Knockout JS or Angular JS or ?
2. Telerik recommends using such frameworks with already existing client side API of controls or not? 

Any recommendations?

Thanks
Petyo
Telerik team
 answered on 02 Jan 2015
1 answer
355 views
Hi,

I'm trying to implement the persist state methods set/getOptions() for the new release. But when calling those methods I am getting the undefined error message. I've installed the new release and updated my kendo.all.min.js file within my scripts.

Anything that I am missing out? 

Thanks!
Dimo
Telerik team
 answered on 01 Jan 2015
5 answers
219 views
We have a application built using Kendo ASPNET MVC5 and it works
correctly (i.e. UI rendering is perfect) on local host. The kendo
controls are shown "Correctly" on local host and no issues are seen
locally.

However when the same codebase is published on Azure website then kendo controls do NOT render correctly.
Sample layout and index page of schedular (calendar) is given.

The URL for accessing the Azure hosted site is: http://shrirangtest3.azurewebsites.net/
login: peter
pwd: erp

Please let us know what are we missing when it is deployed on azure.

(Note: The rendering of UI happens perfectly on Azure site when MVC4 is used but NOT with MVC5)
Shreesh
Top achievements
Rank 1
 answered on 01 Jan 2015
4 answers
113 views
Hi, I'm having issues getting OutputCache to work with the remoteDatasource dropdown demo.  Whenever I run through Fiddler, I get this message "HTTP/1.1 Vary Header is present: *
*: The server MUST be contacted to verify the freshness of this resource."

I can put the outputcache on actions not called through the kendo datasource and they are cached as exptected.  Any ideas?

http://demos.telerik.com/aspnet-mvc/dropdownlist/remotedatasource
@(Html.Kendo().DropDownListFor(m => m.PasswordExpireOptionSelectedID)
    .DataTextField("Text")
    .DataValueField("Value")
    .DataSource(source =>
    {
        source.Read(read =>
        {
            read.Action(ListController.ActionGetPasswordExpireOptions, ListController.ControllerName);
        });
    })
)
// Action snippet
private const int CacheDurationDefault = 86400;

public JsonResult GetPasswordExpireOptions()
{
      // some code here....
     return Json(returnValue, JsonRequestBehavior.AllowGet);
}

Bob
Top achievements
Rank 1
 answered on 31 Dec 2014
5 answers
219 views
It is found that some parts of the controls in grid are not visible in High contrast mode - please find attached the difference :
especially the filter and paging links (next / previous)
Madzie
Top achievements
Rank 1
 answered on 30 Dec 2014
3 answers
137 views
Sometimes it is consistently observed with Telerik grid that the paging dropdown on click opens at the top of grid or somewhere outside the immediate accessibility of the dropdown - it should ideally open it like a dropdown, just beneath the icon
Attaching the screenshot taken at the behavior.
Please suggest the fix !!!
Alexander Popov
Telerik team
 answered on 30 Dec 2014
1 answer
263 views
Is there a way to set cursor focus on any tab item ?

SelectedIndex() is to select but I need to make sure when user hits <tab> key after TabStrip load, the next tabItem is ready to be selected.

Is there a method similar to SelectedIndex() or needs to be custome script code to set focus on ?

Html.Telerik().TabStrip()
.Name("TabStripDynamicSearchCriteria")
.Items(tabstrip =>
{
....
}
.SelectedIndex(selectedIndex).Render();
Dimo
Telerik team
 answered on 30 Dec 2014
6 answers
815 views
I am using Razor to define the Telerik grid.
By default one of the color is 'transparent' and the other can be defined as I understand. Is there a way to define two custom colors like - instead of transparent - it is white and the other color gray ?

Thanks in advance
Dimo
Telerik team
 answered on 29 Dec 2014
2 answers
1.2K+ views
hello
    I need a multi select drop down and selection perform with check boxes so please guide me . How can i do this?
Shakil
Top achievements
Rank 1
 answered on 29 Dec 2014
1 answer
262 views
Shift+Tab fails to work in paging control : here is the scenario
- tab on to the paging dropdown icon
- hit <space>
Expected Result : dropdown opens
Actual Result : dropdown opens
- hit <Shift+tab >
Expected Result : tab focus to go on dropdown icon
Actual Result : focus goes out of grid and goes to next item outside grid

Showing example attached - in the second screen, the focus goes to a link "Trademarks" in the bottom

Also, the same happens with "filter icon" - but this can be won by an argument to close the dropdown by hitting <Esc> so that the focus gets back to filter icon BUT in the paging control case, the <esc> doesn't work to close the paging dropdown !!!!

Any fix or workaround ?

Dimo
Telerik team
 answered on 25 Dec 2014
Narrow your results
Selected tags
Tags
Grid
General Discussions
Scheduler
DropDownList
Chart
Editor
TreeView
DatePicker
Upload
ComboBox
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
MultiColumnComboBox
Dialog
DropDownTree
Checkbox
Slider
Switch
Notification
ListView (Mobile)
Pager
Accessibility
ColorPicker
DateRangePicker
Wizard
Security
Styling
Chat
MediaPlayer
TileLayout
DateInput
Drawer
SplitView
Barcode
ButtonGroup (Mobile)
Drawer (Mobile)
ImageEditor
RadioGroup
Sparkline
Stepper
TabStrip (Mobile)
GridLayout
Template
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
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?