Login Register

Dojo 1.1.0 Grid

Hi,

I updated my dojoversion to 1.1.0. Now I am facing a problem related to grid sorting. I am using the grid with ItemFileWriteStore and dojox.grid.data.DojoData. I dont want the grid sorting. So I had not set the property clientSort=true in dojox.grid.data.DojoData. And that was working fine. After the dojo update, I found that the grid is sorting when click on grid header. How can I avoid the sorting?

Pls help me.

Thanks in advance

Issues in Grid with Dojo 1.1.0

Hi

I am facing another problem also.
I have a javascript function to open a new StackContainer widget when double click on grid row.
This also was working smoothly in older version of dojo.

But in dojo 1.1.0, I get an error as n.offSetParent has no properties, but the new stack container opens and working.

I found that this n.offSetParent is used only in dojox/grid/_grid/buider.js file , in function "findTarget". This function is called in the same file in another function baseDecorateEvent, to decorate event.

I couldnt found why this error occur. Pls help me.

Thanks.

To remove grid sorting

I overrode the onHeaderCellDblClick property of my grid to just "{}". No more grid sorting.