buttons on a DataGrid Template Column

  • Thread starter Thread starter Manu
  • Start date Start date
M

Manu

Is it possible to make a button on a DataGrid template
column, Trigger the DataGrid "Selected Index change" event.

Is it possible to trigger that event not through the
button column ?
 
Yes,

using either Button, LinkButton and ImageButton (or custom control with
Command event) using "Select" as value for CommandName property. Same goes
for other actions of DataGrid ("Update", "Delete" and so on).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top