Intersoft WebGrid Documentation
WebGrid Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ISNet.WebUI.WebGrid Namespace : WebGrid Class


The following tables list the members exposed by WebGrid.

Public Constructors

 NameDescription
public ConstructorWebGrid ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public FieldVirtualLoadArgs  
Top

Public Properties

 NameDescription
public PropertyAccessKeyGets or sets the access key that allows you to quickly navigate to the WebGrid control (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyActionNameGets or sets the current action name of the WebGrid control.  
public PropertyAllowAutoDataCachingSpecifies whether data caching is automatically handled by the control.  
public PropertyAllowPivotChartingSpecifies whether users are allowed to switch to PivotChart View at runtime.    
public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyAspNetAjaxSettings (Inherited from ISNet.WebUI.ISNetControl)
public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyBackColorOverridden. Gets or sets the background color of the WebGrid control.  
public PropertyBindingOperationModeGets or sets the control operation mode for data binding.  
public PropertyBorderColorOverridden. Gets or sets the border color of the WebGrid control.  
public PropertyBorderStyleOverridden. Gets or sets the border style of the WebGrid control.  
public PropertyBorderWidthOverridden. Gets or sets the border style of the WebGrid control.  
public PropertyBrowserPrintSettingsContains settings applied to the WebGrid when printed directly from browser.  
public PropertyCacheServerConnectionSpecifies the file server connection string to store data cache.  
public PropertyCellPaddingGets or sets the cell padding that controls all UI element's padding.  
public PropertyCellSpacingGets or sets the spacing width between each cell in WebGrid.  
public PropertyChartCategoryCollectionThe category collection used by Pivot Charting.    
public PropertyChartDataCollectionThe data collection used by Pivot Charting.    
public PropertyChartFilterCollectionThe filter collection used by Pivot Charting.    
public PropertyChartInteractiveUIContains the settings for Charting Interactive UI.   
public PropertyChartModeSpecifies the mode of the Pivot Charting.    
public PropertyChartSeriesCollectionThe series collection used by Pivot Charting.    
public PropertyChartSettingsContains the behaviors and settings related to the Chart.    
public PropertyClientActionGets or sets the client function directly from server code during OnTheFly Postback.  
public PropertyClientBindingSettingsProvides settings for client data binding.   
public PropertyClientID (Inherited from System.Web.UI.Control)
public PropertyControlDataTransferFormat (Inherited from ISNet.WebUI.ISNetControl)
public PropertyControls (Inherited from System.Web.UI.Control)
public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyCustomEditorsGets or sets the collection of CustomEditor.  
public PropertyCustomSchemaRetrieval  
public PropertyDataCacheStorageSpecifies where to store the data cache.  
public PropertyDataMemberGets or sets the name of table for which WebGrid control display its data.  
public PropertyDataSourceGets or sets the data source for which the WebGrid control displays its data.  
public PropertyDataSourceIDGets or sets the ID of the control from which the WebGrid control retrieves its list of data rows.  
public PropertyDataSourceManagerOverridden. Gets the datasource manager object used to administer datasource control binding. This class is provided for WebGrid's infrastructure and is not intended to be used by developers.  
public PropertyDefaultStyleModeGets or sets a value that determine the mode of default style when UseDefaultStyle is enabled.  
public PropertyDisableFileSystemCheckingSpecifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.  
public PropertyEnabledGets or sets the enabled state of the control. (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyEnableManagedThemingSpecifies whether the theming for this control should be managed by Intersoft Theme Architecture. When set to false, this control will not apply the style defined in Theme Architecture. (Inherited from ISNet.WebUI.ISNetControl)
public PropertyEnableSection508StandardsSpecifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.   
public PropertyEnableTheming (Inherited from System.Web.UI.Control)
public PropertyEnableV3XAPISupportGets the value of a property that indicates whether WebGrid V3.x APIs are supported, and enables backward compatibility with V3.x client side API.  
public PropertyEnableViewStateGets or sets whether the control automatically saves its state for use in round-trip. (Inherited from System.Web.UI.Control)
public PropertyEnableWebResourcesSpecifies the option for use with web resources feature. When enabled, the component will retrieve scripts and client resources from web resources instead of external script location (IIS virtual directory). (Inherited from ISNet.WebUI.ISNetControl)
public PropertyFlyPostBackActionReturns the action name of current FlyPostBack request.  
public PropertyFlyPostBackSettingsConfigures the settings used by the control when performing OnTheFly postback.  
public PropertyFontOverridden. Gets the font properties associated with the WebGrid control.  
public PropertyForeColorOverridden. Gets or sets the foreground color (typically the color of the text) of the WebGrid control  
public PropertyGridLinesGets or sets the type of grid line (vertical or horizontal).  
public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyHeightGets or sets the height of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyID (Inherited from System.Web.UI.Control)
public PropertyImageFileServerSpecifies the file server connection used to store the temporary images of Pivot Charting.   
public PropertyIsControlThemed (Inherited from ISNet.WebUI.ISNetControl)
public PropertyIsDesign (Inherited from ISNet.WebUI.ISNetControl)
public PropertyIsDynamicCreated (Inherited from ISNet.WebUI.ISNetControl)
public PropertyIsFlyPostBackReturns whether this WebGrid instance invokes OnTheFly postback.  
public PropertyIsInternalCreated (Inherited from ISNet.WebUI.ISNetControl)
public PropertyIsPreviewModeDetermines whether the current request is in preview mode.  
public PropertyIsUnloaded (Inherited from ISNet.WebUI.ISNetControl)
public PropertyLayoutSettingsLayoutSettings is the central object that contain all the behaviors and styles for the whole WebGrid control.  
public PropertyNamingContainer (Inherited from System.Web.UI.Control)
public PropertyPageGets a reference to the Page instance that contains the server control. (Inherited from System.Web.UI.Control)
public PropertyParent (Inherited from System.Web.UI.Control)
public PropertyParentStyleId (Inherited from ISNet.WebUI.ISNetControl)
public PropertyRenderingMode (Inherited from ISNet.WebUI.ISNetControl)
public PropertyRequiresUIRefresh (Inherited from ISNet.WebUI.ISNetControl)
public PropertyRootTableGets or sets the WebGridTable object that is used as the root table in the WebGrid.NET control.  
public PropertyRuntimeLicenseKeyGets or sets the license key of the components that is needed to run at production server or development machine without installing the whole components. (Inherited from ISNet.WebUI.ISNetControl)
public PropertySaveViewStateOnFlyPostback (Inherited from ISNet.WebUI.ISNetControl)
public PropertyScriptDirectoryOverridden. Gets or sets the directory where all required scripts for the control are stored.  
public PropertySelectedRowKeyValueGets the simple string that represent key value of the currently selected row.  
public PropertySelectedRowKeyValuesGets the currently selected row's key values. To be used when table has composite data keys.    
public PropertySerializedJSFiles (Inherited from ISNet.WebUI.ISNetControl)
public PropertySerializedStyles (Inherited from ISNet.WebUI.ISNetControl)
public PropertySerializeTagToClientSpecifies whether the row's tag should be serialized to client side, when client binding is enabled.  
public PropertySharedScriptDirectoryOverridden. Gets or sets the directory where all shared scripts for Intersoft controls are stored.  
public PropertySite (Inherited from System.Web.UI.Control)
public PropertySkinID (Inherited from System.Web.UI.Control)
public PropertyStateRestorationLevelSpecifies the level of control's state restoration.  
public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
public PropertySupportXMLCultureInfo (Inherited from ISNet.WebUI.ISNetControl)
public PropertyTabIndexThe tab order of the control. (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyTemplateControl (Inherited from System.Web.UI.Control)
public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyToolTipThe tooltip displayed when the mouse is over the control. (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyUniqueID (Inherited from System.Web.UI.Control)
public PropertyUseCachedDataOnFirstLoadSpecifies whether to use cached data when the page is first loaded.  
public PropertyUseDefaultStyleSpecifies whether WebGrid should apply embedded default style for its appearance.  
public PropertyViewStateItemsGets or sets the items to be stored in view state storage. (Inherited from ISNet.WebUI.ISNetControl)
public PropertyViewStateServerConnectionGets or sets the server connection string for file server-based viewstate storage. (Inherited from ISNet.WebUI.ISNetControl)
public PropertyViewStateStorageGets or sets the location to store the viewstate of this control. (Inherited from ISNet.WebUI.ISNetControl)
public PropertyVisibleGets or sets a value indicating whether the control is rendered as UI on the page. (Inherited from System.Web.UI.Control)
public PropertyWebDesktopScriptDirectoryGets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.  
public PropertyWidthGets or sets the width of the WebGrid control. (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyXmlCompressionEnabledSpecifies whether the Xml used for clientside state storage should be compressed. (Inherited from ISNet.WebUI.ISNetControl)
Top

Public Methods

 NameDescription
public MethodAddBatchUpdateExceptionAdds an exception when a batch update-related error occurred. Use this method to take advantage of partial error support in custom object updating scenario.  
public MethodAddDataSourceToCacheAdds the specified datasource to cache storage.  
public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
public MethodCanUseWebResources (Inherited from ISNet.WebUI.ISNetControl)
public MethodCheckConstrainsOverridden. This method is not intended to be called directly. It is used internally for control developers.  
public MethodClearCachedDataSourceClears the cached data source.  
public MethodClone (Inherited from ISNet.WebUI.ISNetControl)
public MethodConfigureTreeViewFromXml  
public MethodCopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public MethodCopyFromOverloaded.  (Inherited from ISNet.WebUI.ISNetControl)
public MethodCustomDeserializeThis method is not intended to be called directly. It is used internally for control developers.  
public MethodCustomSerializeThis method is not intended to be called directly. It is used internally for control developers.  
public MethodDataBindOverridden.   
public MethodDeSerializeObjectData (Inherited from ISNet.WebUI.ISNetControl)
public MethodDispose (Inherited from System.Web.UI.Control)
public MethodExportGridOverloaded. Exports datasource with current grid's layout to other formats.  
public MethodFindControl (Inherited from System.Web.UI.Control)
public MethodFocus (Inherited from System.Web.UI.Control)
public MethodForceDisableXmlCompression (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetAllCustomEditorsThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetBatchUpdateExceptionsReturns one or more exceptions that occurred while processing batch update.  
public MethodGetCachedDataSourceReturns the DataSource object that kept in Cache.  
public MethodGetChangesOverloaded.   
public MethodGetClientActionGets the client function directly from server code during OnTheFly Postback.  
public MethodGetCurrentControlLifeCycle (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetCurrentTheme (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetCustomEditorByNameThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetDefaultReportInfoCreate ReportInfo with default behavior and parameters.  
public MethodGetDesignerLevelCustomEditorsThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetFrameworkDataFolder (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetFrameworkFolder (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetFrameworkVersion (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetGridLevelCustomEditorsThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetInstalledCustomEditorsThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetIntersoftFolderGets the folder path of Intersoft Solutions. (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetLayoutFolderGets the folder path of the layout files of WebGrid. (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetObjectDataOverridden. This method is not intended to be called directly. It is used internally for control developers.  
public MethodGetPostedXMLData (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetProductSimpleName (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetPropertyValue (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetResourceStream (Inherited from ISNet.WebUI.ISNetControl)
public MethodGetTableByNameReturns WebGridTable object by specifying its name.  
public MethodGetUtilizedCustomEditorsThis method is not intended to be called directly. It is used internally for control developers.  
public MethodGetXMLCultureInfoOverridden. This method is not intended to be called directly. It is used internally for control developers.  
public MethodHasControls (Inherited from System.Web.UI.Control)
public MethodIsAtlasCallback (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsBetaRelease (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsChromeBrowser (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsDataCachedReturns whether DataSource used to populate rows is in Cache.  
public MethodIsEmpty (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsFlyPostBackControlDetermines whether this instance of WebGrid is the one which invoking FlyPostBack request. (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsFlyPostBackRequestDetermines whether the current postback is a FlyPostBack (AJAX) request. (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsGeckoBasedBrowserDetermines if the WebGrid is rendered in Gecko based browser. (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsGeckoVersion18 (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsInDesignMode (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsInternetExplorer8Browser (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsInternetExplorerBrowser (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsKeyValuesEqualDetermines whether the items contained in keyValues1 is equal to keyValues2 in string.  
public MethodIsOperaBrowser (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsSafariBrowser (Inherited from ISNet.WebUI.ISNetControl)
public MethodIsValidC1DataSourceReturns whether assigned DataSource is a valid C1 DataObjects.  
public MethodIsW3CStandardBrowser (Inherited from ISNet.WebUI.ISNetControl)
public MethodLoadChartFromXmlOverloaded.   
public MethodLoadLayoutOverloaded. 

Restore WebGrid's LayoutSettings by loading it from a saved Layout file.

 
public MethodLoadLayoutFromFileOverridden. Restore WebGrid's layout settings and visual styles by loading it from a file.  
public MethodLoadLayoutFromPredefinedNameRestore WebGrid's layout settings and visual styles by loading it from predefined name. (Inherited from ISNet.WebUI.ISNetControl)
public MethodLoadLayoutFromStreamRestore WebGrid's layout settings and visual styles by loading it from memory stream. (Inherited from ISNet.WebUI.ISNetControl)
public MethodLoadLayoutFromXmlOverloaded. Restore WebGrid's LayoutSettings by loading it from a saved Layout file.  
public MethodLoadPostDataOverridden. Called by the framework to load node edits from the client. Returns true to indicate the framework is to call RaisePostDataChangedEvent where the real work gets done.  
public MethodLoadTablesStructureOverloaded. 

Load tables structure from stream.

 
public MethodLoadTablesStructureFromXmlOverloaded.   
public MethodMergeStyle (Inherited from System.Web.UI.WebControls.WebControl)
public MethodOnAddRowInvoked when the grid is about to add new row to the DataSource. Use this event to handle adding functionality to the data source such as calling Sql's stored procedures or invoke custom business class' method.  
public MethodOnBatchUpdateProvides BatchUpdateEventArgs as the event argument. This event will always be invoked when batch update feature is enabled. This event is required to be handled for traditional and custom object binding. You can cancel WebGrid for further processing by setting false to its ReturnValue.   
public MethodOnButtonClickInvoked when a button is clicked in client and ButtonAutoPostBack is set to True.  
public MethodOnCustomAggregateInvoked when the AggregateFunction of WebGridColumn is set to Custom. This event will be invoked on every Rows collection of GroupedRows if exist.  
public MethodOnCustomFilterInvoked when AutomaticFilter is False and filtering is needed during databinding process.  
public MethodOnCustomSortInvoked when AutomaticSort is False and sorting is needed during databinding process.  
public MethodOnDeleteRowInvoked when deleting row is performed using code.  
public MethodOnExportInvoked when exporting data is performed using code.  
public MethodOnExportCompletedInvoked after the OnExport Method has finished exporting data.  
public MethodOnInfoChanged (Inherited from ISNet.WebUI.ISNetControl)
public MethodOnInitializeCellInvoked when WebGridCell needs to be initialized during data binding.  
public MethodOnInitializeChildTableDataSourceInvoked when childTable's dataSource need to be initialized.  
public MethodOnInitializeColumnInvoked when WebGridColumn needs to be initialized during data binding.  
public MethodOnInitializeDataSourceInvoked when data source need to be initialized. It is highly recommended that you use this event to initialize your databinding code for more centralized and easy to maintain codes.  
public MethodOnInitializeJsonRow  
public MethodOnInitializeLayoutInvoked when the Grid's layout needs to be initialized during data binding. You can write the codes to dynamically add Columns, GroupedColumns, or other objects in this event.  
public MethodOnInitializePostBackInvoked when the Grid initiates OnTheFly postback mode. This event allowed you to manipulate most of Grid's actions or create your own custom actions.  
public MethodOnInitializeRowInvoked when a WebGridRow needs to initialize during data binding.  
public MethodOnInitializeSelfReferenceDataSourceInvoked when ChildRows DataSource is retrieved in load on demand mode.  
public MethodOnInitializeTableInvoked when the Table needs to be initialized during data binding.  
public MethodOnLoadPreviewRowInvoked when the preview row value is needed on demand.  
public MethodOnPreInitializeInvoked when WebGrid is about to be initialized. (Inherited from ISNet.WebUI.ISNetControl)
public MethodOnPrepareDataBindingInvoked when data source ready to be binded. This event allow you to determine whether the data would be binded every postback.  
public MethodOnPrepareExportExecuteInvoked when exporting is being prepared for execution.  
public MethodOnRowChangedInvoked when a row is changed by the user at runtime.  
public MethodOnUpdateRowInvoked when updating a record is performed.  
public MethodPerformBatchUpdateOverloaded.   
public MethodRaisePostBackEventCalled by the framework and raises post back event.  
public MethodRaisePostDataChangedEventOverridden. Parse the client updates and apply them to the proper rows.  
public MethodReadWebConfigValue (Inherited from ISNet.WebUI.ISNetControl)
public MethodRebindDataSourceForces WebGrid to perform data source initialization and rebind the data source. This method will invoke InitializeDataSource event again for the rebind purpose.  
public MethodRegisterBoxSizingOverloaded.  (Inherited from ISNet.WebUI.ISNetControl)
public MethodRegisterGlobalStyle (Inherited from ISNet.WebUI.ISNetControl)
public MethodRegisterLink (Inherited from ISNet.WebUI.ISNetControl)
public MethodRegisterOptimizedCssClasses (Inherited from ISNet.WebUI.ISNetControl)
public MethodRegisterPreloadImage (Inherited from ISNet.WebUI.ISNetControl)
public MethodRegisterScriptOverridden. This method is not intended to be called directly. It is used internally for control developers.  
public MethodRegisterSharePointHandler (Inherited from ISNet.WebUI.ISNetControl)
public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
public MethodRenderControl (Inherited from System.Web.UI.Control)
public MethodRenderEndTagOverridden. This method is not intended to be called directly. It is used internally for control developers.  
public MethodReset (Inherited from ISNet.WebUI.ISNetControl)
public MethodResetDefaultStylePreset  
public MethodResetStyleToDefaultClear any styles associated with this control and set the control to use default WebGrid.NET style  
public MethodResolveClientUrlGets a URL that can be used by the browser. (Inherited from System.Web.UI.Control)
public MethodResolveImagePath (Inherited from ISNet.WebUI.ISNetControl)
public MethodResolveRelativeURL (Inherited from ISNet.WebUI.ISNetControl)
public MethodResolveResourceUrl (Inherited from ISNet.WebUI.ISNetControl)
public MethodResolveUrlConverts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control)
public MethodRetrieveClientLastSelectedObjectProvides a way to get the last selected object from client side.  
public MethodRetrieveHierarchicalStructureProvides a convenient way to retrieve Hierarchical Column's structure from assigned DataSource.  
public MethodRetrieveStructureProvides a convenient way to retrieve Column's structure from assigned DataSource.  
public MethodSaveChartToXmlOverloaded.   
public MethodSaveLayoutOverloaded. Saves LayoutSet properties to a file.  
public MethodSaveLayoutToFileSaves WebGrid's layout settings properties to a file (Inherited from ISNet.WebUI.ISNetControl)
public MethodSaveLayoutToStreamSaves WebGrid's layout settings properties to a memory stream. (Inherited from ISNet.WebUI.ISNetControl)
public MethodSaveLayoutToXmlOverloaded. Saves LayoutSet properties to a XML file.  
public MethodSaveTablesStructureOverloaded. Saves RootTable properties, including its Columns and ChildTables to a file.  
public MethodSaveTablesStructureToXmlOverloaded.   
public MethodSerializeObjectData (Inherited from ISNet.WebUI.ISNetControl)
public MethodSetCacheControlOverrides the default data cache configuration.  
public MethodSetCurrentPageIndex  
public MethodSetFocusSet focus to this grid on page load.  
public MethodSetObjectRelationsConstruct WebGridObjectRelation and add it to an instantiated ArrayList.  
public MethodSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control)
public MethodSetSelectedObjectSet selected row from server side.  
public MethodSetSessionTheme (Inherited from ISNet.WebUI.ISNetControl)
public MethodShouldReturnJson (Inherited from ISNet.WebUI.ISNetControl)
public MethodSynchronizeTemplatesFromThis method is not intended to be called directly. It is used internally for control developers.  
Top

Public Events

 NameDescription
public EventAddRowOccurs when adding a row is performed.  
public EventBatchUpdateOccurs when batch update feature is enabled.  
public EventButtonClickOccurs when a button is clicked.  
public EventCustomAggregateOccurs when custom calculation on rows collections are performed.  
public EventCustomFilterOccurs when custom filtering is performed on WebGridColumn.  
public EventCustomSortOccurs when custom sorting is performed on WebGridTable.  
public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
public EventDeleteRowOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.  
public EventDisposed (Inherited from System.Web.UI.Control)
public EventExportOccurs when exporting data from WebGrid is performed.  
public EventExportCompletedOccurs after the OnExport event has finished processing.  
public EventInitOccurs when the server control is initialized, which is the first step in the its lifecycle. (Inherited from System.Web.UI.Control)
public EventInitializeCellOccurs when a WebGridCell needs to be initialized during data binding.  
public EventInitializeChildTableDataSourceOccurs when a child table needs to be initialized during data binding.  
public EventInitializeColumnOccurs when a WebGridColumn needs to be initialized during data binding.  
public EventInitializeDataSourceOccurs when a datasource needs to be initialized during data binding.  
public EventInitializeJsonRow  
public EventInitializeLayoutOccurs when the grid's layout needs to be initialized during data binding.  
public EventInitializePostBackOccurs when when OnTheFlyPostBack action needs to be initialized.  
public EventInitializeRowOccurs when a WebGridRow is being initialized and about to be rendered.  
public EventInitializeSelfReferenceDataSourceOccurs when ChildRows DataSource is retrieved in load on demand mode.  
public EventInitializeTableOccurs when the Table needs to be initialized during data binding.  
public EventLoadOccurs when the server control is loaded into the Page object. (Inherited from System.Web.UI.Control)
public EventLoadPreviewRowOccurs when users load the preview row in WebGrid.  
public EventPreInitializeInvoked when WebGrid is about to be initialized. (Inherited from ISNet.WebUI.ISNetControl)
public EventPrepareDataBindingOccurs when any data-related functionality is performed before the grid renders data. All data population are done in this event.  
public EventPrepareExportExecuteOccurs when data in WebGridTable is about to be exported.  
public EventPreRenderOccurs when the server control is about to render to its containing Page object. (Inherited from System.Web.UI.Control)
public EventRowChangedOccurs when users change the selected row in WebGrid.  
public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
public EventUpdateRowOccurs when updating a row is performed.  
Top

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.