Hello,
I am using RAD context menu in RAD grid control.
In the context menu i have a option called "Download".So i want to make a functionalites of Download file through JavaScript.I can't write any thing its Click event[Click event of context menu].Because in the context menu there are others menu item (like Add,Delete,Download..etc),on clicking on those its have some different functionality on the RAD popup Window.
in the Rad Grid Its have following informations:
I am using RAD context menu in RAD grid control.
In the context menu i have a option called "Download".So i want to make a functionalites of Download file through JavaScript.I can't write any thing its Click event[Click event of context menu].Because in the context menu there are others menu item (like Add,Delete,Download..etc),on clicking on those its have some different functionality on the RAD popup Window.
in the Rad Grid Its have following informations:
- File name[visible to User]
- File iD[Invisible to user]
- File Actual name[Invisible to user,thats the file is actually stored on a "Upload" Folder,I renamed the file during upload]
So please tell me how can i make the functionalities of Download.
Thanks.
Denny Smolinski