This is a migrated thread and some comments may be shown as answers.

Issues with kendo ui mobile dropdownlist

5 Answers 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sarvesh
Top achievements
Rank 1
Sarvesh asked on 30 Mar 2015, 10:38 AM
Hi,


1) How to reset the scroll position of kendo ui  mobile dropdownlist to top ,instead of displaying the list starting from the last selected item.
2) How to put an indicator within a kendo ui mobile dropdownlist ,allowing the user to know that he/she has to scroll down  to view the items below


Regards,
Sarvesh

5 Answers, 1 is accepted

Sort by
0
Sarvesh
Top achievements
Rank 1
answered on 01 Apr 2015, 12:00 PM
??
0
Kiril Nikolov
Telerik team
answered on 02 Apr 2015, 08:40 AM

Hello Sarvesh,

I am afraid that both requests cannot be fulfilled currently with the Kendo UI DropDownList for mobile application. You can submit this as a feature request on UserVoice, so that it is considered for implementation in a future release.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Sangeeta
Top achievements
Rank 1
answered on 20 Apr 2015, 06:14 AM

Hi,

To reset the scroll position of kendo ui mobile dropdownlist to top

In onchange event of kendo ui dropdownlist add

onChange: function (e) {
                var scroller = e.view.scroller;
                scroller.reset();
}

 

Regards,

Sangeeta

0
Sarvesh
Top achievements
Rank 1
answered on 08 May 2015, 10:03 AM

Hi,

Using

 var dropdown = $("#dropdownid").data("kendoDropDownList");
 var scroller =  dropdown.list.kendoMobileScroller({ visibleScrollHints: true });

makes the scrollbar within kendo ui popup visible always but it looks untidy

While scrolling through the dropdownlist it displays default scroller shown while scrolling within the dropdownlist in addition to the scroller make visible

Any suggestion with respect to this ? As making the scrollbar within kendo ui dropdownlist popup is important.

 

0
Kiril Nikolov
Telerik team
answered on 13 May 2015, 07:18 AM

Hello Sarvesh,

This behavior is expected, as this is what visibleScrollHints options does, and there is no workaround here, you can just disabled the option.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Sarvesh
Top achievements
Rank 1
Answers by
Sarvesh
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Sangeeta
Top achievements
Rank 1
Share this question
or