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
5250
e.Row.IsAddRow is always false on Multi Band Grid
posted

Hi all

I have a multi band grid (bound to a DataSet).
Only on Band 1 I have set AllowAddNew:
this.DisplayLayout.Bands[1].Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.FixedAddRowOnTop;

When I capture the events "AfterRowInsert", "AfterRowUpdate" and "BeforeRowUpdate"
the IsAddRow is always false ...

How can I make this work right ?

Thanks and best regards
Frank Uray