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
285
Problem with BeforeExitEditMode
posted

We are running into a strange problem with WinGrid. If a new Form is opened with in grid's BeforeExitEditMode event handler then instead of displaying the form it gets minimized to task bar. Here is an example code- an ultragrid is place in Form1

Private Sub UltraGrid1_BeforeExitEditMode(ByVal sender As Object, ByVal e As Infragistics.Win.UltraWinGrid.BeforeExitEditModeEventArgs) Handles UltraGrid1.BeforeExitEditModeDim f As New Form2

f.Show()

End Sub

 

We do not want to open Form2 as dialog form. Is  this a bug in grid or there is any correct way of writing code?

thanks in advance,

Abhishek 

 

 

Parents Reply Children