joeharrison714 / MVCGrid.Net

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

MVCGrid Filter, Paging, CSV Export Not Work In Partial View When Get From Ajax #12

Closed ajayvpatelce closed 9 years ago

ajayvpatelce commented 9 years ago

Hello,

MVCGrid Filter, Paging, CSV Export not work In Partial View get from Ajax. Shorting Works perfectly.

http://www.filedropper.com/mvcgridnet-master Download this code. In this code one demo example created in your demo menu 'Filter Ajax'.

joeharrison714 commented 9 years ago

Try calling MVCGrid.init() in javascript after loading the grid from ajax

ajayvpatelce commented 9 years ago

Thanks.