Hi, i have a problem with the grid layout when using a webbrowser.
To test the problem you just have to follow the next steps:
any ideas why the grid doesn't update the layout when there's a webbrowser in the same custom control??
.... if i set the visible property of the webbrowser to false and , in the constructor after the InitializeComponent, i set visible = true, then everything is fine, the layout looks ok.
It seems like there's some refresh event in the webbrowser that shadows some refresh layout event in the infragistics controls.
version: NetAdvantage 2007 1 CLR2x NET
That's really weird. If the grid is losing the layout, then it means the DotNet BindingManager is sending a Reset notification from the data source. I can't see how the web browser would cause that. Another option is that something in the form is blowing up during serialization or deserialization.
Either way, I can't see how this could be an issue in the grid, it must be something about the WebBrowser control.
My advice would be to set up the grid using the InitializeLayout event rather than doing it in the designer.