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
260
Freeze on ColumnResize AutoPostBack
posted

I need the grid to AutoPostBack on Column Resize as I am saving grid settings to persist them for the user's next visit. Post back for all other grid actions (column moved, column sorted, etc) works perfectly, however the postback on column resize causes the entire page to freeze. The mouse stays as a the four arrowed "move" pointer and nothing can be interacted with on the page. No errors occur in Visual Studio and the localhost webserver does not crash.

The grid is statically defined in the aspx page, however the column widths are not defined. Attempting to perform a column resize with autopostback disabled works perfectly. On postback from a different action, the column resized events fire as intended.

I am using Visual Studio 2010 and Infragistics 11.1. This error occurs in IE 9, FF 5, and Chrome 12.

Below is a picture of the grid when this occurs, the "column moving" vertical line persists after mouse up:

Parents
  • 33839
    posted

    Hi bruestle2,

    If you have not upgraded to the latest Service Release for 11.1, could you do so?  That may fix the problem.  If not, could you try to see if you can see if any java script exception is happening in the page?

    regards,

    David Young

Reply Children