J james ou Nov 5, 2003 #1 Dose have any method to change the value of a cell in the datagrid directly in code?
D daniel Nov 5, 2003 #2 -----Original Message----- Dose have any method to change the value of a cell in the datagrid directly in code? . Click to expand... the datagrid is a matrix, u can use: dataGrid1[int row, int column] = something or dataGrid1[dataGridCell cell] = something the cell must exists and, something, must be of the same type as the one define for the cell. greetings, daniel.
-----Original Message----- Dose have any method to change the value of a cell in the datagrid directly in code? . Click to expand... the datagrid is a matrix, u can use: dataGrid1[int row, int column] = something or dataGrid1[dataGridCell cell] = something the cell must exists and, something, must be of the same type as the one define for the cell. greetings, daniel.