on 2008 Oct 20 1:54 PM
hi,
i tried to use saveAsCSVFile() in iGrid by click event of button. but it showing java window applet saying problem generating page. i tried in grid itself by save as csv file but there also showing same error.
how to solve this?
regards
senthil
Request clarification before answering.
Hello,
Use this function
function saveAsCSVFile(applet)
{
eval("document."+applet).saveAsCSVFile();
}
onlick="saveAsCSVFile('you_applet')">
Bye
Edited by: Danilo Faria Santos on Oct 20, 2008 3:00 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.