I have an app with a datagrid that is causing me two issues: #1 - I'd like for the column headers to have "tool tips" that display the entire column header if the entire header is not already shown. For example, if my column header is "Record Type" but the column data is only a two character code, I want to narrow the column, but I'd like users who mouse over the column header (which probably displays only "Re." to see a tooltip that shows "Record Type"
#2 - same thing for the column data. Some of my columns have 200 characters of text in them but I don't have enough room for all of it so I'd like to have a tooltip when the user mouses over the data field itself. I tried using dataTipField but that didn't seem to do anything. Thanks in advance! Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

