hi i am using following code in code behind to save entered record in ultrawebgrid...
{
cell1 = dr.Cells[0].Value.ToString();
----------> here on specific value check on cell1 i want to select that row cell how????????
}
Hello,
You can use the property Selected =true.
In your case: dr.Selected = true;
Hope this help.
no its not working....
it always select last row entered last cell.....