Request data interface sent by the data grid to save the current grid state. Server Side Storage Serviceopen in new window
public class SetGridStateRequest<TUserId, TGridId>
parameter | description |
---|
TUserId | The type of the user identifier. |
TGridId | The type of the grid identifier. |
name | description |
---|
SetGridStateRequest() | The default constructor. |
GridId { get; set; } | The unique identifier for the current grid. |
GridState { get; set; } | The current grid state to save. |
UserId { get; set; } | The unique identifier for the current user. |