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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -