Skip to main content

PivotGridDataSourceBuilder<T> Methods

Provides methods that allow you to configure nested options of the client-side dataSource object.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Fields(Action<CollectionFactory<PivotGridDataSourceFieldBuilder<T>>>) Provides access to the client-side fields option that represents a data source field collection.
Filter(Object) Mirrors the client-side filter option.
Filter(String) Mirrors the client-side filter option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnChanged(RazorBlock) Mirrors the client-side onChanged option.
OnChanged(String) Mirrors the client-side onChanged option.
OnFieldsPrepared(RazorBlock) Mirrors the client-side onFieldsPrepared option.
OnFieldsPrepared(String) Mirrors the client-side onFieldsPrepared option.
OnLoadError(RazorBlock) Mirrors the client-side onLoadError option.
OnLoadError(String) Mirrors the client-side onLoadError option.
OnLoadingChanged(RazorBlock) Mirrors the client-side onLoadingChanged option.
OnLoadingChanged(String) Mirrors the client-side onLoadingChanged option.
Option(String, Object) Specifies an option by its name.
Paginate(JS) Mirrors the client-side paginate option.
Paginate(Boolean) Mirrors the client-side paginate option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoteOperations(JS) Mirrors the client-side remoteOperations option.
RemoteOperations(Boolean) Mirrors the client-side remoteOperations option.
RetrieveFields(JS) Mirrors the client-side retrieveFields option.
RetrieveFields(Boolean) Mirrors the client-side retrieveFields option.
Store(JS) Mirrors the client-side store option.
Store(Func<PivotGridStoreFactory, StoreDataSourceBuilder>) Mirrors the client-side store option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also