RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridClientSettings Class Members
See Also  Properties  Methods 
Telerik.WebControls Namespace : GridClientSettings Class


The following tables list the members exposed by GridClientSettings.

Public Constructors

 NameDescription
Public ConstructorGridClientSettings Constructor  
Top

Public Properties

 NameDescription
Public PropertyActiveRowData  
Public PropertyAllowColumnHide  
Public PropertyAllowColumnsReorder Gets or sets a value indicating whether you will be able to reorder columns by using drag&drop. By default it is false.  
Public PropertyAllowDragToGroup Gets or sets a value indicating whether you will be able to drag column headers to GridGroupPanel and let the grid automatically form GroupByExpression and group its data.  
Public PropertyAllowExpandCollapse Gets or sets a value indicating whether the expand/collapse functionality for hierarchical structures in grid will be enabled.  
Public PropertyAllowGroupExpandCollapse Gets or sets a value indicating whether the expand/collapse functionality for grouped data in grid will be enabled.  
Public PropertyAllowKeyboardNavigation Gets or sets a value indicating whether the keyboard navigation will be enabled in Telerik RadGrid.  
Public PropertyAllowRowHide  
Public PropertyApplyStylesOnClient Gets or sets a value indicating whether the CSS styles will be set when the control is rendered on the server or when the control is rendered on the client (using JavaScript).  
Public PropertyClientEventsGets a reference to GridClientEvents class.  
Public PropertyClientMessages Gets a reference to GridClientMessages class, holding properties that can be used for localizing Telerik RadGrid.  
Public PropertyColumnsReorderMethod  
Public PropertyEnableClientKeyValues Gets or sets a value indicating whether you will be able to retrieve the field values client-side through the KeyValues array.  
Public PropertyEnablePostBackOnRowClick  
Public PropertyFirstDataRowClientRowIndex  
Public PropertyPostBackFunction  
Public PropertyPostBackReferences  
Public PropertyReorderColumnsOnClient Gets or sets a value indicating whether columns will be reordered on the client. This property is meaningful when used in conjunction with AllowColumnsReorder set to true.  
Public PropertyResizing Gets a reference to GridResizing, which holds properties related to Telerik RadGrid resizing features.  
Public PropertyScrolling Gets a reference to GridScrolling, which holds various properties for setting the Telerik RadGrid scrolling features.  
Public PropertySelecting Gets a reference to GridSelecting class providing properties related to client-side selection features.  
Public PropertyShouldCreateRows  
Public PropertySlider  
Public PropertyViewState (Inherited from GridObjectWithState)
Top

Public Methods

 NameDescription
Public MethodGetClientObjectCreationString  
Public MethodGetClientScriptTagsString  
Public MethodIsSet Checks if a client settings property value was changed and differs from its default.  
Public MethodOnFilterProperties  
Public MethodRenderClient  
Public MethodToString (Inherited from GridObjectWithState)
Top

See Also