Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5250
add button to column in each row
posted

Hi all

I have a WebDataGrid, I fill it in .aspx.ch like ".DataSource = SomeDataTable".
The last column is empty and I like to have a button there on each row.
OnClick I need to read some informations about the current row.

I guess this should be done with TemplateDataField.
How can I do this in the code behind after setting the DataSource ?

Thanks and best regards
Frank Uray

Parents Reply Children