The C1GridView type exposes the following members.

Methods

  Name Description
Public method DataBind()()()()
Binds the C1GridView control to the data source.
(Overrides BaseDataBoundControl..::..DataBind()()()().)
Public method DataBind(Boolean)
Binds the C1GridView control to the specified data source.
Public method DeleteRow
Deletes the record at the specified index from the data source.
Public method LoadLayout(Stream)
Loads control layout properties from the stream.
Public method LoadLayout(String)
Loads control layout properties from the file.
Public method LoadLayout(Stream, LayoutType)
Loads control layout properties with specified types from the stream.
Public method LoadLayout(String, LayoutType)
Loads control layout properties with specified types from the file.
Public method LoadPostData
Processes post-back data from a server control.
Public method RaisePostBackEvent
Enables a server control to process an event raised when a form is posted to the server.
Public method RaisePostDataChangedEvent
Signals the server control object to notify the Microsoft ASP .NET application that the state of the control has changed.
Public method SaveLayout(Stream)
Saves control layout properties to the specified stream.
Public method SaveLayout(String)
Saves control layout properties to the specified file.
Public method Update
Saves end user changes in the data source.
Public method UpdateRow
Updates the record at the specified row index using the field values of the row.

See Also