Telerik Forums
UI for WPF Forum
1 answer
438 views
I want to be to be able to add textbox to the a rad window that is generated dynamically, but i can't see anything that will allow me to do this.
I was expecting to see some thing like ' Window.Child.Add();'

Can anyone help please?

RadWindow[] window = new RadWindow[5];
               for (int i = 0; i < 5; i++)
               {
                   window[i] = new RadWindow();
                      
                   window[i].Width = 250;
                   window[i].Height = 250;
                   window[i].Name = "Apples" + i;
                   window[i].Show();
               }
Simon Allport
Top achievements
Rank 2
 answered on 10 Jan 2011
1 answer
113 views
Hi, 

I have created raddocking tool window from InitialPosition = "FloatingOnly" of RadSplitContainer.
I would like to prevent resizing tool window from user.

Thanks.
Jenny
Konstantina
Telerik team
 answered on 10 Jan 2011
1 answer
115 views
Hi,
I'm trying to use the raddocking component and set its theme to expression_dark.

I've noticed when I undock the RadPaneGroup, if I'm not mistaken, lose its theme and the background becomes white.

In you sample codes this problem doesn't occour when I set the theme, so I guess you are doing something else that makes sure the theme won't disappear, but unfortunately the code to change the theme is not provided.

Could you tell me what I'm missing?

And another question related to this issue.
I've tried setting a custom theme to the RadPaneGroup :
<Style TargetType="{x:Type telerik:RadPaneGroup}">
    <Setter Property="Style" Value="{DynamicResource RadPaneGroupStyle3}"/>  
</Style>
    
But when I detach a pane so it would be floating I get the follow error :
"Style object is not allowed to affect the Style property of the object to which it applies."

I guess when the pane float it uses some kind of a diffrent control. If so, could you please tell me what it is?
 The reason I'm doing this is because it seems that when I detach a pane It loses its style even after I dock it again.

any ideas?

Thank you
Konstantina
Telerik team
 answered on 10 Jan 2011
1 answer
71 views
we have a confirmation dilogue window during the cell edit event, based on the dilog result "NO" need to keep the cell in edit mode.
we are using MVVM patter , how can we keep the cell in edit mode from viewmodel.

how can we call begin edit from the view model to keep the cell in edit mode view.
Maya
Telerik team
 answered on 10 Jan 2011
1 answer
83 views
Hi i have an issue in CellEditEnded event,
             I am validating a cell in CellEditEnded if text is not entered in that.
            I have tried by setting e.handled to false,but in this case ihe evet is being fired twice.

    Suggest me how to set the focus back to the same cell.

Thanks in advance,
Swathi.
Maya
Telerik team
 answered on 10 Jan 2011
1 answer
102 views
Is there a way to have the SelectionUnit=Cell and the CanUserDeleteRows still enabled?  It appears that the command enabling checks to see what the selection unit is and whether the user can delete rows.

I am going to override the Deleting event and will handle the deleting myself, I am just looking for the delete key event that excludes it happening in a cell.

Thanks
Maya
Telerik team
 answered on 10 Jan 2011
1 answer
45 views
Hello,

i like to hide other options except checkbox list from datafilter which i have applied on radgridview to look smilar to MS EXCEL 2007 type filter.

please help me how can i do that?


Vlad
Telerik team
 answered on 10 Jan 2011
8 answers
290 views
Hi everybody,

here´s the scenario:
We want to enable our applications users to select some of the tiles shown in a TileView control (for example to send a letter to some of the shown persons etc.). To indicate each tile´s selection state of course we want to switch the color of the tile´s header ;-)

We were basically able to modify the template of the RadTileViewItem and there changing the header color IN GENERAL (by extracting the template with Expression Blend, customize it and then tell the TileView to use our template for its items).
But since we want to have two different colors (depending on a selection) this is only half of the job...
Now we´re stuck with this:
How can we inherit from RadTileViewItem, add a new property "IsSelected" and then use THIS property inside a trigger or Binding to switch between different header colors (or complete style templates)?

Any help or hints are happily appreciated, so thanx in advance.
Ron
Ronald Bouras
Top achievements
Rank 1
 answered on 07 Jan 2011
1 answer
84 views
Sometime, I need show alert or confirmation window from BackgroundWorker thread. It looks RadWindow is a UI control and cannot call in another thread. While MessageBox.Show() also will be hide by main window sometime.

Are there any good solution for this senario?

Thanks.
George
Telerik team
 answered on 07 Jan 2011
2 answers
68 views
Hello,

Since latest Q3 2010 release, properties wich have browsableattribute are shown on UI. Before they didn't.
If you can give me advices.

Thanks for your reply.
Aurelien Sourdon
Top achievements
Rank 1
 answered on 07 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?