M
Mike Fechner
Guest
The ProBindingSource does not expose any ROWID's to the .NET side. So the UltraGrid has no Knowledge. Best suggestion is to use non-changable primary unique key values (e.g. GUID's) instead. They allow you to identify a record equally well. If you have to rely on ROWID's or RECID's, temp-tables (ProDatasets) with calculated fields may help you. But I'd rather build around the primary unique key.
Continue reading...
Continue reading...