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
deleteItem Method |
Deletes the item at the specified index.
Syntax
Remarks
When an item is deleted on the client side, it is only marked as deleted and is not removed from the Grid's items collection. This is necessary so that when the page is posted back to the server side, the server side code will be able to find out the content of the deleted item.
Because the item is not actually removed from the Grid's items collection, the return value of getItemCount does not change after an item has been deleted.
See Also