Author Topic: How to get selected cell info  (Read 1870 times)

chirag

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 27
    • View Profile
How to get selected cell info
« on: August 14, 2018, 02:30:06 pm »
How to get selected cell dataIndx, rowIndx and other information?
Right now I am using cellclick for that purpose.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: How to get selected cell info
« Reply #1 on: August 14, 2018, 10:11:42 pm »
Cell selections can be obtained with grid.Selection().getSelection() or grid.Selection().address()

https://paramquery.com/pro/api#method-Selection

https://paramquery.com/pro/api#method-Range

Example: https://paramquery.com/pro/demos/selection_cell