Skip to content

Commit

Permalink
Lib.Web.Mvc - Work Item #11864
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Mar 6, 2012
1 parent 532cdea commit 636afa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Lib.Web.Mvc/JQuery/JqGrid/JqGridHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,9 @@ public JqGridHelper<TModel> 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()
{
Expand Down
4 changes: 2 additions & 2 deletions Lib.Web.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 636afa7

Please sign in to comment.