how to get selected rows value using wijmo flex grid – Twitter bootstrap
Here I created the sample code for wijmo flex grid, its working fine, but the problem is how to get the selected row values? angular.module('app', ['wj']); 'use strict'; // declare app module var app = angular.module('app'); // controller app.controller('appCtrl', function…