J
jarrod
How can you hide columns in the details view of an objectlist control?
In the table view you can hide and show any columns you wish by
setting the field properties (ex: Visible = false and the
objectList.TableFields list to display the number of columns you wish
to display.
The Details view always displays all columns even if the Visible
propery is set to false for the column. I assume I will need to write
a custom itemDetailsTemplate, or something like that but I am not sure
what needs to be done, or the format that it should be in.
So if anyone has any examples of how to customize what is displayed in
the details view (not the header, and commands but the actual data) it
would be greatly appreciated.
Thanks,
Jarrod
In the table view you can hide and show any columns you wish by
setting the field properties (ex: Visible = false and the
objectList.TableFields list to display the number of columns you wish
to display.
The Details view always displays all columns even if the Visible
propery is set to false for the column. I assume I will need to write
a custom itemDetailsTemplate, or something like that but I am not sure
what needs to be done, or the format that it should be in.
So if anyone has any examples of how to customize what is displayed in
the details view (not the header, and commands but the actual data) it
would be greatly appreciated.
Thanks,
Jarrod