Hello!
I have a page with a bound data grid, which has to appear in two different
ways, depending on runtime conditions which are set before the page is
loaded. The columns are generated automatically.
1. The user has to select a whole row. I created a column with a link
button, this works fine.
2. The user has to select a single cell. How can I make this possible? How
can I get the index of the selected column/row? How can I surpress the
column with the link button?

Thank you!
Ralf Westphal