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
70
Retrieve data from selected row cells
posted

How do you retrieve data from a specific cell in a selected row?  With the ultrawebgrid control, I used to do something like this:

e.Row.Cells.FromKey("ColumnName").Value

With the webdatagrid control, I saved all the selected rows in a SelectedRowCollection variable.  How do I access the data, as I did above, for a specific cell in a row in that collection?

Thanks!