ALMMa / datatables.aspnet

Microsoft AspNet bindings and automatic parsing for jQuery DataTables along with extension methods to help on data queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Columns are not blinded if the number of columns are 10 or larger.

ssswagatss opened this issue · comments

I have been trying to parse an ajax request. But found out that the Columns property on the IDataTablesRequest is not blinded. However, if there are 6 columns, things are working fine. Any ideas why ?