This question is locked. New answers and comments are not allowed.
HI
I am binding the gridview. using Observable collection. i provided one button outside the gridview called Add.
now i click the add button it wiill create the New row in gridview,
now my problem is i want to slect the first column of the last added row. in this gridview there is no rows available.
gridview.rows[7].cells[1].isselected = true
like that i need to do
How to get this functioanality here .
pls send example code for this one .
thanks in advance.
murugan
I am binding the gridview. using Observable collection. i provided one button outside the gridview called Add.
now i click the add button it wiill create the New row in gridview,
now my problem is i want to slect the first column of the last added row. in this gridview there is no rows available.
gridview.rows[7].cells[1].isselected = true
like that i need to do
How to get this functioanality here .
pls send example code for this one .
thanks in advance.
murugan