You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/vb_grouping_hide_cols.aspx

16 lines
592 B

<%@ Page Language="VB" EnableEventValidation="false" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<script runat="server" Language="VB">
Dim grid1 As Obout.Grid.Grid = New Grid()
Sub Page_load(ByVal sender As Object, ByVal e As EventArgs )
grid1.ID = "grid1"
grid1.CallbackMode = true
grid1.Serialize = true
grid1.AutoGenerateColumns = false
grid1.FolderStyle = "styles/style_7"
grid1.AllowAddingRecords = false
grid1.AllowPageSizeSelection = false
grid1.AllowGrouping = true