This is a migrated thread and some comments may be shown as answers.

Capture event when ClientSelectColumn is checked

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Salva Mas
Top achievements
Rank 1
Salva Mas asked on 16 Nov 2010, 10:00 AM
Hi all,

I have a page where I have some invoices with GridClientSelectColumn and my idea is when I select a inovice a label has to be updated with the total amount of the selected rows, I'm looking for how to capture the event, I looked into the examples in VB but I have found nothing.

Have you got a code snippet that works for that ?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Nov 2010, 10:38 AM
Hello Salva,


The OnRowSelected client side event fires when a row is selected in grid. Attach the 'OnRowSelected' and get reference to the Label control (using findElement() method) in same row to update the value.



-Shinu.
Tags
Grid
Asked by
Salva Mas
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or