The text of this article is not in this database — only its details are. Read it on the old site: Using Ng-grid in AngularUI Pages
18 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Using Ng-grid in AngularUI Pages
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Marcio RodriguesPosted Apr 25, 2017, 1:18 PM
The example 2, no found data, in other words, no bind with my api controller. How do you do that controller request APIController for return data.???
Former memberPosted Apr 11, 2017, 7:21 AM
How can u write $scope.gridOptions = { data: 'Data' }; because data is a property of $scope. so when you assign $scope.gridOptions = { data: 'Data' }; then how angular will be able to understand that you try to point data property of scope ? $scope.Data = [{ Name: "Sachin", Skill: "ASP.NET" ,location:"Delhi"}, { Name: "Ramesh", Skill: "C#.NET, VB", location: "Chenai" }, { Name: "Pradeep", Skill: "ASP.NET MVC", location: "Bangalore" }, { Name: "Manas", Skill: "SQL Server", location: "Chenai" }, { Name: "Sachin", Skill: "ASP.NET", location: "Bangalore" }, ]; $scope.gridOptions = { data: 'Data' }; see this line promiseGet.then(function (pl) { $scope.Employees = pl.data, $scope.Data=pl.data }, and $scope.gridOptions = { data: 'Data' }; here $scope.Data=pl.data declared in different scope so how you can access data from outer scope like $scope.gridOptions = { data: 'Data' }; please guide me to understand your code. thanks
Pradeep SahooPosted May 19, 2016, 10:32 PM
Hello Smith , Steps have been mentioned please follow the steps .;will be useful for me to help you if you mention where do you face the issue .....
DyansmithPosted May 19, 2016, 10:23 PM
Thanks for writting this article .....helpful for me ..you saved my day...
DyansmithPosted May 19, 2016, 10:22 PM
I am looking to implement this functionality ...Can you please help me out...
jenip shresthaPosted May 13, 2016, 2:28 AM
nice one
Rajeev PunhaniPosted Mar 31, 2016, 7:19 AM
Good example.
monika bishtPosted Mar 10, 2016, 12:07 AM
Hi , i m looking for the functionality where on the button click whole row can be edited . please help.
Asfend YarPosted Feb 29, 2016, 2:17 PM
great job
Mehul HPosted Feb 29, 2016, 10:34 AM
Where is the Source Code for this. The Example ain't working, Kindly upload the working Source Code.
Pradeep SahooPosted Feb 9, 2016, 10:35 PM
Please Put the debugger and check what is the reason you are getting 404 error. did you enable "CORS" in your server code.
Mark ColePosted Feb 9, 2016, 8:04 PM
I'm getting a 404 on the employeeservice API. Am I missing a step?
Pradeep SahooPosted Dec 15, 2015, 4:26 AM
Hi Joginder. What error you are getting . Please let me know the exact error you get .
Joginder BangerPosted Sep 28, 2015, 6:11 AM
Above example Not working, plz check and change the code or remove this articles..
Grant SpiteriPosted Aug 18, 2015, 11:40 PM
Nice one
Debendra DashPosted Jun 19, 2015, 10:32 AM
good one ..
Rahul Kumar SaxenaPosted May 21, 2015, 3:30 AM
Good Show..
Santhakumar MunuswamyPosted May 20, 2015, 3:00 PM
Good work