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

[Solved] How to get count usingGridClientSelectColumn ?

2 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Subbarao
Top achievements
Rank 1
Subbarao asked on 04 Nov 2009, 08:06 PM
Hi,
     Please let me know how I can get the count on the column using

GridClientSelectColumn

 

 when the user selects the checkbox on a row.( the grid is multirow grid i used)

Would be appreciable to know  the answer for this.

Thanks in advance,
SR

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 05 Nov 2009, 10:04 AM
Hello Subbarao,

Try the following way:
<script type="text/javascript">
    function rowSelecting(sender, args)
    {
        var selectedItems = args.get_tableView().get_selectedItems().length;
    }       
</script>

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Subbarao
Top achievements
Rank 1
answered on 05 Nov 2009, 05:13 PM
Thank You
Tags
Grid
Asked by
Subbarao
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Subbarao
Top achievements
Rank 1
Share this question
or