Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- Grid Object
- addItem Method
- compareCells Method
- deleteItem Method
- editCell Method
- editItem Method
- findCell Method
- getColumn Method
- getColumnCount Method
- getContextCell Method
- getContextItem Method
- getCurrentPage Method
- getDeletedItemCount Method
- getEditCell Method
- getEditItem Method
- getItem Method
- getItemCount Method
- getNewItemCount Method
- getPageFirstItem Method
- getPageSize Method
- getRecordCount Method
- getSelectedCell Method
- getSelectedItem Method
- getSortColumn Method
- getSortOrder Method
- getTotalPages Method
- goToPage Method
- raiseItemCommandEvent Method
- selectCell Method
- selectItem Method
- undeleteItem Method
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
Grid Objects |
Client side representation of a Grid control.
Base Object
Grid
derives from
Control
and inherits all method provided by
Control.
Methods
Name | Description | |
---|---|---|
addItem | Adds a new grid item. | |
compareCells | Compares whether two GridCell are the same. | |
deleteItem | Deletes the item at the specified index. | |
editCell | Places a cell into edit mode. | |
editItem | Places an item into edit mode. | |
findCell | Find the cell that is below the given x and y coordinate. | |
getColumn | Returns the grid column at the given index or with the specified column name. | |
getColumnCount | Returns the total number of columns. | |
getContextCell | Returns the cell that currently has the context menu displayed. | |
getContextItem | Returns the item that currently has the context menu displayed. | |
getCurrentPage | Returns the current page index. | |
getDeletedItemCount | Returns the total number of items deleted by user. | |
getEditCell | Returns the GridCell object that is currently in edit mode. | |
getEditItem | Returns the GridItem object that is currently in edit mode. | |
getItem | Returns an item at the specific index. | |
getItemCount | Returns the total number of items in the grid. | |
getNewItemCount | Returns the total number of items added by user. | |
getPageFirstItem | Returns the index of the first item on the current page. | |
getPageSize | Returns the number of items per page. | |
getRecordCount | Returns the total number of records. | |
getSelectedCell | Returns the selected cell. | |
getSelectedItem | Returns the selected item. | |
getSortColumn | Gets the column that is the Grid is currently sorted on. | |
getSortOrder | Gets the current Grid sort order. | |
getTotalPages | Returns total number of pages. | |
goToPage | Switches to a given page. | |
raiseItemCommandEvent | Raises a server side ItemCommand event. | |
selectCell | Selects a cell. | |
selectItem | Selects an item. | |
undeleteItem | Undelete an item that has previously been deleted. |