asp.net mvc - Grid.Mvc Filtering -
i using grid.mvc grid. want utilize filtering feature of same. set filterable(true)
column need filter. filter icon appears. when click on it, nil happens. mean pop-up never comes on.
more info of grid: grid on partial view. model list<>
. have paging , sorting work on same grid.
i figured out. in fact, ajax phone call on filling partial view grid.mvc. so, in case, need refresh grid, 1 time placed in div.
$(".grid-mvc").gridmvc();
asp.net-mvc mvcgrid
No comments:
Post a Comment