DataGrid Adding Data to a Blank Cell in a Row
Posted: Mon Nov 03, 2014 12:30 am
DataGrid question here:
I simply want to code a button that will add data (e.g., the date & the long time) to a BLANK column in a row that has already been populated (without adding another new row (e.g., AddData)!). How on earth do I do this? Cheers!
PS: the row that the button will place the data into the columns will ALWAYS be the LAST ROW (so, the numbered row will always be different - aka the last row).
I simply want to code a button that will add data (e.g., the date & the long time) to a BLANK column in a row that has already been populated (without adding another new row (e.g., AddData)!). How on earth do I do this? Cheers!

PS: the row that the button will place the data into the columns will ALWAYS be the LAST ROW (so, the numbered row will always be different - aka the last row).