Hello,
How can i get the value of a specific cell in a grid control. The Cell must not be activate. The next code doesn't works because the column control isn't an array:
ThisForm.grdGrid.grcColumn1[2].txtName.value
2 can also be another number.
Can you help me,
Qwark
How can i get the value of a specific cell in a grid control. The Cell must not be activate. The next code doesn't works because the column control isn't an array:
ThisForm.grdGrid.grcColumn1[2].txtName.value
2 can also be another number.
Can you help me,
Qwark