Click here to Skip to main content
15,884,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
how to assign source to web grid if data come from api controller other than home controller and it is received using ajax in web api
Posted
Comments
Nathan Minier 19-Nov-14 8:00am    
$.ajax({
...
success: function(result){ gridDataCollection = result;}
});

Just as a guess. You didn't say if you're using jQuery, what your 'webgrid' is, or anything about what you've done to get this working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900