dojo DataGrid event.cellNode.cellIndex is not returning correct value -


i hava created editable subgrid ( grid in grid ) using dojo datagrid. fetching , populating data in 2nd , 3rd cells server based on value in 1st cell.

event.cellnode.cellindex giving me correct value in firefox. in ie giving junk number.

please me fix issue.

thanks, shailaja

var cellname=event.cell.name; 

fixed issue identify column.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -