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
1265
Grabbing the Column or Row error of underlying Datatable?
posted

I am using a DataSet as the DataSource of my UltraGrid and am using an ErrorProvider.  Is it possible to get the underlying column error of a cell or row error of a row through the grid rather than having to find the row in the datatable based on the values in the grid?

Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    I'm not sure offhand whether this is possible, but you don't really have to do any work locating the underlying DataRow, since there is a ListObject on the UltraGridRow that will return that DataRow.

    -Matt

Children