Hi, I've created a Grid within a TabStrip and I load the data using
Ajax. This works when I use a view but when I place the grid in a
partial view the browser asks if I want to save the json file being
returned. Obviously I've missed something simple but I can't see what?
2 Answers, 1 is accepted
0
Alexander Popov
Telerik team
answered on 28 Jul 2014, 04:37 AM
Hello Simon,
I tried to reproduce this scenario, but it works as expected on our side (see screencast). Could you please provide a runnable project where the issue is reproduced? This would help us pinpoint the exact reason for this behavior and advise you further.
Regards,
Alexander Popov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Hi Alexander, thanks for the demo. My issue turned out to be an issue with the javascript function used to pass back a DataSourceRequest, although I'm still not sure why I didn't get an error but I know where to look now.
Thanks
Simon