Loading...

RE: remove or disable sort on column header in qlistview

RE: remove or disable sort on column header in qlistview

#7202
Anonymous
Anonymous
Participant

Thanks!  Yes – worked very well – was able to change the tooltip and redirect a the title to another page:

var colTitle="ALBEMARLE GENERAL NEWS";
if(colHeader.innerText==colTitle)
{
colHeader.href="/ACVANews/Forms/general.aspx"; colHeader.title="Click Here to View Archives";
}