Notice: Undefined offset: 0 in /home/withart1000/html/net_tobesimple/page_header.php on line 24

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 29

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 30

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 31

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 32

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 33

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 34

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 35

Notice: Trying to access array offset on value of type null in /home/withart1000/html/net_tobesimple/page_header.php on line 36
TbsGrid :: Html Data Grid

click(grid, row)

  • This is a user edit event function.
  • grid number Grid object.
  • row number Grid row object.

Row object structure.

  • Description of row object in edit function.
  • row.rowIndex number Data Row Index.
  • row.columnIndex number Column Index.
  • row.columnName string Column name.
  • row.value string, nubmer Column value.
  • row.text string Column text.
  • row.data json object Copyed row data.
  • row.layout json object Copyed row layout data.

Edit event samples

// Samples
grid1.onClick(function(grid, row) {
    alert('click');
});