Telerik Forums
UI for ASP.NET MVC Forum
1 answer
161 views
Hi Team,
             I have two issues with Ajax Binding
                    1) Remote Validation is Not Working with Ajax Binding ( Works With Server Binding) .
                    2) ForiegnKey Column (combo box) Values return null to Controller if i doesn't change combobox value . ( Works With Server Binding)
Alexander Popov
Telerik team
 answered on 18 Nov 2014
4 answers
226 views
My tasks are going to be all day tasks only.  The All Day row has several tasks in it but they are bunched up.  I need to remove the time rows in the Day view.

I've tried this as a databound event:

function scheduler_dataBound(e) {
    var scheduler = this;
 
    var ele = scheduler.wrapper.find(".k-scheduler-layout>tbody>tr:nth-child(2)");
    ele.remove();
    if (!isResizedManually) {
        isResizedManually = true;
        scheduler.view().refreshLayout();
        $(window).trigger("resize");
    } else {
        isResizedManually = false;
    }
}

This gets rid of the time rows but the all day row is still the same height.  Another problem with this is that it removes the time rows for all views: Month, Week, Day, etc...  I only want them removed for Day.

How can I get this to work?


Edward
Top achievements
Rank 1
 answered on 18 Nov 2014
1 answer
112 views
I have a situation where i need a foreign key column in a grid and the field doesn't exist in the model.   Is there a way to do this?

Thanks for your help.
Nikolay Rusev
Telerik team
 answered on 18 Nov 2014
1 answer
133 views
Hi all,

I've tried several times to create a dropdown list inside a grid by following  this link. But I still cannot create a dropdown list inside a grid. It always shows error when I run the program. It says ""An exception of type 'System.ArgumentException' occurred in mscorlib.dll but was not handled in user code. Additional information: Object of type 'POSF.Models.ProductViewModel' cannot be converted to type 'System.String'." I don't know how to do, I have done all like the link said.

Please help me

Here I attach my grid, controller, model, and error message

Best Regards

Rudy
Alexander Popov
Telerik team
 answered on 18 Nov 2014
2 answers
209 views
I've been developing an app for some time now using the Kendo UI MVC wrappers. I just updated my Telerik components with version 2014.2.1008 this weekend. All of a sudden, the DatePickerFor is not working correctly for nullable DateTime values where it had been working before. Instead of a non-null date value being displayed, I see something like {0:17} in the edit box and it won't validate.

Assuming my model has a property like this:

     public DateTime? DueDate { get; set; }

The following .cshtml markup produces the erroneous result:

    @Html.Kendo().DatePickerFor(model => model.DueDate)

The following .cshtml markup produces the correct result, but I can't use it because the value may be null:

    @Html.Kendo().DatePickerFor(model => model.DueDate.Value)

I can't deploy other code I've been working on tonight because of this problem. I need a resolution to this ASAP.
Bryan
Top achievements
Rank 1
 answered on 17 Nov 2014
2 answers
189 views
When I group the Grid, the vertical lines are broken that separates the columns. Is there a way to force the Grid to have those lines not broken by the grouping rows. Please see attached Image.

VP
Top achievements
Rank 1
 answered on 17 Nov 2014
1 answer
101 views
I have just migrated an ASPNET application that was relying on Telerik ASPNET controls (i.e., the good'ol Rad* server controls) to ASPNET MVC using UI for ASPNET MVC. All nice & fine so far, until migrating the look&feel of the old app.
Thing is we have customized the ASPNET Rad*-controls to a high degree (using the predefined CSS classes). And since the UI for ASPNET MVC uses different styling method (Kendo UI-based, that is k-* CSS classes for most part), I am wondering if there is any tool/decently quick way to migrate the old ASPNET classes to these Kendo ones for MVC?!
Thanks in advance (and sorry if this topic already exists, but my search did not yield such results).
Sebastian
Telerik team
 answered on 17 Nov 2014
3 answers
163 views
Hi
I am looking for same functionality of Telerik WebMail demo (http://demos.telerik.com/aspnet-ajax/webmail/default.aspx) but in MVC.

Do we have a same demo in MVC as well
Can we use same controls in MVC

Thanks
Sebastian
Telerik team
 answered on 17 Nov 2014
1 answer
223 views
I'm using the scheduling control for a custom application and my customers have asked to show only the US timezones, how do I go about doing this?
Atanas Korchev
Telerik team
 answered on 14 Nov 2014
1 answer
107 views
Hi,

On batch update in the grid it sends two sets of requests one to do update and another to do create
Is there a way to send only one request so that I get all the errors back in a single modelstate object

Thanks,
Annie
Nikolay Rusev
Telerik team
 answered on 14 Nov 2014
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
MultiColumnComboBox
Dialog
DropDownTree
Checkbox
Slider
Switch
Notification
Accessibility
ListView (Mobile)
Pager
ColorPicker
DateRangePicker
Wizard
Security
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
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?