This is a migrated thread and some comments may be shown as answers.

Docking Tab Document

3 Answers 147 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Claude IMBERT
Top achievements
Rank 1
Claude IMBERT asked on 23 Apr 2007, 07:43 AM
Hello,

When I change the Text property of Tab, the text is not refresh. The text is refresh when i click on the document.

Thank's a lot

Regards

Lionel

3 Answers, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 23 Apr 2007, 10:29 AM
Hello Lionel,

Thank you for pointing our attention to this bug - we fixed it immediately. The fix will be available in the upcoming release later today.

Your points have been updated.


Best wishes,
Julian Benkov
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
narim jacksimov
Top achievements
Rank 1
answered on 22 Dec 2009, 07:11 AM
Hi,

How can I set the Document Tab text at runtime?  I have a grid inside a docked document that has a certain number of rows.  I want the document Tab text to show dynamically the number of rows like "10 People In Grid", and when the user removes or adds a row that it changes to "9 People In Grid".  I tried setting the form text (code below) every time a grid change is made but that does not update the tab, only when the form is loaded for the first time.


this.Text = peopleGrid.Rows.Count + " People In Grid"

0
Nikolay
Telerik team
answered on 22 Dec 2009, 10:12 AM
Hi narim jacksimov,

Please give me additional details about your scenario. Which docking control do you use - RadDock or DockingManager? In addition, I am not sure what is 'this' in the code snippet that you provided. Your additional details will allow me to provide you with the necessary assistance.

I tried a scenario where I changed the Text of the DocumentWindow, but I was not able to reproduce any issues with Q3 2009 SP1:
this.documentWindow1.Text = "My new text";

Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Dock
Asked by
Claude IMBERT
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
narim jacksimov
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or