R
Reinhold Schalk
Hello,
i have a templated ObjectList to do some custom layout especially for the
details panel.
I have a <ItemTemplate> and a <ItemDetailsTemplate>.
I switch from list view to details view by setting the ObjectListViewMode
property to either List or Details in my event handler for the
OnItemCommand-event.
This works fine exactly once.
I can switch from list to details view.
But if i want to switch back to list view, the list is empty!!!
I have set the EnableViewState of my form and ObjectList control to true,
but with no success.
Any help is very much appreciated!
Thanks in advance
Reinhold
i have a templated ObjectList to do some custom layout especially for the
details panel.
I have a <ItemTemplate> and a <ItemDetailsTemplate>.
I switch from list view to details view by setting the ObjectListViewMode
property to either List or Details in my event handler for the
OnItemCommand-event.
This works fine exactly once.
I can switch from list to details view.
But if i want to switch back to list view, the list is empty!!!
I have set the EnableViewState of my form and ObjectList control to true,
but with no success.
Any help is very much appreciated!
Thanks in advance
Reinhold