Telerik Forums
UI for WPF Forum
1 answer
102 views
When you set the RadGridView's SelectionMode property to "Multiple", you can use the keyboard arrows (left, right, up, and down) to move your position within the grid (your position is indicated by an additional outline that draws around the cell), independent of the selection item(s). Is there a way to determine where in the grid you are at (cell and row)?
Vanya Pavlova
Telerik team
 answered on 07 Apr 2011
1 answer
140 views
Hi Telerik Team,
    Currently I've installed RadControls_for_WPF35_2011_1_0315_Dev.msi (Version : 2011.1.315.35) and I'm not able to use the TileState = "Maximized" property in RadTileViewItem, it shows error in design itself.

The following is the error it displays:
Layout measurement override of element 'Telerik.Windows.Controls.TileViewPanel' should not return PositiveInfinity as its DesiredSize, even if Infinity is passed in as available size.

The error comes if the window's height or width is set as "Auto". I didn't face this problem while i was using the version 2010.3.1304.40.

The following is the code I'm using:

<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"  

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" 

Title="MainWindow" Height="Auto" Width="Auto">

<Grid Height="Auto" Width="Auto">

<telerik:RadTileView MinimizedItemsPosition="Right" MinimizedColumnWidth="300" VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<telerik:RadTileViewItem TileState="Maximized"/>

 

 

<telerik:RadTileViewItem />

 

 

</telerik:RadTileView>

 

 

</Grid>
</Window>

 

 


Please let me know how to overcome this issue, since I need to set "Auto" for Height and Width in my Application.

Thanks and Regards,
Azharshah H

Zarko
Telerik team
 answered on 07 Apr 2011
1 answer
98 views
Hello. Can somebody help me with one important question? Can Telerik's RadMap work into corporation INTRANET without any connection to the internet? In my big network, I have intranet www server, which serves png files like openstreetmap, structure file tiles map is: http://192.168.100.10/{0}/{1}/{2}.png where {0} and {1} and {2} variables are like in OpenStreetMap structure

http://tile.openstreetmap.org/{0}/{1}/{2}.png  
At this moment for testing I'm using simple free MapControl library which displays maps very well. But I need something more functional (best product) like Telerik's RadMap.

I must know, can it works in intranet... if it will work maybe my company buy this product.

Can somebody from technician help me

Thak you very much.

Sorry for my simple (bad) english grammar. :-)

Wojcik

Andrey
Telerik team
 answered on 07 Apr 2011
3 answers
118 views
Hi,
I am using Scattered point chart. Following are issues coming
1) I used different point shape like diamond, square , circle etc. I wanted to increase the size so that then can be visible. But whenever i give point size, the actual shape gets cut and the small piece of every shape is visible. I want to make some series prominent.
2) Tooltip opening event is not firing even i made showtooltp= true as suggested in another form. I am giving itemsource if the series in code behind.
 Following is my code

<telerikChart:RadChart x:Name="radChart" >


            <telerikChart:RadChart.DefaultView>
                <telerikCharting:ChartDefaultView>
                   
                    <telerikCharting:ChartDefaultView.ChartLegend>
                        <telerikCharting:ChartLegend x:Name="chartLegend" Header="Legends" UseAutoGeneratedItems="True"/>
                    </telerikCharting:ChartDefaultView.ChartLegend>
                    <telerikCharting:ChartDefaultView.ChartArea>
                        <telerikCharting:ChartArea LegendName="chartLegend" EnableAnimations="True"  ToolTipOpening="ChartArea_ToolTipOpening">
                            <telerikCharting:ChartArea.AxisX>
                                <telerikCharting:AxisX AutoRange="False"   MinValue="-1.5" MaxValue="1.5" Step="0.2" PlotAreaAxisLabelsVisibility="Visible" LayoutMode="Between" ></telerikCharting:AxisX>
                            </telerikCharting:ChartArea.AxisX>
                            <telerikCharting:ChartArea.AxisY   >
                                <telerikCharting:AxisY AutoRange="False" MajorGridLinesVisibility="Visible"  PlotAreaAxisLabelsVisibility="Visible" MinValue="-1.5"   MaxValue="1.5" Step="0.2"  ></telerikCharting:AxisY>
                            </telerikCharting:ChartArea.AxisY>
                        </telerikCharting:ChartArea>
                    </telerikCharting:ChartDefaultView.ChartArea>
                </telerikCharting:ChartDefaultView>
            </telerikChart:RadChart.DefaultView>
