quwiltw
Contributor
I've had all of my columns showing while building my little app and have been accessing the selected primary key (ID) via it's row/column index because it has been shown. Now I have applied a TableStyle to it that hides the ID (which the user shouldn't care about anyway).
What's 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)
What's 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)