Hi,
Please, see attached project. Note that when you set GridView1.OptionsView.ColumnHeaderAutoHeight as true the column headers hints stop working regardless header caption is or not truncated.
Anyway to solve this?
Thanks in advance!
Hi,
Please, see attached project. Note that when you set GridView1.OptionsView.ColumnHeaderAutoHeight as true the column headers hints stop working regardless header caption is or not truncated.
Anyway to solve this?
Thanks in advance!
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello David,
Thanks for the provided sample. I see the issue. I will pass this ticket to our developers for further research.
As a workaround, use the ToolTipController component to show tooltips. Attached is the modified sample that illustrates this approach.
Hi Sasha,
But with your previous solution tooltip is showed reagardless the column caption is truncated or not.
Anyway to show only when the column is truncated?
Thanks in advance!
Hello David,
Please give me additional time to find a solution for you. I will update this ticket as soon as possible.
Hello David,
Although there is no simple way to complete this task, you can use the following approach.
Create an instance of the TextOutDraw class. Using reflection, obtain the "lines" field and check the HasElipsis property.
Attached is the modified sample. Please review it and let me know if it helps.
Hi Sasha,
I've tried your project but, for me, both hints continue are displayed regardless header caption is truncated or not.
Hello David,
I modified my sample and it should now work fine. Please see the attached video. Is this behavior different on your side?