Hi
I have a problem with uploading files with ajaxified GridView (RadAjaxManager). FileUpload control (asp:FileUpload) is placed within EditItemTemplate of the GridView. I'm using OnRequestStart event of the RadAjaxManager to disable ajax when FileUpload control is not empty. It works - i can see my page totally reloading. But while debugging server code i see my FileUpload is still empty and Request.Files.Count = 0 also.
When i completly disable ajax on the page - everything works fine.
What do i do wrong?