Hi all,
I've got a gridview control with a pager, which works ok. What I want to do is add a custom button at the same row as the PREVIOUS - NEXT buttons of the pager.
The reason is that I have added a template column to the right of the grid with checkboxes. The user will check some of them and then press the button to perform a custom action. Basically all I want is to get the ids of the selected records and do something to these records.
All works but I haven't found a way to include the button at the same row, which leaves me with the option of placing it in the following row and this is ugly and unacceptable by my customer!
Thnx
Nik
I've got a gridview control with a pager, which works ok. What I want to do is add a custom button at the same row as the PREVIOUS - NEXT buttons of the pager.
The reason is that I have added a template column to the right of the grid with checkboxes. The user will check some of them and then press the button to perform a custom action. Basically all I want is to get the ids of the selected records and do something to these records.
All works but I haven't found a way to include the button at the same row, which leaves me with the option of placing it in the following row and this is ugly and unacceptable by my customer!
Thnx
Nik