-1

I want to get a cell position. I am having field's name and row index. How to get the cell position (x, y) in the screen to place the JQXWindow ?

Earth
  • 3,477
  • 6
  • 37
  • 78

1 Answers1

1
`var cell = $('#jqxGrid').jqxGrid('getcellatposition', left, top);`

- The getcellatposition method can get you a cell by knowing the x and y. More Grid examples: jQuery Grid Demos

scripto
  • 2,297
  • 1
  • 14
  • 13