:: Forum >> Version 2 >>

2.0b1 Header-resize & Mouse-pointer

More information on this topic is available in the documentation section: /general.faq.releases/.

Alex, this is not a very important issue, but I found that when I assign a small width to a column, the mouse pointer remains in resize mode for a few pixels (right and left the vertical separator) and it is not possible (or difficult) to click inside the column header.
Just for cases like D/C , Y/N or maybe single checkboxes.
Thanks
Carlos
Wednesday, October 12, 2005
After a few pixels-style permutation, I get this combination (not perfect, but allows resize and click on small-width columns).
.aw-grid-separator {
    
visibilityhidden;
    
displayinline-block;
    
positionrelative;
    
overflowhidden;
    
top10%;
    
left: -11px;
    
width14px;
    
height75%;
    
margin0px -17px 0px 0px;
    
vertical-aligntop;
    
z-index1000;
    
cursore-resize;
Carlos
Monday, November 7, 2005



This topic is archived.

Back to /general.faq.releases/

Documentation:

Forum search