Hi,
I saw your example which is showing the selected rows context but not the number of total selected rows.
I already achieved that functionality with below code.Please let me know the property/way to get the count of total number of selected rows.
onSelectionChange1: function(oEvent){
var oSelectedItemContext = oEvent.getParameter("listItem").getBindingContext();
var selectedItems = sap.ui.getCore().byId("viewid").byId("tbl").getSelectedItems();
}
If I select only one row , it should display 1. If I select 3 rows,it should display as 3.
Regards,
Koti Reddy