This question is locked. New answers and comments are not allowed.
Hi there
I'm using asp.net 3.5 LinQ, RadGrid, RadAjaxPanel/RadAjaxLoadingPanel and RadToolbar in a SharePoint WebPart.
All server-code is working just as expected and ajax is also working. But the client-side javascript for setting the visibility of the RadAjaxLoadingPanel and for highlighting/activating the buttons/dropdown in RadToolbar does not work.
I've compared the sourcecode on the server (when inside the sharepoint masterpage) with the sourcecode from my local test (no masterpage) and noticed that Sharepoint renders some client id's when a dollar sign instead of a underscore. I have no idea how I could/should change that behavior, - but the result is that RadControls' javascript-functions dont "see" the controls (since the javascript-code looks for client id's with underscores instead of dollar signs).
Do you have any solution/ideas?
Regards,
Knud
I'm using asp.net 3.5 LinQ, RadGrid, RadAjaxPanel/RadAjaxLoadingPanel and RadToolbar in a SharePoint WebPart.
All server-code is working just as expected and ajax is also working. But the client-side javascript for setting the visibility of the RadAjaxLoadingPanel and for highlighting/activating the buttons/dropdown in RadToolbar does not work.
I've compared the sourcecode on the server (when inside the sharepoint masterpage) with the sourcecode from my local test (no masterpage) and noticed that Sharepoint renders some client id's when a dollar sign instead of a underscore. I have no idea how I could/should change that behavior, - but the result is that RadControls' javascript-functions dont "see" the controls (since the javascript-code looks for client id's with underscores instead of dollar signs).
Do you have any solution/ideas?
Regards,
Knud