 |
|
 |
Hello,
can you please tell me.
How i can create sub menu by using this control??
|
|
|
|
 |
|
|
 |
|
 |
This is a good tool but there does seem to be an issue that I wanted to warn people about before they spend x amount of hours implementing it and customizing it (like I did). The menu will always try to display to the right and down from the display icon... which means it will be cutoff when it happens to be positioned at the bottom of the screen or on the right side of the screen (depending, of course, on how close to th edge it is and how big the menu is).
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Do you have the implementation for a TreeNode ??
|
|
|
|
 |
|
 |
Having a TreeNode implementation would be over the top cool!!
:->
|
|
|
|
 |
|
|
 |
|
 |
I grabbed this some time back, but when it pops up on the top of the list as changed, it would be great if readers could tell WHAT changed.
Otherwise, a great read and a nice tool.
|
|
|
|
 |
|
 |
Very nice control! Navigating to urls is no problem but can I use this control to trigger buttons on a datagrid? I mean like with building a clickable row you would do as postback to the editrow button with a javascript:__doPostBack with the itemindex. Besides the value field, the menupilot:menuitem has no databinding so I cannot distinguish the rownumber?
Any idea how to bind more variables than just the value field in {0}?
regards
Robert
-- modified at 10:20 Wednesday 20th December, 2006
|
|
|
|
 |
|
 |
Since an answer stayed out, I tried several things and this works: I use the OnItemCreated of the datalist to modify the menu like this:
If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = listItemType.AlternatingItem Then
Dim menupilot As MenuPilot.Web.Ui.MenuPilotHyperlink = CType( e.Item.FindControl("menu_nomatch"), MenuPilot.Web.Ui.MenuPilotHyperlink)
dim mnuItm as new MenuPilot.Web.Ui.MenuItem
mnuItm.Text= "an extra link"
mnuItm.NavigateUrl="whatever link with multiple arguments"
menupilot.MenuItems.Add(mnuitm)
end if
|
|
|
|
 |
|
 |
Very usefull control. I've migrating all my users interfaces to this control. But I've notice a "bug". Let's suppouse this code <MenuPilot:MenuPilotLabel Visible="False" runat="server" HintIcon="~/img/action.gif" ID="MenuPilotNoCurriculumData" Text="Data not found..." MenuTitle="Tareas" > <MenuPilot:MenuItem NavigateUrl="javascript:__doPostBack('btnNew','');" Text="new" /> </MenuPilot:MenuPilotLabel> <asp:Panel ID="panelDLCurriculum" CssClass="divvaligntop" runat="server" ScrollBars="Auto" Height="200px" Width="100%" > <asp:GridView ID="GVCurriculum" runat="server" AutoGenerateColumns="False" DataSourceID="ODSCurriculum" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" Height="100px" CssClass="divvaligntop"> <Columns> <asp:TemplateField HeaderText="From" SortExpression="Desde"> <ItemTemplate> <MenuPilot:MenuPilotHyperlink HintIcon="~/img/action.gif" ID="MenuPilotHyperlink2" runat="server" Value='<%# Bind("UID") %>' Text='<%# PrepareDateForDataList(DataBinder.Eval(Container.DataItem,"Date_From")) %>' MenuTitle="Options"> <MenuPilot:MenuItem NavigateUrl="javascript:window.showModalDialog('EditScreen/FichaPersonal_Curriculum_Edit.aspx?UID={0}', 'editwindow', 'dialogheight:300px;dialogWidth:400px;status:yes;resizable:yes;scroll:yes');__doPostBack('btnRefresh','');" Text="Edit..." /> <MenuPilot:MenuItem NavigateUrl="javascript:window.showModalDialog('DeleteScreen/BorrarPersonal_Curriculum.aspx?UID={0}', 'editwindow', 'dialogheight:300px;dialogWidth:400px;status:yes;resizable:yes;scroll:yes');__doPostBack('btnRefresh','');" Text="Delete..." /> <MenuPilot:MenuItem Text="-" /> <MenuPilot:MenuItem NavigateUrl="javascript:__doPostBack('btnNew','');" Text="new" /> </MenuPilot:MenuPilotHyperlink> </ItemTemplate> </asp:TemplateField></code> [...]
The MenuPilotLabel label is visible only when the gridview is empty. In this case, clicking the new button, insert a new record in the database, rebind the gridvid, but moving over the first column, i get a javascript error, and the control doesn't work. This issue doesn't occurs when the gridview have data and I insert a new row. Any suggestion for solve this problem??? Thanks
|
|
|
|
 |
|
 |
Could you please send me (menupilot at annpoint com) a working copy of this page or at least a saved HTML of the page in the state when JavaScript error appears?
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |
|
|
 |
|
 |
I know it's been a long time but did anyone figure out how to fix this bug?
|
|
|
|
 |
|
 |
This is an awesome control!!!
I'm doing a project with Microsoft Virtual Earth - will this work with the map?
Tom Molskow
|
|
|
|
 |
|
 |
I don't know. Give it a try!
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |
|
|
 |
|
 |
Thanks!
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |
|
 |
Good work!
|
|
|
|
 |
|
 |
Thanks!
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |
|
 |
Hi Dan. Nice job on this.
When I tried the demo in IE, the menu arrow popped up where expected. In FireFox, the menu arrow seems to pop up far to the right and down from where it is expected. Would there be a way to adjust it to position correctly in FireFox?
Again, nice work. I especially like the example of having a single link in the gridview, with delete/select options available in the menu.
|
|
|
|
 |
|
 |
I've tested the control with both FF 1.5 and 2.0 and everything works fine.
Can you specify which page doesn't work (URL) and which is the version of FF you are using?
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |
|
 |
Hi Dan. The effect I described was happening with each instance of the menu. I guess I've still got 1.0.7 - I thought it was 1.5.
|
|
|
|
 |
|
 |
Unfortunately, I don't have the time to make it compatible with Firefox 1.0 (there are two new major versions released already).
Sorry.
--
My sites for smart .NET developers:
DayPilot - Open-source Outlook-like calendar control for ASP.NET
DotLucene - The fastest open source fulltext search engine for .NET
MenuPilot - Open-source task menu for ASP.NET 2.0
Seekafile Server - Flexible open-source search server
DotNetFirebird
|
|
|
|
 |