Telerik Forums
UI for WPF Forum
2 answers
303 views
Hello again to all users of the forum.
I need your support, now I find that, I am using RadCarousel control, which contains various Usercontrol about 5, so my XAML code is as follows:
  
<telerik:RadCarousel x:Name="RadCarousel1"  > 
        <local:usercontro1></local:usercontro1> 
        <local:usercontro2></local:usercontro2> 
        <local:usercontro3></local:usercontro3> 
        <local:usercontro4></local:usercontro4> 
        <local:usercontro5></local:usercontro5> 
</telerik:RadCarousel> 
Now when I run my application at the carousel screen shows nothing, but if I navigate with the buttons on the display begins to move the carousel elements.

What I can not do. is to show the first element of my carousel, a suggestion.
xola139
Top achievements
Rank 1
 answered on 16 Mar 2010
4 answers
65 views
How do I get the data that I have placed into a gridView back out in the same fashion that I put it in.  I'm having a tough time with creating interactions with the grid view because I have to use some very complicated reflection techniques to retrieve the data objects based on their selection. 

In short, after I have said myGridView.itemsSource = myOriginalDataCollection<myOriginalDataObject>

How do I get from myGridView.ItemsSelected to myOriginalDataObject.allMyUntouchableAttributes?

Thanks
James Grise
Scenario VPD
SoftwareEngineer
James Grise
Top achievements
Rank 1
 answered on 15 Mar 2010
4 answers
434 views
Hi,
I am a beginner and I have a problem with RadgridView control. I have two separate RadGridView control (master-detail). Namely, when the master table is positioned on the record that has no children, the detail still shows data from previous records.
I use VS2010 RC and Trial Teleric controls for WPF.
Operating system: Windows 7 Ultimate Edition
Nebojsa
Top achievements
Rank 1
 answered on 15 Mar 2010
1 answer
81 views
When I try to submit when NumericUpDown has been entered by typing the value with the keyboard, if the NumUpDown control still has focus, then the value does not save.  Is there a way to "save" the NumUpDown state in my save button function?
Hristo Borisov
Telerik team
 answered on 15 Mar 2010
3 answers
104 views
Hi:

how can i use paging in my girdview, there is any control that can i use?

Thanks for your time and help...
Vlad
Telerik team
 answered on 15 Mar 2010
2 answers
70 views
I am programmatically creating RadDocumentPanes and then adding them to the RadPaneGroup inside of my DocumentHost for the instance of RadDocking. Now, when I open multiple DocumentPanes and switch between them by clicking their tabs, the document I'm being shown is not corresponding correctly to the tab I selected to show.

I think this may be a problem with the 2010 Q1 release as it seemed be working correctly in previous releases (not sure about the Beta), and I have not changed my code for how I am opening the documents.

Any ideas?
Miroslav Nedyalkov
Telerik team
 answered on 12 Mar 2010
9 answers
472 views
I created an XAML with the Docking, this is the main view of the application. Now I want to create a new window (effect of a user action), and then I want to give user option to dock it, to the main view. I have no clue as to how to do it.

The demos that comes with the application are only good to show functionality of the product, but not good to actually use them to create your application.
Miroslav Nedyalkov
Telerik team
 answered on 12 Mar 2010
1 answer
128 views
I am haveing trouble  rendering hierarchical data template   I have hierarchical itemsource as follows:
can you show me how to use tree with hierarchical datatemplate, I won't be knowing number of levels in the tree in advance.

#region

 

top

 

 

var top = new FacetValue()

 

{

Id = 1,

Freq =

"",

 

Values =

new FacetValue[]

 

{

 

new FacetValue

 

{

Id = 2,

Freq =

"",

 

Values =

new FacetValue[]

 

{

 

new FacetValue

 

{

Id = 3,

Freq =

"included",

 

Values =

new FacetValue[]

 

{

 

new FacetValue

 

{

Id = 4,

Freq =

"",

 

Values =

null

 

},

 

new FacetValue

 

{

Id = 5,

Freq =

"",

 

Values =

null

 

}

}

}

}

},

 

new FacetValue()

 

{

Id = 6,

Freq =

"",

 

Values =

new FacetValue[] {}

 

},

 

new FacetValue()

 

{

Id = 7,

Freq =

"excluded",

 

Values =

null

 

}

},

};

#endregion

Tina Stancheva
Telerik team
 answered on 12 Mar 2010
5 answers
272 views
Hello,

I want the users to be able to invoke a close on the tabs in my tab control, like Visual Studio's implementation.  Is that possible in your tab control for WPF?  Didn't see that demo'd anywhere...

Thanks.
Miro Miroslavov
Telerik team
 answered on 12 Mar 2010
4 answers
83 views
Hi everyone,

my problem is the Windows Forms and WPF Interoperability,
please look this sample , thanks. 

Best regards,

Massimiliano
Massimiliano Sorce
Top achievements
Rank 1
 answered on 12 Mar 2010
Narrow your results
Selected tags
Tags
+113 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?