Telerik Forums
UI for ASP.NET MVC Forum
4 answers
244 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
117 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
137 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
221 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
199 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
105 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
171 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
236 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
118 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
1 answer
153 views
Hi:

Is there a way we could increase the width of the vertical scroll bar in Kendo grid? What is the styling property i should use?
Can you please provide a sample snippet?

Thank You,
Arul.
Dimo
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
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?