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

Group Button & Popover

1 Answer 35 Views
ButtonGroup
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 13 Nov 2012, 04:33 AM

Requirements

Kendo UI Mobile


jquery-1.8.2


IOS


group button & popover



PROJECT DESCRIPTION 

Here is a sample of a group-button opening a popover.  The folks at the help desk got me started with a solution.
Used the select index, selectTimeout  function, and openFor method. The document is attached  below.  
setTimeout(function() {
                       $("#foo").data("kendoMobilePopOver").openFor($("#fooBtn"));
                       }, 0);


1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 15 Nov 2012, 05:16 PM
Hi John,

Thank you for sharing this solution.
I will convert this thread to a forum topic, because the suggested approach is more like a temporary workaround. We will consider to change the default behaviour of the button group widget in order to avoid the need of using a timeout.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ButtonGroup
Asked by
John
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or