Hi,
I want to add a toolbar item which displays the current count of selected items.
Using a template (which accesses the state) did not work (won't update) , and currently I'm using a simple toolbar item and update the text using JQuery in the rowSelected/rowDeselected event and disable the buttn behavior using css.
Is there a more elegant way to do this?
Thanks!