Telerik RadDatePicker Month and Year is scrolling - webforms

Am using Telerik RadDatePicker control in asp.net framework 4.5 application.
When the mouse is scrolled in RadDatePicker control, the year/month part is automatically changing. We need to stop this behavior.
How to achieve this? Please help.

Related

It is possible to show a weekNumber in Kendo UI Angular DatePicker

In the MVC and the jQuery Version of Kendo's DatePicker it's possible to show the weekNumber as a column in the DatePicker.
How can I enable this feature in the Angular 2 - Edition of the component? Things like [weekNumber]="true" doesn't work.
jQuery - Edition:
https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker#configuration-weekNumber
Right now, Kendo Calendar for Angular doesn't support week numbers. There is no feasible workaround that we can think of as the week numbers are part of the internal view that renders the month days.
As far as I know, it is final development stage and pretty soon it should be released as #progress/kendo-angular-dateinputs#dev package. I suppose this will happen within a week or so.

kendo ui grid + Hide column in IE11 is not working

i have a kendo UI grid on HTML page. I have used kendo hideColumn() api for hiding column. but when in IE11 browser, i hide column, grid become invisible or sometimes distorted. Kindly help me
Thanks everybody. It is a bug of kendo ui framework. There are two solutions available for this:
Upgrade kendo ui version to latest.
After calling hideColumn(), resize Grid by setting its width and height. i have did it as we are not able to upgrade kendo ui version.

Automatically show centered loading image on Kendo Web ListView, as the Grid does?

Is there any setting for the Kendo ListView (Web / MVC) that would show the same loading image / spinner that the Kendo Grid does by default? Hacks accepted.
Loading image (spinner) has been added to the Kendo ListView. Those who still don't see it, try the debugger on RequestEnd event and you will notice.
I know this is an old question but since you reached here this will stop further search and save your time. :-)

kendo grid in IE11

I am testing kendo grid with IE 11 and stumbling on a bug.
Basically the grid click acts differently in various version of kendo library.
In the latest version i.e 2013.2.918 grid click is triggered twice.
and the grid click does not work all the way back until version 2012.3.1114.
here is the plunker link.
http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview
I would be happy if i get a patch for it in any of the kendo versions.
Thanks
Sush
Seems caused by the alert. Changing it to console.log doesn't cause double mouse event firing.

How to achieve longclick in kendo ui listview

I am doing a mobile application in kendo UI. When clicking on the item in the listview its redirecting to some page. My requirement is that for long click also it should redirect to some page.
How can i make it possible in mobile using kendo ui?
Thanks in Advance.
Based on this answer from Kendo UI forums (no native OS events), you could look at this question about Long Press just down the road in SO.
Basically start experimenting with JavaScript events and timers.
As far as I know, JQuery Mobile events (taphold) and plugins are not an option as they would be competing with Kendo UI for page control, but you might get some ideas for your implementation.

Resources