Telerik Forums
Kendo UI for jQuery Forum
4 answers
142 views
i have a datetime picker.....

<input type="datetime" id="dateOfService" name="dateOfService" style="width:250px;" />

in $(document).ready(function (){........

var dateOfService = $("#dateOfService").kendoDateTimePicker({
           value: new Date(),
           culture: "en-US",
           format: "dd/MM/yyyy HH:mm:ss",
           parseFormats: ["dd/MM/yyyy HH:mm:ss"]
       });

User clicks a save button, post values back to server:

$.post("/Home/CreateJob",
                 {
                     dateOfService: new Date($("#dateOfService").data("kendoDateTimePicker").value())
                 }).success(function (data) {
                     console.log("success");                    
                 }).fail(function (data) {                    
                     console.log("fail") ;
                 });


In my controller........

[HttpPost]    
       public JsonResult CreateJob(string dateOfService)
       {
           try
           {
               DateTime d = Convert.ToDateTime(dateOfService); //can't do this. not recognized as valid date/time
           }
           catch(Exception e){
 
            }
 
          


The string is in the format "Tue Sep 09 2014 12:00:03 GMT-0400 (Eastern Standard Time)".


What am i missing here? Why is this difficult at all? And how to i resolve the problem?
Georgi Krustev
Telerik team
 answered on 12 Sep 2014
3 answers
139 views
Hello,

Scheduler control corrupts page scroll if scheduler height is more than window height. Possibly scheduler internal logic stops propagation of scroll event to outside of a control work space. I tried to use useNativeScrolling: true but the issue remains. Are you know solution for this issue?

Thanks.
Alexander Valchev
Telerik team
 answered on 12 Sep 2014
2 answers
424 views
I have a Grid (Html version) implemented with CRUD operations that work perfectly. The Grid is bounded to a remote service.

Am looking for a way to block the user from initiating multiple service requests for any of the CRUD operations until a service response, either successful or failure, is received for the first/original request. For example, if the user deleted a row, the service takes a few seconds until completing the request and returns response to the client. If during that time the user tries to delete another row, the Grid actually sends two requests, one for the first row and one for the second row, which causes exception on the service due to the way it's implemented (something related to the SQL database and record is being already deleted along with some other complex logic).

Is there a way to achieve this?

Thanks!
Alexander Valchev
Telerik team
 answered on 12 Sep 2014
2 answers
204 views
Do you have an example or some hints about using a sortable listview but with AngularJS? The listview is coming from a remote dataSource.

Thanks in advance!
Sergio
Sergio
Top achievements
Rank 1
 answered on 12 Sep 2014
1 answer
388 views
Hello,

Currently user is able to enter any characters into NumericTextBox from mobile device (Android phone, for example). I've tested it on desktop browsers - an it works like expected. User cannot enter non-digits (IE, Chrome), event Chrome with mobile emulation works ok. But it does not work on mobile browser.

You can see it event on demo site http://demos.telerik.com/kendo-ui/numerictextbox/index, if you open it on the phone or tablet.

Is there any way to prevent user from entering invalid chars into the NumericTextBox?

Thank you
Georgi Krustev
Telerik team
 answered on 12 Sep 2014
1 answer
237 views
We are looking to upgrade to the latest official kendo ui pro version 2014.2.903 but have run into an issue with the angular directives we use for our charts. We want to use the standard html title attribute on the element for various reasons and not the built in tooltip for the chart.

Before attempting to upgrade it worked fine on 2014.1.528 using the angular-kendo.js directive factory from github.

Now kendo.angular.min.js is part of the official build and we tried using that.

It appears with the new version of kendo angular it is attempting to parse the title attribute as something kendo should use, as in an option attribute. Which is strange as all other options are prefixed with k-

Anyhow here is a plunker where I have two charts, one without the title attribute working correctly and one with that throws a javascript error.

http://plnkr.co/edit/cE6Qxe

This appears to only be a problem with DataViz / Charts and did not happen on a dropdownlist I tried.

Please get back to us on the resolution.

Thanks,
Rob.
T. Tsonev
Telerik team
 answered on 12 Sep 2014
1 answer
282 views
Hello,

The grid is missing the 4px border-radius at the header, group-header and pager elements when using the bootstrap theme.

This counts also for the scheduler widget. The issue can be reproduced with the Kendo UI Bootstrap demo. I also attached a screenshot.

Regards
Holger
Dimo
Telerik team
 answered on 12 Sep 2014
3 answers
524 views
Hi Guys,

Im looking to utilize the Kendo UI Gantt control for a particular scenario in our web application, where multiple tasks need to be displayed on the same row.
Is this configuration mode supported ?

Cheers!
IT
Top achievements
Rank 1
 answered on 12 Sep 2014
3 answers
221 views
We are using the bubble chart in our application displaying bubbles using the theme colors.  To do this we had set the theme member of the options object provided to the chart when created.
Kendo version 2014.1.528 was showing a different color for each bubble (cycling through the colors of the theme)
Attempting to upgrade to Kendo version 2014.2.903  (latest official version) the colors are now all the same.  This is obvious also in the demo area of your website, when looking at the bubble chart it used to show colors,  now it only shows the first color of the theme.

I have a plunker to demonstrate

http://plnkr.co/edit/TS5zxf

if you like, change the reference in the plunker to the older version and the colors will come back.

Is this intended?  If so why and what about those who don't want to dictact the individual bubble colors.

(also tried the latest internal build 2014.2.909 and the result is the same, single color only)


Thanks,
Rob.
Iliana Dyankova
Telerik team
 answered on 11 Sep 2014
1 answer
106 views
It appears that the Q2 release has broken the color shading of the candlesticks in the stock chart. Before the Q2 release, positive changes were signified with the color of the series and negative changes were gray. Now everything after the first two items are gray. This is shown on the demo as well.
http://demos.telerik.com/kendo-ui/financial/index

Alos, are the lines in the navigator suppose to be the same color as the series it represents. When I use multiple series in the stock chart, the series colors in the navigator do not correspond with the color on the stock chart itself. 

Thanks,
Mike
T. Tsonev
Telerik team
 answered on 11 Sep 2014
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
Application
Map
Drag and Drop
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?