i have pinned column(first column).. and i have rowclick event.. when we use horizontal scrollbars.. such that one of the column is hidden under pinned column..and click on that first pinned column cell.. datafield returns scrolled column and not the actual pinned column…
updated demo
http://jsfiddle.net/fVuBp/17/
steps to re-create.. first click on first column cell.. you will see correct datafield in alert..
but then scroll to the left such that one of the column is hidden under “firstname” column…then click on “firstname” column cell.. you will see incorrect datafield.. it should be the first column ?
how can i fix this ? there is no “cellClick” event for tree grid .. is that correct ?
Thanks