Telerik Forums
Kendo UI for jQuery Forum
2 answers
4.1K+ views
I'm having trouble setting up the width of DatePicker. There's no way in Kendo API to set this on initialization. I tried in-line style with !important attribute, but it only limits the width of text box keeping the lengthy wrapper unchanged.

Is there a way around this?
Casey
Top achievements
Rank 1
 answered on 13 Aug 2012
0 answers
76 views
I've had no luck getting or setting the datePicker value using "value()" as the documentation states however using "val()" like standard jQuery seems to work fine.  Has anyone else had this problem?
Casey
Top achievements
Rank 1
 asked on 13 Aug 2012
4 answers
170 views
I have a couple modal windows, one has a grid with a list of grouped items and when a row is clicked another modal window appears overtop as a confirmation window with a cancel and continue button.  These work fine in IE, Firefox, and Chrome on the desktop but when opened from the Android browser or Chrome for Android there is a problem.  If I click on a row in the first window where a button will appear in the second "confirmation" window it clicks that button as if it was already there.  This causes the confirmation window to appear and then close as if I clicked a button.  I have attached a file that has a basic demo of the problem. Has anyone else seen such behavior and is there a fix?  I'm thinking that since it's working fine in all desktop browsers it must be touch related.

Thanks,
Casey
Casey
Top achievements
Rank 1
 answered on 13 Aug 2012
0 answers
127 views
It seems that window is added to the body tag and positioned absolutely with high z-index.

This limits how it can be used within a container if the purpose is to use it as a non-modal window.

Correct me If I am wrong, but it seems that absolute positioning and high z-index are only needed for modal windows and not for non-modals?

I am not sure if this is a limitation or by design. Either way it would be nice to use the window widget in non modal context which respects parent container boundaries and is positioned relative to it and not the body.

Is this something I should raise as a feature request or a bug?  

I am curious as to what the expert developers/kendo developers have to say about this.

Thanks,
Numan
Numan
Top achievements
Rank 1
 asked on 13 Aug 2012
4 answers
122 views
If I use rowTemplate with a detail grid the columns misalign. 

Here is a simple way to reproduce to this problem: http://jsfiddle.net/yzKqV/ (uncomment the commented line to see the issue)

Is this a bug or am I missing something basic here?

Thanks,
Numan
Numan
Top achievements
Rank 1
 answered on 13 Aug 2012
0 answers
145 views
Is it possible to disable or scale back the kinetic scroll on long ListViews without losing the endless scroll functionality? With long lists, this scrolling sometimes seems a bit unnatural. This is particularly noticeable with a "flick" gesture, which seems to react a bit slowly and accelerate/decelerate strangely.

Thanks,
Jason
Jason
Top achievements
Rank 1
 asked on 12 Aug 2012
2 answers
156 views
Hi,

Is it possible to use kendo ui controls with MVC4 WebAPI?

If yes could some please post me an example please

maybe datasouce using MVC4 Web API or best way to use them together.

Thanks,
Clayton
Vesselin Obreshkov
Top achievements
Rank 2
 answered on 12 Aug 2012
3 answers
280 views
With telerik MVVM is this possible? I have a one field that is calculated fine :

BondProceeds: function(){                                       
                                        return this.get("UnderlyingPar") * (this.get("UnderlyingPrice")/100);
                                       },

I then want another attribute that is computed dependent upon this:

TotalAmount: function(){
                                       return this.get("BondProceeds") - this.get("FloaterAmount");
                                        }

I don't get anything in the textbox for Total Amount. Is this possible?
axwack
Top achievements
Rank 1
 answered on 12 Aug 2012
0 answers
99 views
Hi,
I am attempting to use the Editor control as an EditorTemplate for HTML fields in my MVC4 application. The editor will display fine, but for some reason the code will never update and the value always comes back up the Model as null. Any ideas what I am doing wrong?


Here is the code for Edit.cshtml:

<script type="text/javascript">
    $(document).ready(function () {
        $("#Body").kendoEditor();
    });
</script> 
 @using (Html.BeginForm())
        {
            @Html.ValidationSummary(true)
            @Html.HiddenFor(model => model.ID)
@Html.TextAreaFor(model => model.Body, new { style = "width:600px;height:200px" })
                        @Html.ValidationMessageFor(model => model.Body)
}
Bepa
Top achievements
Rank 1
 asked on 12 Aug 2012
4 answers
1.1K+ views
I have columns like following-
 columns: [
                            { title: "Task Id", field:"ProductID", width: "50px" ,template:'<a onclick="OpenTaskInTab(${ProductID})" href="Javascript:void(0);">${ProductID}</a>'},
                            { title: "Task Name", field:"ProductName"},
                            { title: "Budget", field: "UnitPrice", format: "{0:c}", width: "150px" },                            
                            { title: "Units", field: "UnitsInStock", width: "150px" },
                            { field: "Discontinued", width: "100px" },
                            { command: "destroy", title: "&nbsp;", width: "110px"  }],

For the command column I need a diff image and no 'Delete' or any other text. How to achieve that?
Phil
Top achievements
Rank 2
 answered on 11 Aug 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Drag and Drop
Application
Map
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?