Opened 9 years ago
Closed 8 years ago
#15124 closed defect (patchwelcome)
horizontal scroll bar moves to left when i click any header to sort , after moving scroll bar to right
Reported by: | shweta123 | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Problem--horizontal scroll bar moves to left to starting position when i click any header to sort , after moving scroll bar to right. the header row remains there but model moves to left with scroll bar.
i am using dojox.Grid from dojo1.1.1 version and setting structure and model with jsid
like this:
<div jsId="exerciseContentContainer" dojoType="dijit.layout.BorderContainer?" orientation="vertical">
<div jsId="exerciseSearchWindow" dojoType="dijit.layout.ContentPane?" region="top" splitter="true" style="width: 100%; height: 35%" >
<div jsId="companyConfigSearchResulsPane" dojoType="dojox.Grid"
structure="companyConfigSearchResults.companyConfigResultLayout" model="companyConfigSearchResults.searchResultModel" style="width: 100%; height: 120px;" ></div>
Please help on this..what prob is there
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.