Hi there...
I am working on a rad grid that is having three links in it -->
1.) default Edit link
2.) Default Insert link
3.) a rad button created in Item Template
In both the Insert and edit link (i.e. #2) a user control get opened, which is having the upload control in it , in a window of edit form.
And on click on link created via Item Template(i.e. #3) a rad window opens.which loads a aspx page in it.
As the rad window requires Rad Ajax manager to get it opened so On the grid page rad ajax manager is added.But that is causing the File upload control in user control to not to work. So I am not able to upload the file while Insert and edit of the details...
I have tried with the solutions provided on http://www.telerik.com/help/aspnet-ajax/upload-uploading-ajax.html
but did not succeed , probably due to wrong approach.
can anyone suggest me the proper implementation as per the above requirements.
Any Suggestions would be appreciated ..
I am working on a rad grid that is having three links in it -->
1.) default Edit link
2.) Default Insert link
3.) a rad button created in Item Template
In both the Insert and edit link (i.e. #2) a user control get opened, which is having the upload control in it , in a window of edit form.
And on click on link created via Item Template(i.e. #3) a rad window opens.which loads a aspx page in it.
As the rad window requires Rad Ajax manager to get it opened so On the grid page rad ajax manager is added.But that is causing the File upload control in user control to not to work. So I am not able to upload the file while Insert and edit of the details...
I have tried with the solutions provided on http://www.telerik.com/help/aspnet-ajax/upload-uploading-ajax.html
but did not succeed , probably due to wrong approach.
can anyone suggest me the proper implementation as per the above requirements.
Any Suggestions would be appreciated ..