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