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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -