List view Auto Filter Disable (Read Only)

Hi All,

In List View,if a user clicks any of the row it will get auto filtered.it Should not Happen


In this image, if a user clicks any value from the “Division Name” column (e.g., the “Block D” row), it gets automatically filtered. This should not happen. Is it possible to prevent this behavior, even though I have already hidden the filter option for the User…

Hi @Pradeep_Manoharan ,

The behavior needs to be changed at the core level through customization.

Hi @Rehan_Ansari

It’s worked.I have run with this code.
listview.$result.off(‘click’);

Nice :+1:

can you explain how you do that bit more? using Client Script ?