Hi,
Can i bind context menu to WCF service and pass some additional parameters to the method.
Exactly as you allow for Grid?
My code is
but i can't hit breakpoint in WCF service. Is there method to rebind menu data?
My scenario is - when user clicks some link i have to re-bind menu using some id and open context menu.
Thank you
Can i bind context menu to WCF service and pass some additional parameters to the method.
Exactly as you allow for Grid?
My code is
| <telerik:RadContextMenu ID="StatementMenu" runat="server" Skin="DirectEDI" EnableEmbeddedSkins="false"> |
| <WebServiceSettings Path="BCGridService.svc" Method="LoadStatementMenuData" /> |
| <DataBindings> |
| <telerik:RadMenuItemBinding Depth="0" ExpandMode="WebService" /> |
| </DataBindings> |
| </telerik:RadContextMenu> |
My scenario is - when user clicks some link i have to re-bind menu using some id and open context menu.
Thank you