How to disable the subgrid filter option Filter by.
I'm dynamically filtering records by using JS(onload). when a user tries to manually filter the subgrid it applies the filter to all records not only the dynamically filtered ones.
For eg. we have an account form with a contact subgrid, based on the js it displays only the parent account related contacts and few more conditional filters applied.
The filtering records by js is working good but the subgrid filter returns back all records so it confuses the user. So i planning to disable the filter option
Already tried the Editable Subgrid control but it hides the row count.
Thanks.