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

RadMenu Webservice GroupSettings Not Applied

3 Answers 100 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 18 Sep 2012, 06:45 PM
I am using a webservice to load items into a ContextMenu of the Scheduler.  The webservice returns values fine but as soon as I set the GroupSettings to make it multi-column all my items disappear.  It looks like the CSS is not being set properly on the dynamically loaded items.  If I remove the ExpandMode="WebService" and type in a bunch of RadMenuItems then the display is correct with the column formatting.

Anyone have any ideas?  Below is an extract of the menu settings that do not work and some screenshots of what it should look like and what it actually does.
<AppointmentContextMenus>
    <telerik:RadSchedulerContextMenu runat="server" ID="SchedApptContextMenu"  >
    <WebServiceSettings Path="WebServices/SqlServices.asmx" Method="schedMenu"/>
    <Items>
        <telerik:RadMenuItem Text="Edit" Value="CommandEdit" />
        <telerik:RadMenuItem Text="Print" Value="Print"/>
        <telerik:RadMenuItem Text="Assign" Value="Assign" ExpandMode="WebService"  GroupSettings-RepeatColumns="6"
            GroupSettings-RepeatDirection="Vertical"
        </telerik:RadMenuItem>
     </Items>
    </telerik:RadSchedulerContextMenu>
</AppointmentContextMenus>

Thanks!

Tom

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 21 Sep 2012, 01:24 PM
Hello Tom,

We have inspected this case and it seems that such functionality (using GroupSettings-RepeatColumns property) is not implemented in RadMenu and RadContextMenu at all when WebService binding used. We have already logged it for implementing and you can follow its status and vote for increasing its priority here.

Thank you for sharing this scenario and your concern with RadControls.


Kind regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Greg
Top achievements
Rank 1
answered on 19 Mar 2013, 10:02 PM
Spent quite a few hours before googling and finding this thread. Even if this feature is not implemented, the GroupSettings-RepeatColumns property not working should be in the documentation. I did vote for the feature though.
0
Boyan Dimitrov
Telerik team
answered on 22 Mar 2013, 04:05 PM
Hello,

Thank you for voting for this feature request and your suggestion.

I would like to assure you that we will add this RadMenu control limitation in our documentation as soon as possible.

Thank you for your cooperation.

Kind regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Menu
Asked by
Tom
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Greg
Top achievements
Rank 1
Share this question
or