P
PeterWokke
Guest
Within the BeforeRowUpdate I would like to check if a record with already exist with the same date value. I can preform a find on the buffer table within the bindingSource of the ultraGrid. To be sure it do not find its own record I could check on the rowid of the records. Question how to obtain the correct rowid from the UltraGrid event BeforeRowUpdate. Is that a property within the Infragistics.Win.UltraWinGrid.CancelableRowEventArgs.
Continue reading...
Continue reading...