Example #1
0
 public DataViewExtenderBase() :
     base("Web.DataView")
 {
     this._pageSize              = 10;
     this._showActionBar         = true;
     this._showActionButtons     = ActionButtonLocation.TopAndBottom;
     this._showDetailsInListMode = true;
     this._showPager             = PagerLocation.Bottom;
     this._showPageSize          = true;
     _showDescription            = true;
     _showViewSelector           = true;
     _summaryFieldCount          = 5;
     _showQuickFind              = true;
 }
Example #2
0
 public DataViewExtenderBase()
     : base("Web.DataView")
 {
     this._pageSize = 10;
     this._showActionBar = true;
     this._showActionButtons = ActionButtonLocation.TopAndBottom;
     this._showDetailsInListMode = true;
     this._showPager = PagerLocation.Bottom;
     this._showPageSize = true;
     this._showSearchBar = true;
     _showDescription = true;
     _showViewSelector = true;
     _summaryFieldCount = 5;
     _showQuickFind = true;
     _transaction = DataTransactionMode.Supported;
 }