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

Add/Edit not working in a grid

6 Answers 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 05 Apr 2012, 03:33 AM
Hello,

   I am using the RadAsyncUpload in a grid. Everything works fine on the localhost. After i publish the app on server, when i try to  edit a row, it doesn't work. Same is the case with Add a record .It doesn't let me add a new row to the grid. However, i notice that the delete command is working. I followed the demo in the link below.

 http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=grid

Am i missing something here?
Appreciate the help
Thanks

6 Answers, 1 is accepted

Sort by
0
Jagat
Top achievements
Rank 1
answered on 06 Apr 2012, 05:12 PM
Any help???
0
Elliott
Top achievements
Rank 2
answered on 06 Apr 2012, 07:07 PM
Jagat - just a shot in the dark, I assure you but...
does your program have permission to do file access?
in .NET 1.1 I vaguely remember having to explicitly grant access to ASPNET
0
Jagat
Top achievements
Rank 1
answered on 07 Apr 2012, 05:33 PM
I am using .Net 3.5. I have grids in other pages. I don't have any problem with rest of em.

Thanks
0
Accepted
Pavlina
Telerik team
answered on 09 Apr 2012, 02:06 PM
Hi Jagat,

Can you please let us know if RadCompression is enabled in your application? Also verify that there is no JavaScript error on the page. You can see how to enable the JS error debugging and popup in this screenshot.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jagat
Top achievements
Rank 1
answered on 09 Apr 2012, 05:00 PM
Hello,

  RadCompression is not enabled in the application. After i enable the JS error debugging and popup, I am getting this error message.

Line: 2
Error: Sys.WebForms.PageRequestManagerServerErrorException: RadAsyncUpload could not create App_Data\RadUploadTemp folder. Ensure the App_Data folder is writable or set the TemporaryFolder property to a writable location.

Thanks
0
Jagat
Top achievements
Rank 1
answered on 09 Apr 2012, 05:16 PM
I gave the permissions to App_Data folder and it is working fine now.

Thanks
Tags
Grid
Asked by
Jagat
Top achievements
Rank 1
Answers by
Jagat
Top achievements
Rank 1
Elliott
Top achievements
Rank 2
Pavlina
Telerik team
Share this question
or