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

QAT using MVVM is broken in Q3

3 Answers 58 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Vennila
Top achievements
Rank 1
Vennila asked on 23 Oct 2012, 01:44 PM
Hi

I just noticed that in Q3 when using QAT with MVVM, it isn't showing QAT toolbar at all. Rather it is showing Customize dropdown button and when I open that I can see the QAT toolbar in it. This used to work in Q2.

I have attached a screenshot that illustrates the problem:

QAT-MVVM-Q2.png: Notice the QAT (this is from Telerik Q2 SP1)
QAT-MVVM-Q3.png: Notice the QAT is gone

PS: I am using region manager to load the QAT based on the given view context. This was running fine in Q2 SP1 but broken in Q3.

Thanks,
Binoy

3 Answers, 1 is accepted

Sort by
0
Accepted
sean
Top achievements
Rank 1
answered on 24 Oct 2012, 04:00 PM
Also found a similar issue.  Rather than using regions, we've manually added the items to the quick access area.

A workaround I've found seems to be just to set the minwidth of the toolbar to something like 150 (enough to span all the buttons):

<t:RadRibbonView.QuickAccessToolBar>
    <t:QuickAccessToolBar MinWidth="150" >
                                     
    </t:QuickAccessToolBar>
</t:RadRibbonView.QuickAccessToolBar>

Bit hard-coded, but seems to work..
0
Vennila
Top achievements
Rank 1
answered on 24 Oct 2012, 11:07 PM
Hi Sean

Thanks for workaround. Yes it worked when I set the MinWidth to 300 but this has diverse effect as now the title is not center anymore.

Telerik should fix this issue.

Binoy
0
Stefan
Telerik team
answered on 25 Oct 2012, 02:53 PM
Hi Vennila,

Thank you for your feedback.

This issue is already logged in our PITS, where you can vote for it and track its status.

All the best,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Vennila
Top achievements
Rank 1
Answers by
sean
Top achievements
Rank 1
Vennila
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or