<telerikChart:RadChart.SeriesMappings>
                <telerikCharting:SeriesMapping LegendLabel="S"  >
                    
                    
                    <telerikCharting:SeriesMapping.SeriesDefinition>
                        
                        <telerikCharting:ScatterSeriesDefinition  ShowItemToolTips="True"   PointShape="Diamond" PointSize="10" ></telerikCharting:ScatterSeriesDefinition>
                    </telerikCharting:SeriesMapping.SeriesDefinition >
                    
                    <telerikCharting:SeriesMapping.ItemMappings>
                        <telerikCharting:ItemMapping DataPointMember="XValue" FieldName="XValue"></telerikCharting:ItemMapping>
                        <telerikCharting:ItemMapping DataPointMember="YValue"  FieldName="YValue"></telerikCharting:ItemMapping>
                    </telerikCharting:SeriesMapping.ItemMappings>
                </telerikCharting:SeriesMapping>


             <telerikChart:RadChart.SeriesMappings>
                <telerikCharting:SeriesMapping LegendLabel="S"  >
                    
                    
                    <telerikCharting:SeriesMapping.SeriesDefinition>
                        
                        <telerikCharting:ScatterSeriesDefinition  ShowItemToolTips="True"   PointShape="Diamond" PointSize="10" ></telerikCharting:ScatterSeriesDefinition>
                    </telerikCharting:SeriesMapping.SeriesDefinition >
                    
                    <telerikCharting:SeriesMapping.ItemMappings>
                        <telerikCharting:ItemMapping DataPointMember="XValue" FieldName="XValue"></telerikCharting:ItemMapping>
                        <telerikCharting:ItemMapping DataPointMember="YValue"  FieldName="YValue"></telerikCharting:ItemMapping>
                    </telerikCharting:SeriesMapping.ItemMappings>
                </telerikCharting:SeriesMapping>
</telerikChart:RadChart.SeriesMappings>
        </telerikChart:RadChart>
Evgenia
Telerik team
 answered on 07 Apr 2011
7 answers
243 views
Hi,

I am using Checkbox in RadTreelistview and when i click this checkbox the check/uncheck operation is not performing.

PN:Checkbox in RadTreelistview taking 3 mosue clicks to check .

Please help
Vanya Pavlova
Telerik team
 answered on 07 Apr 2011
1 answer
110 views
It seems WPF version has the same problem as the following
http://www.telerik.com/community/forums/silverlight/general-discussions/textbox-using-chinese-keyboard-results-in-catastrophic-failure-0x8000ffff.aspx

I know this problem of silverlight was issued "http://www.telerik.com/support/pits.aspx#/public/silverlight/4584 ".

I'm wondering will it be fixed at the same time silverlight will?


Iva Toteva
Telerik team
 answered on 07 Apr 2011
3 answers
1.8K+ views
Hi all,

I have the requirement to show the images in my RadGridView where the alternate row color is Light blue and dark blue.
I have small images (of cancel,danger etc ) which i cut it from the screenshot , so its background is of white color.

So i want images to look such that in the row that its background color(at present white) get matched with the background color (light/dark blue) od the row of the RadGridView or can say it white part can be done transparent in order to match with the row color.


Thanks in Advance !!!!!!!
Yavor Georgiev
Telerik team
 answered on 07 Apr 2011
1 answer
59 views
Hi,

I want to export RadGridViewData in my WPF Windows application to Excell.

How do I achieve this functionality.


Any quick solution to this issue with a sample will be highly appreciated.

Thanks in advance.

Regards,
Hirak
Vlad
Telerik team
 answered on 07 Apr 2011
1 answer
80 views
I've tried to change groupings in the dataloaded event but I get an error message:
"Cannot change ObservableCollection during a CollectionChanged event."
Yavor Georgiev
Telerik team
 answered on 07 Apr 2011
2 answers
366 views
Hello,

By default, when you bind a column to a boolean value, it gets rendered as a checkbox.  Is there any built-in support to render "True" or "False" instead, or do I need to use a Value Converter?  (I just want to make sure that I have not missed some simple setting somewhere.)

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 06 Apr 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?