From 636afa732f9f0d99480a303c36511d7e29cf7e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C4=99czek?= Date: Tue, 6 Mar 2012 19:36:18 +0100 Subject: [PATCH] Lib.Web.Mvc - Work Item #11864 --- Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs | 3 +++ Lib.Web.Mvc/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs b/Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs index 67eacad..bb51089 100644 --- a/Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs +++ b/Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs @@ -2062,6 +2062,9 @@ public JqGridHelper AddActionsColumn(string name, int position = 0, int JqGridColumnModel actionsColumnModel = new JqGridColumnModel(name); actionsColumnModel.Width = width; actionsColumnModel.Resizable = false; + actionsColumnModel.Searchable = false; + actionsColumnModel.Sortable = false; + actionsColumnModel.Viewable = false; actionsColumnModel.Formatter = JqGridColumnPredefinedFormatters.Actions; actionsColumnModel.FormatterOptions = new JqGridColumnFormatterOptions() { diff --git a/Lib.Web.Mvc/Properties/AssemblyInfo.cs b/Lib.Web.Mvc/Properties/AssemblyInfo.cs index c42a13e..3611f14 100644 --- a/Lib.Web.Mvc/Properties/AssemblyInfo.cs +++ b/Lib.Web.Mvc/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.0.1.0")] -[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyVersion("5.0.2.0")] +[assembly: AssemblyFileVersion("5.0.2.0")]