Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Problem with "Show a scroll tip" + "Main column" v.2.0.

Sort Posts: Previous Next
  •  06-12-2008, 10:15 AM Post no. 12908

    Problem with "Show a scroll tip" + "Main column" v.2.0.

    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

  •  06-12-2008, 11:10 AM Post no. 12911 in reply to 12908

    Re: Problem with "Show a scroll tip" + "Main column" v.2.0.

    I was able to reproduced this behavior and have created a ticket for it. I will let you know when I have more information.
    Christian Nadeau
    Software Developer
    Xceed Software Inc.
  •  06-12-2008, 3:32 PM Post no. 12922 in reply to 12911

    Re: Problem with "Show a scroll tip" + "Main column" v.2.0.

    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.


    Christian Nadeau
    Software Developer
    Xceed Software Inc.
  •  06-13-2008, 9:05 AM Post no. 12942 in reply to 12922

    Re: Problem with "Show a scroll tip" + "Main column" v.2.0.

    I tried the following XAML:

    <xcdg:DataGridControl.Columns>

    <xcdg:Column FieldName="idx" Title="idx" IsMainColumn="True">

    <xcdg:Column.CellContentTemplate>

    <DataTemplate >

    <ContentPresenter Content="{Binding}"></ContentPresenter>

    </DataTemplate>

    </xcdg:Column.CellContentTemplate>

    </xcdg:Column>

     and added to my C# Code

    uiViewBase.ScrollTipContentTemplate = dataGridControl1.Columns.MainColumn.CellContentTemplate

    But it does not work.

    Can you please help me?

    Thanks.

    Michel

  •  06-14-2008, 8:00 AM Post no. 12961 in reply to 12942

    Re: Problem with "Show a scroll tip" + "Main column" v.2.0.

    Do you have any errors in your output window? The Displaying a scroll tip example in the documentation demonstrates how to change the scroll tip template.

    Technical Writer - Xceed Software

    Of all the things I've lost, I miss my mind the most. - Mark Twain
    Filed under: ,
  •  06-16-2008, 5:27 AM Post no. 12982 in reply to 12961

    Re: Problem with "Show a scroll tip" + "Main column" v.2.0.

    According to the exemple, now it works.

     Thanks a lot. 

    Michel

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.