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

[Solved] How to Client Clicked row All cell Value.

1 Answer 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mustafa Grape
Top achievements
Rank 1
Mustafa Grape asked on 22 Nov 2009, 02:41 PM
Hi,
I am get the clicked rowIndex

    <script type="text/javascript">       
         function RowContextMenu(sender, eventArgs) {
                 var index = eventArgs.get_itemIndexHierarchical();
    }
    </script>

how to  get the clicked row All cell value ???

1 Answer, 1 is accepted

Sort by
0
Mustafa Grape
Top achievements
Rank 1
answered on 22 Nov 2009, 04:45 PM

<

 

MasterTableView DataSourceID="SqlDataSource1" ClientDataKeyNames="PerID">

 


alert(eventArgs.getDataKeyValue(

"PerID"));

Running :)

 

Tags
Grid
Asked by
Mustafa Grape
Top achievements
Rank 1
Answers by
Mustafa Grape
Top achievements
Rank 1
Share this question
or