RadAjaxManager issues with sharepoint 2010

I have two asp panels with ID's Panelcombo and PanelGrid .Panelcombo contains 6 comboxes and Panel Grid contains 1 radgrid. After filling all comboboxes I am showing Radgrid.I have RadAjaxManger with the following setting
<telerik:RadAjaxManager
ID="ajman"
runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting
AjaxControlID="Panelcombo">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl
ControlID="Panelcombo"/>
                  <telerik:AjaxUpdatedControl
ControlID="PanelGrid"/>
            </UpdatedControls>
        </telerik:AjaxSetting>
 </AjaxSettings>
</telerik:RadAjaxManager>
                   Radgrid contains RadNumerictextbox which has Client event as follows
<ClientEvents
OnValueChanged="ValueChanged"
/>
                 which is not firing.
When I remove the RadAjaxManager event fires perfectly.After debugging using firebug it gives error on console
"Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace
is enabled"
I have tested my code(with RadAjaxManager) in visual studio it works perfectly.But it gives error in sharepoint 2010 environment .
For your reference http://www.telerik.com/forums/radajaxmanager-issues-with-client-side-event-of-radgrid

Hi,
I would suggest you do as follows:
1. Test your code in a ASP.NET Web Application project to see if the same error still exists;
2. Please apply other OOTB master pages to your site for a test;
3. As the limited resource we may have, it would be better to get a sample solution which can work in SharePoint 2010 environment from its official website, then deploy it to
your environment to see if it is an issue of your master page.
Feel free to reply with the test result or if there any progress.
Best regards,
Patrick
Patrick Liang
TechNet Community Support

