Browse by Tags
All Tags » Master Detail » DataGridContext (RSS)
-
Namaste!
Is there an easy way to hide the first column in the detail grids? Or, does one have to template the structure to do so?
I have a grid that I'm using a report container. I load the grid dynamically based on the report chosen. Some reports have details, some do not. I'd like to hide the first column in the detail ...
-
The only way to do that would be to have access to the DataGridContext for the object 4 relations deep and add the object to its DataGridContext`s SelectedItems collection.Because DataGridContext instances exist only for ''expanded'' details, it would be impossible to do that if the details are not expanded.If the details are indeed expanded, then ...
|
|
|
|