Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
546
UltraWebGrid Paging Error
posted

I am using UltraWebgrid version 8.1. I have enabled paging.  Very frequently the application throws errors .

In application event log I see that the requested URL becomes as below.

PageName.aspx?ctl00_WebSplitter1_tmpl1_ContentPlaceHolder1_

UltraWebGrid1_page=37

All other Query String parameters are lost and it is replaced by this new query string parameter.

Any advice in this regard will be very helpful.

Parents
  • 3732
    posted

    Hello,

    The provided description only shows the end result. I would like to know this in details in order to understand the cause of the issue. Here are my questions:

    1) I see a Master Page is used in the WebSite. Are you using any kind of AJAX technology with this?

    2) Are you handling the InitializeDataSource event of the Grid?

    3) What is the DataSource of the Grid?

    4) How and where all the paging properties are set for the grid?

    Please provide all the details including the versions of  NetAdvantage (actual build like 8.1.20081.xxxx ), Visual Studio and .Net Framework .

    Thanks

     

Reply Children