04/20/2015 at 3:50 am #7483
Anonymous
Participant
Hi there,
n
n
qListView doesn’t have this configuration. But I suggest you can try below solution as a workaround:
n
n
add another qListView which has the same configuration with the first one, but keep empty in Display Fields setting, and set the CAML filter that let it return the empty record, such as “ID =-1”. After that, the second qListView just has a tool bar which is the same as the first one. At that time, no matter you click which toolbar in the page, it will effect to the same list. So you will have two toolbars around the first qListView.
n
n
n