Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Browser freeze after expanding rows in a grid

    Problem exist in both version GPL and Pro
    in the grid we have possibility to expand content of the message listed in the grid.
    For each individual row it works fine but group opening of this message no matter if there 2 or 10 it freeze browser for minimum 15 seconds


    Expan or colapse
    Code:
    		plugView.getMessageGrid().addHeaderClickHandler(new HeaderClickHandler() {
    			@Override
    			public void onHeaderClick(HeaderClickEvent event) {
    				if(event.getFieldNum() == 0){
    					plugView.getMessageGrid().expandCollapseAllRecords();
    				}
    			}
    		});
    and the method
    Code:
    		plugView.getMessageGrid().markForRedraw();
    does not work as expected

    #2
    This question was previously sent to support via email, and was responded to via email. Please refer to that response.

    Also, please do not re-file support issues with no context. That creates duplicate work.

    Comment


      #3
      The e-mail was send because i had no response from You on this thread until i didn't ask via email.

      Comment


        #4
        Looks like something went wrong in the middle of your sentence.

        Regardless, if you need Support's response again, you actually posted it to the forums yourself - it's #3 here.

        Comment

        Working...
        X