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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -