in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

LayoutChanged does not work

Last post 10/26/2008 9:38 PM by dan gibson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 10/26/2008 9:38 PM

    LayoutChanged does not work

    Calling LayoutChanged does not seem to work in that it does not cause CustomCellDisplayText to be fired.

    I have this:

    grid.DataSource = new PivotFileDataSource(FileName);
    grid.CustomCellDisplayText += Grid_CustomCellDisplayText;

    When I display the grid CustomCellDisplayText is called. If I then call grid.LayoutChanged() I'm expecting CustomCellDisplayText to be called again, but it is not and as a result the contents do not get updated.

    Any idea what is wrong?

Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED