positionscreenjqxgrid

How to get the cell position in JQXGrid


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 ?


Solution

  • `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