I am showing a RadTreeView on my page and it has a context menu associated with each node. When you right click on any node, an option is displayed called "Export". This export will run a stored procedure and bring data from the database. I want to export this date to a .txt file. This is enforced by my business requirements so exporting it to Excel or PDF is not an option!! I also need to be able to prompt the user for location of where they want to save this file and what they want to name it. Does telerik have any controls that will help me accomplish these tasks? I have looked into the ClientExportManager and the export functionalities of the RadGrid and TreeList, but nothing exports data to text file that I can see.
thanks
doug
Hello.
We have a Radmenu that uses a Sitemap data source, and we have the menu set up with a OnClientMouseOut function that shows a overlay to mask a section of the page. However, when the mouse goes over separators, the overlay is hidden, and then pops up again once it goes over a menu item, it's like it does not count separators as being part of the menu. Is there a way to prevent this from happening?
Thanks,
Marco
I am getting the following javascript error when my radmenu loads : Error:Unable to get property 'addEventListener' of undefined or null reference
This causes some (not all) of the children menu items to not show up. Only 2 dropdowns (children) work and the rest do not drop down.
Is there any way to fix this? I have tried so many things but no luck.
Using IE 11 ASP.net 2.0 C# code.
thanks,
-may