V
VMI
I'm using Binding Manager to retrieve the current table row that the user
clicked on (one highlighted row). But if I want to retrieve all the
highlighted rows, how can I do it?
This is the code to retrieve one row:
DataRowView rowViewAudit = (DataRowView)
((CurrencyManager)BindingContext[_table_auditAddress]).Current;
Now I want to modify this line so it retrieves all the highlighted rows. Is
it possible?
Thanks.
clicked on (one highlighted row). But if I want to retrieve all the
highlighted rows, how can I do it?
This is the code to retrieve one row:
DataRowView rowViewAudit = (DataRowView)
((CurrencyManager)BindingContext[_table_auditAddress]).Current;
Now I want to modify this line so it retrieves all the highlighted rows. Is
it possible?
Thanks.