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.
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.
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..