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
125
UltraGrid issue
posted

Greetings

I am getting an exception from the ultragrid. The scenario is:

I have a windows form with the grid and it has an ultradatasource associated.

My grid has two combos inside, the each one with its ultradatasource.

The grid has the properties to allow the user add, delete and update rows. Also it has the "AddNewButton" at the bottom of the grid.

 

The Issue:

The issue is when I click the button of the grid, it adds a new row correctly. Then whey I click the ESC button it gets me the following exception:

Specified method is not supported. : at Infragistics.Win.UltraWinDataSource.UltraDataRowsCollection.System.Collections.IList.Remove(Object value)

at Infragistics.Win.UltraWInDataSource.UltraDataRow.System.ComponentModel.IEditableObject.CancelEdit()...

...

...

What can it be?

If you need more information please feel free to ask!

Thank you!