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
140
trapping the event on the bands (plus sign to expand the child)
posted

I want to trap the event when the users clicks on the plus signs to expand the child data - what event is this ? I am new to infragistics...

 I tried this, but can't handle any events that relate to band - this is for a sort - not quite what I need.

Private Sub UltraGrid1_Change(ByVal sender As Object, ByVal e As Infragistics.Win.UltraWinGrid.BandEventArgs) Handles UltraGrid1.AfterSortChange

 

thanks