5 Replies Latest reply on Jul 27, 2009 1:34 AM by user1234

    How to get "rowKeyVar"

      Hi,
      In extended-data-table.js , can i get the value of property "rowKeyVar" ??

      Thing is that i want to get row index,
      The varibale used in that file "rowIndex" is giving me the correct value, but if i used pagination it create problem for me.
      In the second page , if i selcted a row , the value i want to get , total row no of a grid first page + row index of second page,

      like the a grid has rows value as 10, when i am in second page 5th row,
      i want to indexntify it as 15 th row.
      how i can achieve that?