Yahoo Flex Skin problems with DataGrid
Submitted by jrowny on Wed, 10/22/2008 - 07:00
I'm using the Yahoo! Flex skin on one of my projects and the datagrid column resizing is totally busted. It works once or twice and then breaks down. The cursor is not centered properly, and the column separator is displayed wrong by one pixel.
The fix was simple enough, just comment out the headerSeperatorSkin and stretchCursor lines of the CSS file.
Just thought you should know in case someone ever runs into this.
Bookmark/Search this post with:
I spent so much time trying
Submitted by Mauricio Rossi (not verified) on Wed, 07/14/2010 - 00:13.I spent so much time trying to figure this out. I thought the problem was adobe's until I made a new datagrid and realized that no matter what I did, the same thing kept happening. Eventually I realized I should try commenting out the yahoo css, and that worked.