I have an existing AngularJS application written within an ASP.NET MVC 5 application. I'd like to implement the PivotGrid using AngularJS to populate the data in the grid but I cannot find any examples on how I might go about doing this.
So are there any AngularJS examples available to get me started in accomplishing this? Is this approach using AngularJS even possible for use with the PivotGrid?
As an alternative approach, I suppose I could simply use Ajax with the MVC controllers and client rendering of the control but ideally I'd rather stick with AngularJS.
What are my options?? :-(