This is a migrated thread and some comments may be shown as answers.

Grid issue

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Anand asked on 19 Aug 2008, 06:38 AM
Hi,

I have takena GridTemplateColumn,  in that I take a LinkButton to download a file related to each reecord. The problem is, when I clicked on the linkbutton to download a file, the open/save dialog box opened, then after I clicked on Open, Save or Cancel button of the dialog box the certain action will takes place. After that when I Clicked on pager link to go next page the same open/save dialog box opened untill I refresh the page.

pls let me know the solution

Thanks
ANand

1 Answer, 1 is accepted

Sort by
0
Nikita Gourme
Top achievements
Rank 1
answered on 22 Aug 2008, 12:43 PM
This is quite a weird case and I suspect that may be ajax is involved here - can you check that? Does turning off the ajax for the grid as demonstrated in the projects here:

http://www.telerik.com/community/code-library/submission/b311D-ttcbe.aspx

addresses the erratic behavior? Additionally, in case you use CommandNames for the buttons inside the template columns, check whether the same issue appear if you remove those command names and subscribe to the OnClick events of the buttons directly.

Nikita
Tags
Grid
Asked by
Anand
Top achievements
Rank 1
Answers by
Nikita Gourme
Top achievements
Rank 1
Share this question
or