quwiltw
Well-known member
Ive had all of my columns showing while building my little app and have been accessing the selected primary key (ID) via its row/column index because it has been shown. Now I have applied a TableStyle to it that hides the ID (which the user shouldnt care about anyway).
Whats a reliable way of finding out a column in the underlying (bound) dataset that is not currently being displayed in the datagrid?
ie. Dataset has columns (id, title, message, url)
but
Datagrid only has (title, message, url)
Whats a reliable way of finding out a column in the underlying (bound) dataset that is not currently being displayed in the datagrid?
ie. Dataset has columns (id, title, message, url)
but
Datagrid only has (title, message, url)