liorlankril
Programmer
I have DataGrid in my code:
DataGrid dg= new DataGrid();
I have in this DataGrid defenision of 3 BoundColumn:
BoundColumn bc = new BoundColumn();
the 3 columns are: FirstName, LastName, IDnumber
I want to do this: When the user click on any FirstName in the DataGrid, It will open more details about that person!!!
I dont want popup window, I want somthing like SelectedItemTamplate od DataList!!!!
How can I do it???
DataGrid dg= new DataGrid();
I have in this DataGrid defenision of 3 BoundColumn:
BoundColumn bc = new BoundColumn();
the 3 columns are: FirstName, LastName, IDnumber
I want to do this: When the user click on any FirstName in the DataGrid, It will open more details about that person!!!
I dont want popup window, I want somthing like SelectedItemTamplate od DataList!!!!
How can I do it???