joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Johnpreed replacestate #23

Closed johnpreed closed 8 years ago

johnpreed commented 8 years ago

Now supports both pushState and replaceState when performing an action on the grid by defining the BrowserNavigationMode. Defaults to pushState, which was the original implementation. if you only want to preserve latest action on your grid, then set .WithBrowserNavigationMode(BrowserNavigationMode.PreserveLatestGridAction)

johnpreed commented 8 years ago

closing -- should merge from my master branch of my fork.