
Ziga HABJAN
Top achievements
Rank 1
Ziga HABJAN
asked on 25 Nov 2010, 11:10 AM
Probably a bug, but i heard that telerik is on holiday :)
"Image (in image browser) is not selected after upload":
It all works well unti you already have 100+ files. Thats when image manager turns on paging (100 files per page) and when newly uploaded image isnt sorted out to the first page, you have to manually browse pages until you get to the page where the file is, then the file gets auto selected by Image manager.
So i'm guessing it was in plan to select the newly uploaded file, but the part where the correct page is selected isnt working?
Thanks for any help/workaround
re, Žiga
"Image (in image browser) is not selected after upload":
It all works well unti you already have 100+ files. Thats when image manager turns on paging (100 files per page) and when newly uploaded image isnt sorted out to the first page, you have to manually browse pages until you get to the page where the file is, then the file gets auto selected by Image manager.
So i'm guessing it was in plan to select the newly uploaded file, but the part where the correct page is selected isnt working?
Thanks for any help/workaround
re, Žiga
10 Answers, 1 is accepted
0
Accepted
Hi Ziga,
This problem is fixed in the latest version of RadControls for ASP.NET AJAX Q3 2010 (ver 2010.3.1109). If you are using this version and experience the problem, could you please open a support ticket and provide a sample project reproducing the problem so we can investigate it further?
All the best,
Dobromir
the Telerik team
This problem is fixed in the latest version of RadControls for ASP.NET AJAX Q3 2010 (ver 2010.3.1109). If you are using this version and experience the problem, could you please open a support ticket and provide a sample project reproducing the problem so we can investigate it further?
All the best,
Dobromir
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Ziga HABJAN
Top achievements
Rank 1
answered on 29 Nov 2010, 01:34 PM
Thanks for info - will try it out later. We're currently using 2010.2.826.40.
re, Žiga
re, Žiga
0

Ziga HABJAN
Top achievements
Rank 1
answered on 30 Nov 2010, 09:18 AM
I updated the project to latest version of telerik (2010.3.1109.35) and i see the problem is gone in ImageManager. The problem now (probably in early versions too) is DocumentManager:
Our client has 1k+ word/excell documents (it says "Page 1 of 11. Items 1 to 100 of 1012" in DM footer). When uploading new file, DocumentManager browses to the right page, where the file is, but it doesnt select it - you still have to manually scroll down the file list to find it & press insert. Is there any way to auto-select file like in image manager?
re, Žiga
Our client has 1k+ word/excell documents (it says "Page 1 of 11. Items 1 to 100 of 1012" in DM footer). When uploading new file, DocumentManager browses to the right page, where the file is, but it doesnt select it - you still have to manually scroll down the file list to find it & press insert. Is there any way to auto-select file like in image manager?
re, Žiga
0
Hi Ziga,
Thank you for bringing this problem with DocumentManager. I have logged it to our ToDo list and we will do our best to fix it for one of the upcoming releases.
For the time being, as a workaround you can modify the clientInit() method of the DocumentPreviewer prototype, and remove the following code:
browser.get_fileBrowser().get_grid().clearSelectedItems();
You can find detailed information on how to modify the RadEditor's built-in dialogs in the following live demo:
Customize Built-in Dialogs
For your convenience I have attached modified DialogManager.ascx.
Sincerely yours,
Dobromir
the Telerik team
Thank you for bringing this problem with DocumentManager. I have logged it to our ToDo list and we will do our best to fix it for one of the upcoming releases.
For the time being, as a workaround you can modify the clientInit() method of the DocumentPreviewer prototype, and remove the following code:
browser.get_fileBrowser().get_grid().clearSelectedItems();
You can find detailed information on how to modify the RadEditor's built-in dialogs in the following live demo:
Customize Built-in Dialogs
For your convenience I have attached modified DialogManager.ascx.
Sincerely yours,
Dobromir
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Ziga HABJAN
Top achievements
Rank 1
answered on 02 Dec 2010, 12:52 PM
I replaced your custom dialog; file got selected after upload, but i had to remove one more line in documentmanager.ascx:
else insert button was disabled after file upload. It seems to work in way client wants it now: - they can click insert button right after upload of file.
Only one more small bug*: document manager should scroll filelist to position where the selected file is - hope it also ends up on your to-do list :)
Thanks alot,
Žiga
browser.enableButton(browser.get_insertButton(),
false
);
Only one more small bug*: document manager should scroll filelist to position where the selected file is - hope it also ends up on your to-do list :)
Thanks alot,
Žiga
0
Hi Ziga,
I am glad that you were able to solve these issues using the provided approach. We will do our best to handle them for one of our upcoming releases.
Best wishes,
Dobromir
the Telerik team
I am glad that you were able to solve these issues using the provided approach. We will do our best to handle them for one of our upcoming releases.
Best wishes,
Dobromir
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Phil
Top achievements
Rank 1
answered on 22 Dec 2010, 12:59 PM
Hi
We've upgraded to the ASP.NET AJAX Q3 2010 release and in the demo scripts which ship with the download the problem does indeed appear to be fixed.
However in our project which we have upgraded to use the Q3 dll we are still seeing the issue where upon uploading an image the image manager does not then select it after upload. We have customised various dialogs in our project (including ImageManager.ascx etc) and think that we may have inadvertently broke the fix. Can you point us in the direction of where the fix was actually applied so we can try and debug it (assuming of course that its not the in the DLL itself but in one of the .ascx dialog files) ?
Thanks
We've upgraded to the ASP.NET AJAX Q3 2010 release and in the demo scripts which ship with the download the problem does indeed appear to be fixed.
However in our project which we have upgraded to use the Q3 dll we are still seeing the issue where upon uploading an image the image manager does not then select it after upload. We have customised various dialogs in our project (including ImageManager.ascx etc) and think that we may have inadvertently broke the fix. Can you point us in the direction of where the fix was actually applied so we can try and debug it (assuming of course that its not the in the DLL itself but in one of the .ascx dialog files) ?
Thanks
0
Hi Ziga,
Open an officcial support ticket where you can send us a sample project with your customizations where the problem is reproducible. This way I will be able to debug it and advice you further. Just mention the id of the current forum thread (370448).
Also you can get the ImageManager.ascx from the latest versions of the controls and compare it with your custom one.
Greetings,
Stanimir
the Telerik team
Open an officcial support ticket where you can send us a sample project with your customizations where the problem is reproducible. This way I will be able to debug it and advice you further. Just mention the id of the current forum thread (370448).
Also you can get the ImageManager.ascx from the latest versions of the controls and compare it with your custom one.
Greetings,
Stanimir
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Stuart Birnie
Top achievements
Rank 2
answered on 24 Dec 2010, 01:55 PM
This happens for us too using 2010 Q3 1215 release.
Also, in IE7, when right clicking a Document and deleting it the confirmation box appears (OK, Cancel) and neither of these two buttons work. It works in Firefox.
Also, in IE7, when right clicking a Document and deleting it the confirmation box appears (OK, Cancel) and neither of these two buttons work. It works in Firefox.
0
Hi Stuart,
Can you please open a support ticket and send a sample working project which demonstrates both problems with the latest version of RadControls for ASP.NET AJAX?
Are you able to reproduce the second problem with the file deletion in IE7 with the Default Example of RadEditor?
Kind regards,
Rumen
the Telerik team
Can you please open a support ticket and send a sample working project which demonstrates both problems with the latest version of RadControls for ASP.NET AJAX?
Are you able to reproduce the second problem with the file deletion in IE7 with the Default Example of RadEditor?
Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.