Hello,
I looked to the sample from the online demo, however it uses an object (myBusinessObject) which makes the data to go to the right column.
However, I am wondering if it's possible to set data for a specific column in the unbound scenario.
Something like
dataGrid.Items.Add(0); // this would add the first row with the first column set to zero
dataGrid.Rows(0).Columns(1) = 1; // add 1 to the 2nd column of first row
Thanks!
I looked to the sample from the online demo, however it uses an object (myBusinessObject) which makes the data to go to the right column.
However, I am wondering if it's possible to set data for a specific column in the unbound scenario.
Something like
dataGrid.Items.Add(0); // this would add the first row with the first column set to zero
dataGrid.Rows(0).Columns(1) = 1; // add 1 to the 2nd column of first row
Thanks!