dmf datagrid keeps switching to left hand side
Hi Guys,
We have a project which is using Webtop 6.6 and we did some customization on the webtop.
We created a component which is using the <dmf:datagrid> tags for showing some records.
Here is part of the codes:
<dmf:datagrid name="dgGrid" paged='true' preservesort='false' cssclass='doclistbodyDatagrid' width='100%' cellspacing='0' cellpadding='0' bordersize='0' rowselection="true" focus="true">
Anyway, our users unfortunately like to zoom in like 400% on his IE, and it's causing some problem.
Here is what he did:
1. Zoom in 400%
2. in the datagrid, he will scroll to the right hand side
3. click one of the row, it will scrolled back to left hand side automatically.
In the datagrid tag, we set the rowselection properties to true.
We couldnt set it to false since the users need that highlight function.
Does anybody knows about this?
I tried the same in inbox component, and can simulate it on the first row of the tasks.
Thank you.
Cheers,
Felik
Best Answer
-
We got the same issue today evening. Dirty fix for wdk/include/datagrid.js is:
if (this.activeElement)
{
if (!this.activeElement.anchor)
{
createAnchor(this.activeElement);
}
setFocus(this.activeElement.anchor);
Datagrid.focusedDatagridInstance = this;
}0
Answers
-
Hi Tejraj,
Thanks again for your reply.
I tried to set fixedheader attribute to true, but it didnt work either.
I notice that there is one DAR folder in the webtop patch, but we didn't install the DAR.
I will setup my own CS, install the DAR and will retry again.
Thanks
0 -
here you go:
<dmf:datagrid name='<%=Translation.ORIGINAL_DOCUMENT_GRID_NAME%>' paged='false' preservesort='false' cellspacing='0' cellpadding='0' bordersize='0' rowselection="true" width="100%" fixedheaders="false" focus="true">
i have verified behavior of this datagrid on Webtop 6.5 SP2 and Webtop 6.5 SP2 with Patch#13. It gives issue as you originally mentioned with 6.5 SP2 but working fine in later case.
0 -
No problem, but this is really strange. And I am wandering how is it going to behave when we are going to upgrade our application to Webtop 6.7 SP1 (from 6.5 SP2) which is planed for starting next month.
will post an update as soon as we are finished with this specific component upgrade.
0 -
We got the same issue today evening. Dirty fix for wdk/include/datagrid.js is:
if (this.activeElement)
{
if (!this.activeElement.anchor)
{
createAnchor(this.activeElement);
}
setFocus(this.activeElement.anchor);
Datagrid.focusedDatagridInstance = this;
}0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories