Telerik Forums
UI for WPF Forum
3 answers
103 views
Haw can i calculate the datapager size to fill (rows) all the area avaiable for the grid?

Is that possible?
Vlad
Telerik team
 answered on 31 Aug 2010
6 answers
136 views
Hi,
i got a problem with TAB, ive got radtoolbar with 2 buttons, and RadPanelBars with textboxes, i want to allow tabing over all textboxes, but when i hit tab its always going on first button than second, and going back to fist, its never going over textboxes i got tabindexes etc but still not working, when textboxes are not in RadPanelBar its working normal.
Jon
Top achievements
Rank 1
 answered on 31 Aug 2010
10 answers
478 views
Hello,
do you have any example for reordering items in listbox with colomns and rows.
My listbox looks like this:
 <ListBox x:Name="lbImageItems"   
                             dragDrop:RadDragAndDropManager.AllowDrop="True"   
                             BorderThickness="0" Background="Transparent" 
                             Style="{StaticResource DraggableListBox}" 
                             ItemContainerStyle="{StaticResource DraggableItemStyle}" 
                             ItemsSource="{Binding Path=DisplayItems}">  
                        <ListBox.ItemsPanel> 
                            <ItemsPanelTemplate> 
                                <primitives:RadUniformGrid Rows="{Binding Path=ItemsRowsCount}" Columns="5" 
                                                           HorizontalAlignment="Left" VerticalAlignment="Top" /> 
                            </ItemsPanelTemplate> 
                        </ListBox.ItemsPanel> 
                    </ListBox> 

I found an example in this form for listbox with only one column, but its not working well with my listbox

thank you
Tsvyatko
Telerik team
 answered on 31 Aug 2010
1 answer
76 views
When I add an ItemsSource of a collection of buttons, the button images do not show up, only the image filename is displayed in the button.

Milan
Telerik team
 answered on 31 Aug 2010
1 answer
96 views
Is it possible to export Datagridview data to xml data?

Regards,
RIck
Veselin Vasilev
Telerik team
 answered on 31 Aug 2010
3 answers
196 views
I need that the input language will hebrew and that text will be entered from right to left.
I have tried the following solutions but none of them works:

1. setting the properties of the RadGridview and the relevant column:

InputLanguageManager.InputLanguage

 

="he-IL" Language="he-IL"

 

FlowDirection

 

="RightToLeft"

 

 

 

2. setting the above properties of the relevant cell in the BeginningEdit event.

 

private

 

void RadGridView1_BeginningEdit(object sender, GridViewBeginningEditRoutedEventArgs e)

 

{

    e.Cell.Language = System.Windows.Markup.

XmlLanguage.GetLanguage("he-IL");

 

    e.Cell.FlowDirection =

FlowDirection.RightToLeft;

 

 

    InputLanguageManager.SetInputLanguage(e.Cell, System.Globalization.CultureInfo.GetCultureInfoByIetfLanguageTag("he-IL"));

 

}

 

I'm using RadGridView version: 2009.2.911.35
Thanks.

Maya
Telerik team
 answered on 30 Aug 2010
7 answers
205 views
What happened to the input mask...   I just upgraded - the previous versions had an input mask.

Everytime I update to the newer controls things get broken and my users 'flip out'.

thanks
George
Telerik team
 answered on 30 Aug 2010
1 answer
57 views
It would be great if the next version of RadDataFilter could more control over what the user can and cannon do with it.

For example, there is a scenario where I'd like to pre-populate the DataFilter with several conditions and I don't want the user to be able to remove or change those conditions. They could add more conditions on, but I want to basically make a set of the FilterDescriptors read only to the user. This could either be done explicitly by giving us a read-only property on the FilterDescriptor or explicitly by adding a few more events like a cancel-able event that fires when they try to delete or change a FilterDescriptor and we could then put our own rules in the event handler and cancel if necessary.
Rossen Hristov
Telerik team
 answered on 30 Aug 2010
5 answers
173 views
Hello,

I see that on ASP.NET telerik component, the pivot table is already available.

Is it possible to know when it will be available on WPF components ?

Thank you
Hristo
Telerik team
 answered on 30 Aug 2010
1 answer
114 views
Hello, 

I am working on the application where contains the two different styles / themes (Light / Dark) . The user can switch between styles using the toggle button and it will merge the dictionaries. I have two issues which needed to be solved.

1.  I want to change the background colour of the grouped rows in the telerik grid.
2. When you switching between the styles, It will raises an error when is going to filtering the telerik grid. Error : Logical child element already exists. Disconnect it first. 

Could you please let me know, Is telerik supporting customized themes of the applications at the moment ? 

Thanking you
Vanya Pavlova
Telerik team
 answered on 30 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
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
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?