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

How to find out Hierarchical grid Expanded Row Co-ordinates(X&Y)

2 Answers 24 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Madhavi
Top achievements
Rank 1
Madhavi asked on 20 Feb 2013, 10:05 AM
Hi,
Can you please help me
How to find out Hierarchical grid Expanded Row Co-ordinates(X&Y) in client side or server side.
I Need to display Model popup on Expanded click with out using RowClick Client-event.

Thanks,

2 Answers, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 20 Feb 2013, 04:29 PM
Hi Madhavi,

It should be possible to find the coordinates of any DOM object by using jQuery (if you are familiar with it). Take a look at these jQuery functions which allow you to pull the coordinates from the selected object.

Good luck,
Master Chief
0
Madhavi
Top achievements
Rank 1
answered on 21 Feb 2013, 05:51 AM
Thanks for Reply...

Yes, I am able to retrieve the grid.Control.offSetTop and grid.Control.offSetLeft  co-ordinate values it's working greate.

But First time clicks on grid, ModelpopupExtender not showing on the grid.Closing the popup again i tried it working fine.
What happens in first time i didn't understand. Can you please help me..

Thanks.




Tags
Grid
Asked by
Madhavi
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Madhavi
Top achievements
Rank 1
Share this question
or