Forum Post: Re: How To Obtain The Rowid From The Beforerowupdate Event Of An Ultragrid Object.

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top