Similar Messages

  • OS 7 Compatibility Issues with Sharepoint 2010

    I have a number of external users (not on my BES) that need to log on to our company sharepoint site.  Any BB users with os 5 or 6 are prompted correctly with requests for logon info.  Anyone with BB 7 is not prompted and gets an error 401 access denied message.  Does anyone know how to help bb users with os 7 to authenticate to any sharepoint 2010 site?

    Hi kdeutsch,
    Here are some examples about compatability issues of SharePoint 2010 and Office 2013. Please have a take at :
    http://social.technet.microsoft.com/Forums/en-US/fde11a55-4f9a-420d-b2a1-b000a81c6795/compatibility-issue-between-desktop-office-2010-and-sharepoint-2013?forum=sharepointgeneral
    http://social.technet.microsoft.com/Forums/en-US/a7bbb703-4bf0-4f2d-b27a-74aa03aa7e6c/ms-office-2013-and-ms-shaarepoint-2010-compatibility?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/c0eb8246-d8b1-4b78-b603-d08f803c3d17/will-infopath-2013-compatible-with-sharepoint-2010?forum=sharepointdevelopmentprevious
    http://support.microsoft.com/kb/2755126/en-us
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Scrolling issue with Sharepoint 2010 in brower IE9 and Chrome sp.ribbon.js is not loading at first time

    The scroll bar does not appear on the loading of the sharepoint site. It appears only after refreshing 2 or 3 refreshes. We have found that SP.Ribbon.js does not load on page load it gets delayed as it appears after the refreshing.
     We have tried various CSS work around but could manage to get the scroller in browsers but the ribbon will not still appear. from CSS we are able to bring scroller but its a Page scroller but ribbon wont work, somehow we need to load sp.ribbon.js after
    all webpart loads at one server request by the browser.
    if any more information  required please get back to me.
    we tried.
    http://kyleschaeffer.com/sharepoint/sharepoint-2010-scrolling/ 
    http://www.greggalipeau.com/2011/01/28/a-better-enhanced-sharepoint-2010-floating-ribbon/
    http://www.webpoint0.com/blog/fixed-width-layouts-scrollbar-ribbon-sharepoint-2010/

    No answer for this issue?

  • Citrix Netscaler AppXpert with Sharepoint 2010 Page Edit Issue

    Posting this as a questions and discussion point.
    The issue is in using Citrix Netscaler with AppXpert with SharePoint 2010. I've seen this issue for two customers.
    Configurations:
    - Citrix Netscaler as the load Balancer
    - Netscaler AppXpert for SharePoint deployed on Netscaler (using either AppXpert version 1.1 or 2.0)
    - SharePoint 2010 Standard or Enterprise editions
    Issue:
    A SharePoint user with appropriate rights go to a SharePoint page. They choose Edit page, make changes and want to save changes. At this point all SharePoint ribbon options on the top are greyed out. End result, users are not able to make changes to their
    site pages. Issue happens for everyone including Farm Admins.
    Cases:
    a. The users are able to edit and save SharePoint wiki pages if I point user's PC to the SharePoint web server WFE by changing their local host file.
    b. On Citrix Netscaler, if I use the traditional load balancing i.e. without Citrix AppXpert, then the users are able to edit and save the pages. That is an option if the customer is using SharePoint 2010 Standard. That is not an option if a customer is
    using InfoPath forms. InfoPath is a feature of SharePoint 2010 Enterprise edition. Citrix AppXpert for SharePoint is needed to make the InfoPath work. Else the users get session errors when they use InfoPath Web forms.
    c. The issue happens on almost all combination of OS and browser. XP, vista, Win 7, Win8, Win8.1, IE8, 9, 10, 11 and other browsers like chrome etc as well.
    Please share your ideas and suggestions.

    Hi Faisal,
    As I understand, the issue will be solved when end users directly connect to SharePoint WFE servers. Since the issue is related to third party products, I'd recommend you contact their support engineer for sufficient resource and assistance. For your convenience:
    http://discussions.citrix.com/forum/150-support-forums/
    Should you need more assistance, let me know. Thanks for the understanding.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • Unable to see the native mode report 2012 in Chrome with SharePoint 2010

    Hi Techies,
    We are facing strange issues to make reporting services 2012 native mode work with SharePoint 2010 in Chrome.
    We are able to see all the reports in I.E. with SPS but when I open the SharePoint page on which the report is placed then in the chrome then it does not show the report it only show the SPS content.
    Any help will be appriciated
    Thanks
    Swap

    Hi Swap,
    As per my understanding, I think this issue is caused by the browser. We can add this site as a trusted site in chrome browser to check this issue again. And we can try to run IE in compatibility mode to check the issue again.
    Besides, Google Chrome is only supported to view reports in some operating systems in Reporting Services. Please make sure the operating system meets the requirement, and the Google Chrome is the latest publically released version.
    Reference:
    Planning for Reporting Services and Power View Browser Support
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • BI 4.1 SP2 IOMS integration with Sharepoint 2010

    I'm trying to configure SAP BI 4.1 SP2 with sharepoint 2010. After installation of BI 4.1 SP2 IOMS with Sharepoint 2010 i get the error message while trying to open a site page on Sharepoint browser.
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: bc9d814d-7f14-407a-9986-b6096f5fc799
    Date and Time: 6/25/2014 4:00:54 PM
    Any help in configuring BI 4.1 SP2 with sharepoint will be really helpfull.
    Thanks in Advance.
    Krishna

    Please share more details about the error bc9d814d-7f14-407a-9986-b6096f5fc799 from ULS logs
    If this helped you resolve your issue, please mark it Answered

  • Yammer Integration with SharePoint 2010

    Hello Team
    We integrated Yammer with SharePoint 2010 and everything were working properly, since we updated embeded code with latest yammer its not working properly-
    http://success.yammer.com/integrations/yammer-embed/ 
    Following issues are occured-
    • In the new yammer feed, I couldn’t find a way to add an attachment or photo to the post. This is a vital component to the functionality of the feed
    • In the previous version the feed also had tabbed areas to show different Yammer Areas: ‘My Feed’, ‘Private Messages’, ‘Notifications’, and ‘More >’. Is there any way to keep this functionality.
    We also wanted to integrate SSO with our FBA SharePoint 2010 site. But could not found any good article so far. Is there any option by which we can do SSO and all above functionlaity. 
    Thanks Ranveer Katiyar

    Hi,
    According to your description, my understanding is that when you add the Yammer feeds app to SharePoint page, it occurs "The
    page or app using unsupported version of yammer platform" error.
    This  maybe related to the Yammer API version has been updated, the solution is to update the Yammer app in site contents.
    Here is a similiar thread for your reference:
    Yammer App for SharePoint – unsupported version
    Here is a detailed useful article for your reference:
    "This page or app is using an unsupported version of the Yammer platform" error message when you use the Yammer App for SharePoint
    If the issue still exists, I suggest you can check the ULS log error message for more detailed information. By default, the ULS log for SharePoint 2010 is located at the path:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Issues with SharePoint 2013 after upgrading from windows 2012 to 2012 r2

    We have a Sharepoint with Sp1 environment on windows 2012. Recently we upgraded the windows 2012 to 2012 r2. After the upgrade sharepoint environment is completely unstable.
    At first all the sites returned 401 errors. After resolving by resetting the object cache accounts the sites are back.
    Then i see that none of the performance point dashboards work. I figured that claims to windows token service is defaulted to local system account. I previously configured with a domain account. I reconfigured to work with domain account. 
    All the dashboard pages throw error.
           Some Error logs:Failed to get document content data. System.ComponentModel.Win32Exception (0x80004005): Cannot complete this function     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow 
    Application error when access /Dashboards/Performance Dashboard/Main.aspx, Error=The EnableScriptGlobalization property cannot be changed during async postbacks or after the Init event.   at System.Web.UI.ScriptManager.set_EnableScriptGlobalization(Boolean
    value)    
      4.  I tried to create a new dashboard and this time the performancepoint designer wont launch. After some troubleshooting i see that c2w host file didnot have the caller  C:\Program Files\Windows Identity Foundation\v3.5. 
           I added <add value="WSS_WPG" /> and now it launches
      5.  Now the Dashboard launches and peruser identity works without having kerberos enabled at IIS. I have all the spn and required delegations setup for this url . But i did not configure at the IIS level
    yet.
    It looks like lot of things got messed up and reset. Can we upgrade to windows 2012 r2 with a sharepoint application inplace. what is the recommended approach and Whats happening with Performancepoint dashboards. IS there a known issue with sharepoint 2013
    sp1.
    Raj-Shpt

    Thanks for the above article. Few issues are solved . One of the main issue is with Performancepoint Dashboard.
     I have all the spn and required delegations setup for this url . But i did not configure at
    the IIS level yet. Still per user identity works without having kerberos enabled at IIS.
    Raj-Shpt

  • Issue with Word 2010

    Hi Team,
    We are facing issue with Word 2010.
    User has created a document in Word 2007 and they inserted a symbol °C in Times New Roman and Areal.
    Please find below the text which has issue.
    干燥温度:60℃
    温度:95℃,
    In the document, instead of ℃ it is showing blocks, when we open it in MS Word  2010. (Eg: 60℃, 95℃).
     We have tried the following.
    1.       If we select the square and click on any other font, it will change to °C with formatted font Cambria Math. We can have it by selecting any font.
    2.       I have tried to copy the line and paste it to excel/WordPad/notepad
    •  Excel(2010) : It is displayed properly(°C) but the font was Times New Roman and Arial as the word document has Times New Roman and Arial respectively.
    •  Notepad: It is displayed properly(°C) but the font was Lucida Console
    •  WordPad: The symbol is not displayed correctly (Squares and vertical lines). It is having the same issue as we have with word document.
    3.       I just selected the whole text and had Ctrl+space , then all the corrupted characters turned to original one (°C with formatted font Cambria Math) : we can use this as a work around.
    4.       I have created a word document and I typed °C in that document with fonts Times New Roman ,Arial, SimSun and STKaiti and saved the document. When I opened the document I was able to see °C properly.
    Kindly help.
    Regards,
    Sooraj

    Hi Sooraj:
    For checking the encoding of your documents, please follow below steps:
    Rename your documents from xxxx.docx to xxxx.zip
    The zip folder will contains basically folders: rels, docProps, word and one [Content_Types].xml
    Browse to word, open document.xml file,
    <?xml version="1.0" encoding="UTF-8" standalone="true"?>,
    the first line will suggest the encoding type of the document.
    Except checking the encoding difference, could you please do one more thing that is copying the font like
    “Times New Roman” from a computer which display the symbol correctly to the computer which has issue, and please let me know the results, thank you.

  • Electronic Data Interchange (EDI) software integration with SharePoint 2010

    Is possible to integrate EDI (Electronic Data Interchange ) softwares with SharePoint 2010?
    Please let me know if anyone has done this? If yes,let me know which EDI software is used?
    Marulasiddappa SB (Swamy)

    Well I did something similar.... but I received the data, Transformed it XML using BizTalk and Finally from BizTalk I send it to Sharepoint. if you wants a document on how to do it, let me know
    Abraham Forchue Frias MCITP:Database Administrator 2008 -- Santo Domingo, Republica Dominicana

  • EP7.31 integration with Sharepoint 2010

    Hi ,
    we are integrating EP 7.31 with Sharepoint 2010 server, we can able to see in HTTP header in MYSSO2 ticket cookie,but Sharepoint application can't able to parse the ticket,
    Here is the Log :
    [Thr 10788]     Initializing SSF Library Version
    [Thr 10788]     SAPCRYPTOLIB  5.5.5C pl36  (Jul  3 2013) MT,[aesni],NB
    [Thr 10788] Leave function MySapInitialize with rc = 0.
    [Thr 10788] Thu Feb 27 07:39:05 2014
    [Thr 10788] Ticket is 橁硅䑍杁䅁眹㍢お坙㙷㍚畖䡤牖塙䥏䉁楎塙灎㉙ㅆ䝤汨湢灒㉙う坡甹...
    [Thr 10788] DecodeB64Len returns 0. iDecLength=251
    [Thr 10788] *** ERROR => Ticket has probably not yet been parsed. [ssoxxext.c   2494]
    Thanks,
    Balaji

    Hi,
    No, Project Server 2013 requires SharePoint 2013.
    See reference below:
    https://technet.microsoft.com/en-us/library/ee683978.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • IIS Url Rewriting supported with SharePoint 2010?

    I am currently working for a client that is investigating how they can do vanity domain names for sub sites.  I don't believe this will actually work with SharePoint 2010 and believe it may put the environment in an unsupported state...however I need
    to find some sort of official MS statement saying so.
    Everything I find points me to
    http://technet.microsoft.com/en-us/library/cc261814%28office.12%29.aspx#section2  which states that "Windows SharePoint Services 3.0 does not support asymmetrical paths" however I can't find anything that says the equivalent for 2010.
    I know that web apps and AAM are the typical approaches, and now in 2010 you can do host named site collections, however they want to do sub-sites.
    Can anyone point me to any official MS statement stating that this is not support with SharePoint 2010?
    Tony Testa www.tonytestasworld.com

    We ran into the same question. Since there's no official statement from Microsoft to be found on the internet that takes away the rumors about it being supported, we set out the question with Microsoft to provide their official statement. Their
    reply was that URL rewriting is supported. Find the full reply from Microsoft at my website at
    https://www.zomers.eu/knowledge/sharepoint2010/Pages/Url-rewriting-is-supported-for-SharePoint-2010.aspx
    This link doesn't work and also directly contradicts statements from other Microsoft sources, e.g.
    http://blogs.msdn.com/b/opal/archive/2010/04/23/sharepoint-2010-search-engine-optimization-seo-tips.aspx
    where the following is stated:
    "URL Rewriting is still not supported - however url redirect is supported. We are using url redirect feature in url rewrite model."
    Please provide a link that works and/or back up your claim. Thanks.

  • Perfomance issue with SharePoint List.

    Current System:
    Our application (for submitting and publishing articles) is using WSS 3.0
     to store content and host workflows.
    Article content like PDFs, Images & Videos are stored in a SharePoint document library.
    There is also a list in which we have configured a custom state machine workflow. While creating an list SP item from the UI, instance of the configured workflow instance will be triggered and start monitoring.
    Each article belongs to a Journal.  We have TBs of data stored in content databases. Initially there was only one site collection (“http://<myweb:8080>/ArtcleLibrary”) and entire article data was storing it the same document library.
    Later we decided to split the document library based on journal.  
    To achieve better scalability, we have now changed the application architecture by creating site collection for each journal and keep article content (there are many articles in a journal) in corresponding site collections. We have added more content databases
    and sites collections are equally distributed among these Dbs.
    Now it is like (“http://<myweb:8080>/<journalID>/ ArtcleLibrary”)
    Actual Problem:
    We have achieved scalability in the case of content management by splitting document libraries among different site collections and content databases.
    But still the SP list for managing workflow is in the initial site collection (“http://<myweb>:8080/WorkflowTasks”). This single list contains now 60,000 items (=60,000 workflow instances) even if we deleted completed list items older than 3 months.
    We have performance issues with the current workflow list. It is taking time (avg 20s) to create/read list item from the SP List. Sometimes items are not getting created in the list item.
    From MSDN I came to know than there are recommended count for items in SPList (2000
     or 5000 items).
    What is the best solution to solve the above performance issue with SharePoint list?
    Whether the above mentioned our approach to document library will work for SP list also (means split current SP List and keep in each Journal site collection)?
    Please advise.

    Hi Andrew,
    Thanks for your post.
    I still have some doubts.
    If we go like this, will OWSTIMER be able to handle workflows (custom workflow is attached to SP List) of these many site collections. We have now more than 600 site collections.

  • Integrating SAP with Sharepoint 2010

    Hello All,
    I need some information regarding integrating SAP R/3 with Sharepoint 2010. I am aware of BCS solutions to connect SAP BSP/WebDynpro/Portal enabled processes to Sharepoint. However, I would like to whether we can call an SAP Transaction directly from Sharepoint without developing BSP pages or WebDynpro?
    Can we achieve something on Sharepoint 2010 like ITS does on SAP Portal? If yes, how to do that?
    Thanks,
    Anil

    Hi Anil,
    with Duet Enterprise you can bring RFC or WebServices that are available in your backend system into SharePoint 2010. So if your transaction consits of several RFCs that are called in the background -- you can do that. Depending on the transaction you might also have to develop the value help functionalities and stuff like that.
    You can checkout the videos on the [Duet Enterprise Summit|http://www.duetenterprisesummit.com] site where some customers talk about what they have developed during the ramp-up..
    However, if you want to bring ITS / SharePoint Web-SAP-GUI functionality into SharePoint this will be pretty complicated...
    Regards,
    Holger.

Maybe you are looking for