Hi,
this project is excellent it saved lot of my work. but now i have running in new problem. In my case my grid display all user information as each user per row and also I have a button where we can add new user but the thing is when I add new User , server return new added user data with id (primary Id). I need to push this new user object to grid.data array, using this
$scope.gridOptions.data.push(addedUserDetails);
its successfully pushing the data but its not automatically binding in the grid view. I want finish this work as soon as possible. anyone please help me in this regards.