C1DockTabItem Header

Posted by: patrick.muellner on 26 December 2022, 7:24 pm EST

    • Post Options:
    • Link

    Posted 26 December 2022, 7:24 pm EST

    Hi,

    I updated now on the version 4.6.20223.777.

    Problem now is, that on the C1DockTabItem there is no header shown any more.

    If I work with binding it doesn’t works and also if I set the text direct in code behind.

    It only works if I set the header in XAML - but I need a Binding.

    Thanks,

    Regards

  • Posted 26 December 2022, 10:27 pm EST - Updated 26 December 2022, 10:34 pm EST

    Hi Patrick,

    Thanks for reporting this issue. It seems like a bug. So, we have escalated this to the development team. Will get back to you once we have any update from them.

    [internal tracking Id - C1XAML-30938]

    As a workaround, you can change the selection after updating the Header.(see code snippet)

     private void UpdateHeader()
            {
                if (docktab1.Items.Count > 0)
                {
                    docktab1.SelectedIndex = -1;
                    docktab1.SelectedIndex = 0;
                }
            }

    Please refer the attached sample for the same: DockControlSample.zip

    Best Regards,

    Nitin

  • Posted 20 February 2023, 8:21 pm EST

    Hi,

    is the bug still resolved?

    Regards

  • Posted 21 February 2023, 12:17 am EST

    Hi Patrick,

    This issue is fixed internally and it’s under the QA process. The fix will be available in the 2023v1 release. So, you need to wait till release.

    Best Regards,

    Nitin

  • Posted 26 April 2023, 5:13 am EST

    Hi,

    We are happy to inform you that this issue is fixed. You can check with the latest C1 build. You can download it from here: https://www.grapecity.com/componentone/download.

    Best Regards,

    Nitin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels