Telerik Forums
UI for WPF Forum
3 answers
136 views
On pulling the column in thus trying to resize it, the column collapses into a tiny width and refuses to get back in place.

I haven't a clue why this could be happening, hope someone from this forum could help.
  
TIA, 
Deepika
Deepika
Top achievements
Rank 1
 answered on 07 Apr 2015
1 answer
985 views
I have a RadRibbonDropDownButton that has the DropDownContent set to a RadContextMenu. The RadContextMenu contains menu items some of which contain sub menu items. Some of the submenus contain a large number of items and use scrolling to display all of them.

If a scroll down to the bottom of one of the sub menus to select and item and then go back into that sub menu, I would like it to be scrolled back to the top. However, it seems to remember the last scroll position and is still scrolled to the bottom. Is there a way to change this so that the scroll position is not remembered, and the submenu is also scrolled to the top when it is opened.

The menu items and submenu items are constructed dynamically using data binding, so I have a reference to the RadContextMenu, but not to any of the menu items it contains.
Nasko
Telerik team
 answered on 06 Apr 2015
1 answer
670 views

Hello,

i installed the old WPF release 2015.1.225.45 and reinstalled the version 2015.1.401.45 three times, because the demos named Telerik_UI_for_WPF_2015_1_0225_Demos only showed blank screens.

In Visualstudio 2013 Community Release under Windows 8.1 Pro 64 bit german, the telerik assemblies are listed 3 times with the same version (2015.1.401.45) when i add them over <References Add> /Assemblies/Extensions:

http://w2ww.de/downloads/TelerikMA.png
Additional the Assembly Telerik.Windows.Controls.EntityFramework60.dll is not listed. When i make a new Telerik WPF project, the dll is offered:

http://w2ww.de/downloads/TelerikMA.png

I added the Telerik.Windows.Controls.EntityFramework60.dll  assembly by browsing to:
C:\Program Files (x86)\Telerik\UI for WPF Q1 2015\Binaries\WPF45

When i build, i got the following error outout:


1>c:\Program
Files (x86)\Telerik\UI for WPF Q1
2015\Binaries\WPF45\Telerik.Windows.Controls.EntityFramework60.dll : error
CS1705: Assembly 'Telerik.Windows.Controls.EntityFramework60,
Version=2015.1.401.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' uses
'Telerik.Windows.Controls, Version=2015.1.401.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7' which has a higher version than referenced
assembly 'Telerik.Windows.Controls, Version=2015.1.225.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7'

==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========

 When i replace the Telerik.Windows.Controls.EntityFramework60.dll with Telerik.Windows.Controls.EntityFramework.dll. I get the following error:


1>------
Build started: Project: RAEPlayer, Configuration: Debug x86 ------

1>C:\Program
Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5):
warning MSB3277: Found conflicts between different versions of the same
dependent assembly that could not be resolved. 
These reference conflicts are listed in the build log when log verbosity
is set to detailed.

1>C:\Projects\RAEPlayer\RAEPlayer\Controller.cs(29,16,29,44):
error CS0246: The type or namespace name 'RadEntityFrameworkDataSource' could
not be found (are you missing a using directive or an assembly reference?)

==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========

I use a RadEntityFrameworkDataSource

I added the following to the project file and restarted Visualstudio:

<PropertyGroup>

<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

I still got this error:


1>------
Build started: Project: RAEPlayer, Configuration: Debug x86 ------

1>C:\Program
Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5):
warning MSB3277: Found conflicts between different versions of the same
dependent assembly that could not be resolved. 
These reference conflicts are listed in the build log when log verbosity
is set to detailed.

1>C:\Projects\RAEPlayer\RAEPlayer\MainWindow.xaml(34,119):
error MC1000: Unknown build error, 'Cannot resolve dependency to assembly
'Telerik.Windows.Data, Version=2015.1.225.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7' because it has not been preloaded. When using
the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on
demand through the ReflectionOnlyAssemblyResolve event. Line 34 Position 119.'

==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========

Anyone a hint?

Regards Winfried Wille

email: ww@w2ww.de


Dimitrina
Telerik team
 answered on 06 Apr 2015
5 answers
103 views
I am attempting to implement a custom tile provider using Decarta maps as the source. When I request the tiles, I need to know the lat/lon of the center of the tile.
1.) How can I find the lat/lon of the center of the tile based upon the tilePositionx and tilePositiony that are passed to the GetTile method?
2.) Which tiles are trimmed or cut off at the edges of the map? For example: let's say I have a map that has tiles 200 pixels wide and the map is 700 pixels wide. I would need a total of 4 tiles, which would be 800 pixels. Obviously, 800 pixels is wider than the 700 pixels of the map, so which tiles would be cut off or hidden beyond the bounds of the map?

Thanks
Petar Mladenov
Telerik team
 answered on 06 Apr 2015
1 answer
165 views

What determines the initial load of the tiles (Size wise)

Currrenly, I am using a RadFluidContentControl as the content that has (small/content/large). I'd like to be able to say when the Page initall load, use Small Content. 

 I am binding the TileState  to FluidControl State by using a converter. it works great when you minimize/maximize/restore.

In addition to that, Can you explain those? 

  •  Maximize mode
  • MaxColumns
  • ColumnsCount

 

Sia
Telerik team
 answered on 06 Apr 2015
1 answer
292 views
I want to achieve the effect of pictures, how to use telerik:RadDataPager to achieve? In addition to change the style, there are other ways to achieve it?Expect a quick fix for your help, thank you!
Vanya Pavlova
Telerik team
 answered on 03 Apr 2015
1 answer
167 views
Hello,

We work with several languages including Polish.
Normally, pressing "Alt Gr + L" would produce "Å‚" and "Alt Gr + E" would produce "Ä™" but that does not work in a RichTextBox. Pressing these keys would do nothing.

However, strangely enough some other Polish characters are supported in a RichTextBox: pressing "Alt Gr + A" would produce a "Ä…" as expected.

Is there a way to enable these special characters?

Thank you,
Simon Janisz
Tanya
Telerik team
 answered on 03 Apr 2015
1 answer
109 views
Hi,

I was using a style for FilteringControl

<Style TargetType="telerik:FilteringControl" x:Key="FilteringControlStyle">
            <Setter Property="Template" Value="{StaticResource FilteringControlTemplate1}" />
        </Style>

This only can be accessed at GridViewDataColumn level but I have data coming dynamically.
So I'll have to use it at RadGridView level. Is there any way?

Regards,
Srinivas M
Dimitrina
Telerik team
 answered on 03 Apr 2015
1 answer
176 views
I am looking for an event that will fire when user clicks on a slot.

I have tried AppointmentSelectionChanged event but that works only the first time, I have also tried mouse down and left mouse down but they are not even fired.

Thanks
vikas
Nasko
Telerik team
 answered on 03 Apr 2015
1 answer
148 views
We're using the Telerik.Gridview in our WPF application (version 2015.1.225.45). I've set the theme to telerik:Windows8Theme. When I set the IsBusy property to True in the designer, I get the orange circle and black background and it's ok. However, when I open the same window in the application, the proggress indicator is the lame "windows 8 dots running vertically".

I would like to get the orange circle in both designer and run time. Is this possible?
Vanya Pavlova
Telerik team
 answered on 03 Apr 2015
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?