Hi all, could you please help me with my problem?
I have created DataGrid with Edit button and I want to have there also Delete button on each row.
But there should be some functionality like if user click on Delete, Delete link should change to two links "Yes" and "No". And than if user click Yes, row will be deleted.
I did it with setting Visible to true or false.
But I am not able to identify LinkButtons for Yes and No in DataGrid.
The main uestionn is, "how identify other objects in DataGrid row if I click on some object in that row.".
I need e.c. disable all the row before deleting.
Understand?
Thx 4 any help.
Zdenek.
I have created DataGrid with Edit button and I want to have there also Delete button on each row.
But there should be some functionality like if user click on Delete, Delete link should change to two links "Yes" and "No". And than if user click Yes, row will be deleted.
I did it with setting Visible to true or false.
But I am not able to identify LinkButtons for Yes and No in DataGrid.
The main uestionn is, "how identify other objects in DataGrid row if I click on some object in that row.".
I need e.c. disable all the row before deleting.
Understand?
Thx 4 any help.
Zdenek.
Comment