I am following
dhtmlx.com/docs/products/dht … t_Handlers
but no matter what “celInd” is always 0 with doOnRowSelected ,
I am stuck in the middle of my work for this.
Did you check the basics.html from
dhtmlx.com/docs/products/dhtmlxG … basics.zip
The sample included there is the same as used in tutorial and it works fine providing correct both rowID and cellIndex
Please beware that onRowSelect event fire only once per row selection, so if you selected the first column and clicking on the second column of already selected row - there will not be second event.
well I did that for sure, the same thing,
in all the other parts of your site (docs, samples…) , it is always mentioning 1 argument for “doOnRowSelected”, maybe that is the issue.
rowID is correct but cellIndex is always 0,
for example in your scripts rowIDs are returned as a , b & c but cellIndex is 0,
I have checked in FF 2.0 , FF 3beta, IE7 , IE8,
Please check attached sample.
>>t is always mentioning 1 argument for “doOnRowSelected”
dhtmlx.com/docs/products/dhtmlxG … rid_api_ev
onRowSelect
|
Event raised immideatly after row was
clicked.
|
1234123.ZIP (90 KB)
the same thing, even if I uploaded it to an online hosting, it doesn’t work.
I also have firebug installed in my FF and it doesn’t also return any errors, the value is just “0”