After activating "Show a scroll tip" and defining a Column with the propertie "Main column (will be used in the card title and scroll tip)", the scroll tip shows only an empty box.
Please can you give me a hint.
Thanks.
Michel
We found the problem for the ScrollTip and it will be fixed in next release.
You can workaround this issue by affecting the UIViewBase.ScrollTipContentTemplate manually with a DataTemplate for your MainColumn.
I tried the following XAML:
<
and added to my C# Code
uiViewBase.ScrollTipContentTemplate = dataGridControl1.Columns.MainColumn.CellContentTemplate
Can you please help me?
According to the exemple, now it works.
Thanks a lot.