Telerik Forums
UI for WPF Forum
2 answers
124 views
hi,
i want to perform some action when ever user selects the row header of the grid view,
now problem is that i don't know what is the event name for Telerik GridView.

please, tell me the event name of row header selection by mouse.
thanks
Jorge Gonzalez
Top achievements
Rank 1
 answered on 13 Jan 2010
3 answers
93 views
Hello,
   I am appending an entry to a grid that contains several hundred items. I use ScrollIntoView to scroll the grid to where the item was added but I have not figured out how to hi-light (select) the new entry. The example at this site on how to do this uses constructs that are no longer supported by the latest release. The grid has the SelectAll and UnSelectAll commands so there has to be some command that selects only one row.
Any help would be appreciated.
Thanks
Jorge Gonzalez
Top achievements
Rank 1
 answered on 13 Jan 2010
2 answers
86 views
Hello,
i need to select an item in GridView that his field is starting by text entered by the user.
In other words i have a text box and a grid, the grid is sorted by colomn x.
The text box is a quick seach to the grid and whenever the user enters a text
i need to select an item in Grid that his colomn x starting with the string in my text box.
is there a easy way to do it?

thank you
masha reznik
Top achievements
Rank 1
 answered on 13 Jan 2010
1 answer
192 views
Hi all,

We are testing to buy the library. For this we did a nice prototype in Silverlight to test RadControl.
Now i'm converting the silverlight prototype to WPF to see how the RadControl lib behaves since we have to choose a lib which is 100% compatible with silverlight and WPF. We don't want to wonder each time we do something in silverlight if it is potential broken on WPF.

Currently I'm facing a problem with RadControl and the WPF version of our prototype. Visual Studio saying it can't find reference to some RadControl component.

RadDockPanel
RadDockPanel.Dock
HierarchicalDataTemplate

It logs Erreur    2    Erreur de génération inconnue, 'MC3074 : la balise 'HierarchicalDataTemplate' n'existe pas dans l'espace de noms XML 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls'. Ligne 16 Position 10.'  

Erreur    3    Erreur de génération inconnue, 'MC3074 : la balise 'RadDockPanel' n'existe pas dans l'espace de noms XML 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls'. Ligne 32 Position 10.' 

Erreur    4    Le type 'telerik:RadDockPanel' est introuvable. Assurez-vous qu'il ne manque aucune référence d'assembly et que tous les assemblys référencés ont été générés. 

I've well added references with all Telerik's references availables.

So my question is why it does not found this telerik components in WPF version?

This raises 2 important questions

1) Do all the Telerik's components available in silverlight are available in WPF ?
2) Do all the Telerik's components have the same naming in both SDK ?


Thank you by advance for your support.

Luciano







Valeri Hristov
Telerik team
 answered on 13 Jan 2010
1 answer
179 views
Hi,

I'm trying to change the theme of a RadWindow from C# but couldn't get it to work. This is my code:

XAML:
<telerikNavigation:RadWindow 
        x:Name="winMainWindow"
... />

C# (Button click event):
StyleManager.SetTheme(this.winMainWindow, new VistaTheme());


Note that the RadWindow is the root element, and my code behind class is inheriting from RadWindow as follow:

public partial class MainWindow : RadWindow
{
...

Miroslav Nedyalkov
Telerik team
 answered on 13 Jan 2010
5 answers
135 views
I just built a sample app with a RadGridView that displays a table of data and has a footer row. For the sample, I'm just summing one column and displaying it in the footer.

Based off another sample from the website, I wanted to export this grid to Excel, however, I'm not getting my footer row to display in the Excel file.

I noticed your ExportElement enum doesn't have FooterRow listed and the ExportElement.Row doesn't seem to pickup footerrows,,,,is  this intentional?

Thanks,
Byron
question_forum
Top achievements
Rank 1
 answered on 13 Jan 2010
1 answer
110 views
Hello,
how i can present blank rows in RadGridView without adding empty object to the ItemsSource collection?

Vlad
Telerik team
 answered on 13 Jan 2010
2 answers
114 views
Hi guys,

I have grid where the number of columns are determined at run-time and hence created dynamically, these columns are bound to a binding list of custom business objects. I've set up an event handler for the list ie.

    ListChangedEventHandler(

object sender, ListChangedEventArgs e) now, say when the window is not maximised and not all the columns are visible, when I scroll horizontally the ListChangedEventHandler will get called for some of the non-visible columns as they come into view. Is there a way I can avoid this as I am using this event to check for a PropertyChanged which calls another function to update a database - which could prove to be inefficient if the app is trying to update the database everytime a user scrolls.

Thanks for your help.

Tim.

 

TSRG - IT
Top achievements
Rank 1
 answered on 13 Jan 2010
1 answer
51 views
Hello,
     I have a 5 tabpage tab control. I hide tabpages 3,4, and 5. When I show tabpages 3 and 5 and do not show tabpage 4 I have a gap in between. What's the command or procedure to move tabpage 5 to where tabpage 4 is and tabpage 4 to where tabpage 5 is?
Thanks
Miroslav
Telerik team
 answered on 12 Jan 2010
1 answer
79 views
Hi all,

We are testing to buy the library. For this we did a nice prototype in Silverlight to test RadControl.
Now i'm converting the silverlight prototype to WPF to see how the RadControl lib behaves since we have to choose a lib which is 100% compatible with silverlight and WPF. We don't want to wonder each time we do something in silverlight if it is potential broken on WPF.

Currently I'm facing a problem with RadControl and the WPF version of our prototype. Visual Studio saying it can't find reference to some RadControl component.

RadDockPanel
RadDockPanel.Dock
HierarchicalDataTemplate

It logs Erreur    2    Erreur de génération inconnue, 'MC3074 : la balise 'HierarchicalDataTemplate' n'existe pas dans l'espace de noms XML 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls'. Ligne 16 Position 10.'  

Erreur    3    Erreur de génération inconnue, 'MC3074 : la balise 'RadDockPanel' n'existe pas dans l'espace de noms XML 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls'. Ligne 32 Position 10.' 

Erreur    4    Le type 'telerik:RadDockPanel' est introuvable. Assurez-vous qu'il ne manque aucune référence d'assembly et que tous les assemblys référencés ont été générés. 

I've well added references with all Telerik's references availables.

So my question is why it does not found this telerik components in WPF version?

This raises 2 important questions

1) Do all the Telerik's components available in silverlight are available in WPF ?
2) Do all the Telerik's components have the same naming in both SDK ?


Thank you by advance for your support.

Luciano
Miroslav
Telerik team
 answered on 12 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?