DataGrid
-
Hi, I have a datagrid where I have added a client side mouseover attribute to each items in the Item Created Event so that when ever mouse hovers on the rows of the datagrid the respected rows get selected. Its working fine, but if I want to access the index of the row which gets selected on the click of the mouse I am fighting. I am not using Select Button column of the datagrid. Please help. Thanks in advance
-
Hi, I have a datagrid where I have added a client side mouseover attribute to each items in the Item Created Event so that when ever mouse hovers on the rows of the datagrid the respected rows get selected. Its working fine, but if I want to access the index of the row which gets selected on the click of the mouse I am fighting. I am not using Select Button column of the datagrid. Please help. Thanks in advance
And how do you do the row selecting? Are you call the postback event, analogous to this one which is created by the DataGrid (for Select button)? It should be somethink like this:
javascript:__doPostBack('DataGrid1$_ctl3$_ctl0','')
-- Mariusz 'mAv' Wójcik master e-software engineer (BPC)