Good afternoon,
With the code:
var filteredRecordCount = Xrm.Page.getControl("Contacts").getGrid().getTotalRecordCount();
With this code I can get the amount of items in a grid view.
I can run some javascript that every time I enter or add an item in the grid using this method or another to find the amount of items in a grid?
Thank you