Display count of records in View Tabs

The possibility to display the count of records of each Grid Tabs was added. 

In order to achieve this, each 'Grid Tab' node has a property named 'Caption record count'. The possible values are True, False or <default>. The value '<default>' is taken from WorkWithPlus for Web Settings > Template > 'Grid Tab Count'. 

When this property is True, the View object will calculate the count of each Grid Tab data, displaying the information in the caption, like follows:

Example 1

CountGridTabs

Example 2

CountGridTabs2

If you want to change the way that the count is displayed, you change it directly in the language resource (the key is WWP_TabWithCountCaption):

CountGridTabs3