Skip to content

Releases: mesuttalebi/Me_MVCGridView

Added Dynamic Sorting

03 Feb 12:55

Choose a tag to compare

Now we don't need to add Switch case for each sort column, just adding source.Sort(PagingInfo.Sort); will sort data based on user selection.

Using Gridview is More Easier By HtmlHelper

20 Jan 13:28

Choose a tag to compare

Now you can just call a htmlhelper to create all boilerplate html's needed for gridview

Added Localization

24 Feb 18:38

Choose a tag to compare

Localization and changeble default settings added.

Now loading pager from js

10 Dec 20:36

Choose a tag to compare

The pager display template removed, and now pager is written by megridview.js when initializing the gridview.
Now there is no need for a viewmodel in index page. just add gridview and set the get data url.

V0.3 Beta

12 May 12:55

Choose a tag to compare

Release Version 0.3