Hi,Anybody know how i do to catch a id value of the clicked line on the RadGrid component?
I have a event
protected void RadGrid_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
{
popularGridViewFuncionario();
}
Where popularGridViewFuncionario(); fill the datsource of radGrid. I want get the id value inside this event.