Current Cell

IDShip nameShip cityShipped date
10248Vins et alcools ChevalierReims776995200000
10249Toms SpezialitätenMünster776476800000
10250Hanari CarnesRio de Janeiro776649600000
10251Victuailles en stockLyon776908800000
10252Suprêmes délicesCharleroi776563200000
10253Hanari CarnesRio de Janeiro776995200000
10254Chop-suey ChineseBern777600000000
10255Richter SupermarktGenève776908800000
10256Wellington ImportadoraResende777081600000
10257HILARIÓN-AbastosSan Cristóbal777513600000

Current cell value:

Description

The C1GridView supports operations on the current cell. The Current cell is a data cell having focus. C1GridView highlights the current cell position, tracks it changes, and allows the retrieval of data value.

The following properties are used in this sample:

  • AllowKeyboardNavigation - to allow user to change current cell position using keyboard.
  • HighlightCurrentCell - to highlight position of the current cell.

The following client-side event handlers are used in this sample:

  • OnClientCurrentCellChanging - to track current cell position and write it into the log.
  • OnClientCurrentCellChanged - to update the currentValue element's html with the current cell data value.

If the AllowKeyboardNavigation property is set to False then end-user can change the current cell position by clicking on data cells only.

Documentation