Telerik Forums
UI for WPF Forum
1 answer
79 views
Hi there,

is it possible (and how) to create just one context menu for different GridViews?
In my case I have a Window with a TabControl containing 3 tabs. Each Tab contains a GridView. I want to create one ContextMenu which will be shown in each GridView.

Greetings
Andi
Maya
Telerik team
 answered on 28 Jan 2011
1 answer
122 views
On my Gauage I have a Needel, this needle has a certain value. now I want the Radial bar to start at this value and then go further.
Is this possible? Or do I need to use the radial range?
Andrey
Telerik team
 answered on 28 Jan 2011
4 answers
197 views
I've created a VSTO solution that includes a Telerik control. When compiling the solution Visual Studio produces a *.manifest file that contains a reference to Telerik.Windows.Controls:

<dependency>
  <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
    <assemblyIdentity name="Telerik.Windows.Controls" version="2010.2.812.40" publicKeyToken="5803CFA389C90CE7" language="neutral" processorArchitecture="msil" />
  </dependentAssembly>
</dependency>

Additionally several language dependent assemblies are being referenced:
    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="de\Telerik.Windows.Controls.resources.dll" size="12288">
    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="es\Telerik.Windows.Controls.resources.dll" size="12288">
...


When double clicking on the *.vsto-file to install the addin the installer requires all languages (de,es,it, nl, tr) to be present in the installation directory.

Is there a way to limit this requirement to one certain language? I only want to support german and do not want to deploy the other languages.

Thanks,
Michael
Michael
Top achievements
Rank 1
 answered on 28 Jan 2011
7 answers
149 views
WPF Version: .NET 3.5
OS: Windows 7
Telerik Product Version: WPF 2010 Q1
Programming Language: C#

Having an odd problem with tool tips not displaying on GridViews throughout our application. More or less, the tool tips are assigned in each column, but are only visible on editable cells when they are active.  Has anyone ran into this behavior before?
Maya
Telerik team
 answered on 28 Jan 2011
6 answers
512 views
Following an example at http://www.telerik.com/help/wpf/gridview-how-to-set-current-cell.html, I set the current cell in my grid with the following:
mainGrid.CurrentCellInfo = new GridViewCellInfo(myObj, mainGrid.Columns["Description"]);
mainGrid.Focus();
I can verify that CurrentCellInfo has been properly set, however CurrentCell is always null.  I'm trying to edit it programatically afterwards with:
mainGrid.CurrentCell.BeginEdit();
What could be wrong here?
Maya
Telerik team
 answered on 28 Jan 2011
1 answer
93 views
Hi folks,

Yesterday I've faced with NullReferanceException of GridViewVirtualizingPanel.
 
Steps to reproduce:

Fast update of ItemsSource of data grid from small amount of data to the big ammount of data.

P.S. In my case it was a custom filter of the column that has been activated by checking/unchecking checkbox near the data grid.

How can I sand you the StackTrace of this issue ???

Best regards,
Julian Ustiyanovych
Yordanka
Telerik team
 answered on 28 Jan 2011
1 answer
96 views
I am writing a virtual keyboard for an alternative keyboard, and trying to make it look nice.

Commas and periods are fairly small, and I would like to make them bigger (without making the buttons they are displayed in bigger). My best shot was trying <Button FontSize="12" Content="," />, however whenever I go over a font size of 12 the comma completely disappears. If someone has an alternative method of enlarging the comma display, would be very appreciative.
Tina Stancheva
Telerik team
 answered on 28 Jan 2011
1 answer
78 views
Attached to this thread you'll find a screenshot which demonstartes the problem: We habe for example 20 RadPanes on a RadPaneGroup and the RadPaneGroup's width is to small to display them all in one horizontal layer. We like display that many RadPanes which fit in the RadPaneGroup (depending on it's width), let's say 5 will fit in with theier orgin with. The other 15 which do not fit in should be displayed in the ContextMenu with the possibility to be selected. Any Idea how to achive that? BTW: We already tried the OverflowMode property, but this seems not to work.
Boyan
Telerik team
 answered on 28 Jan 2011
1 answer
90 views
Hello Telerik Team,
                              I have some problems using Radcombo box in our latest project.In my latest WPF project we are using telerik rad controls.
Here i have one combo box for adding country list.

In my project I am creating one folder name DAL.Inside DAL i am creating xml file(Named as CountryList.xml).
I am populating data from xml is completed.But editable,filtering everything was not working.

Mainly the selected item not display on combo box when iseditable=True;Pls give me correct solution for us.

i have attaced sample code here.
My xml code is below:
Name is CountryList.xml
 
<?xml version="1.0" encoding="utf-8" ?>
<Country>
<CountryName Name="Ashmore and Cartier Islands"/>
<CountryName Name="Australia"/>
<CountryName Name="Austria"/>
<CountryName Name="Bahamas"/>
<CountryName Name="Bahrain"/>
<CountryName Name="Bangladesh"/>
<CountryName Name="Barbados"/>
<CountryName Name="Bassas da India"/>
<CountryName Name="Belarus"/>
<CountryName Name="Belgium"/>
</Country>
This is my Wpf XAML Code:
 
<Window x:Class="WpfApplication8.MainWindow"
        Title="MainWindow" Height="350" Width="525" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
    <Window.Resources>
             <XmlDataProvider x:Key="XmlData1" Source="DAL\CountryList.xml" XPath="Country"/>
 
    </Window.Resources>
    <Grid>
                <telerik:RadComboBox ItemsSource="{Binding Source={StaticResource XmlData1}, XPath=./CountryName}" DisplayMemberPath="@Name" IsEditable="True" IsFilteringEnabled="True" TextSearchMode="StartsWith" StaysOpenOnEdit="True" HorizontalAlignment="Left" Margin="164,100,0,0" Name="radComboBox2" VerticalAlignment="Top" Width="174">
             
        </telerik:RadComboBox>
    </Grid>
</Window>
Pls suggest me as soon as possible.
Konstantina
Telerik team
 answered on 28 Jan 2011
1 answer
125 views
Hi,

How can we capture the click event on the column header of the RadGrid in wpf while performing a multiple column sorting through C# ?
Shinu
Top achievements
Rank 2
 answered on 28 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?