Hi,
I'm using RAD Grid Controls for Ajax Q1 2009 version. I need to get the column values of the currently expanding row in the "DetailTableDataBind" event of RAD Grid.
something like: SelectedRow.Column[5].Text
protected void grd_DetailTableDataBind(object source, GridDetailTableDataBindEventArgs e)
{
????????
}
Please help me out to make the things easier.
Thanks in advance
Viswa