Telerik Forums
UI for WPF Forum
3 answers
787 views

My application runs under Arabic culture. After setting IsTrackChangesEnabled to true, and user starts making changes, then saves the document. When he opens the document next time the error shown in the image below develops.

I assume that; this occurred because, changes are tracked by date and time, and when displayed later on they must be displayed using their localization culture which is English.

Is there a way to set culture of RadRichTextBox or the component responsible for tracking changes, or any other solution?

Any help will be greatly appreciated....

①Dr Mostafa
Top achievements
Rank 1
 answered on 26 Dec 2017
2 answers
338 views
Hello I have a RadGridView in my application that has grouped items.  All the items group fine but they are all expanded on load, is there any setting to have them collapsed on load?  Any suggestions?
MilesR
Top achievements
Rank 1
 answered on 26 Dec 2017
3 answers
1.0K+ views

One of our customers wants to be able to show Google maps in our application. I understand that they have purchased a licence to allow them to use the Goggle API. Has anyone tried to usethis with the RadMap control? Is it legal? Are Telerik planning any support for this?

Thanks

Pete

Martin Ivanov
Telerik team
 answered on 26 Dec 2017
16 answers
702 views
Where can i download the CRM Demo application source code for WPF?
Martin Ivanov
Telerik team
 answered on 26 Dec 2017
1 answer
326 views

Hi I was able to create a custom control template for a GridViewCell as follows (perhaps a bad approach?):

                        <Style x:Key="{x:Type telerik:GridViewCell}" TargetType="{x:Type telerik:GridViewCell}" BasedOn="{StaticResource GridViewCellStyle}">
                            <Setter Property="Template">
                                <Setter.Value>
                                    <ControlTemplate TargetType="{x:Type telerik:GridViewCell}">
                                        <Grid>
                                            <Border x:Name="RowBorder" SnapsToDevicePixels="true" BorderThickness="0,2"  BorderBrush="#222" Background="#222">
                                                <ContentPresenter Content="{TemplateBinding Content}"/> <!--Gets content for GridViewDataColumn DataMemberBinding-->
                                            </Border>
                                            <Border x:Name="AlertBorder" SnapsToDevicePixels="true" BorderThickness="0" Background="#444" Opacity="0"/>
                                        </Grid>

                                          .....Control Template Triggers Data Triggers story board stuff here

    Question is could I do something similar for GridViewRow?????  

                        <Style x:Key="{x:Type telerik:GridViewRow}" TargetType="{x:Type telerik:GridViewRow}" BasedOn="{StaticResource GridViewRowStyle}">
                            <Setter Property="Template">
                                <Setter.Value>
                                    <ControlTemplate TargetType="{x:Type telerik:GridViewRow}">
                                        <Grid>
                                            <Border x:Name="RowBorder" SnapsToDevicePixels="true" BorderThickness="0,2"  BorderBrush="#222" Background="#222">
                                                             ?????????????Can I present the row cells here with an element and some sort of binding????????????
                                            </Border>
                                            <Border x:Name="AlertBorder" SnapsToDevicePixels="true" BorderThickness="0" Background="#444" Opacity="0"/>
                                        </Grid>

Thanks in advance...

 

 

Martin Ivanov
Telerik team
 answered on 26 Dec 2017
1 answer
129 views

Hi,

I have a parent grid view which is bound to a datatable. Is it possible to show a hierarchical child grid view for a datatable?

Regards,

Swapnil

Stefan
Telerik team
 answered on 26 Dec 2017
0 answers
94 views

Hi Telerik,

I'm running into a problem.

I have a class that is defined like so:

````

public class User {

  public string Name {get; set; }

  public long Age {get; set; }

  public Dictionary<string, object> CustomProperties {get; private set;} = new Dictionary<string, object>();

}

````

I am having a hard time figuring out what I need to do in order to expose the values in the Dictionary as filterable properties of the RadDataFilter.  I've even gone as far as implementing a custom type descriptor and I'm not getting any joy.

What do I need to do to make this happen?

Tony
Top achievements
Rank 1
 asked on 23 Dec 2017
1 answer
274 views

I have a number of RadComboBoxes in a RadPropertyGrid, and my model has implemented IDataErrorInfo. When the property grid (and combobox) is first loaded, it validates correctly. But, once a value that should be acceptable is selected, the combobox is still marked with an error. Debugging shows that the validation only runs once.

 

How can I have the validation run when the value of the combo box changes?

Kalin
Telerik team
 answered on 22 Dec 2017
1 answer
347 views
Hi, I was looking to trigger an event when my autocomplete box is clicked into. GotFocus works perfectly but is there a way to have the event not fire when a token is clicked on/ Removed.

Kind regards,
Dilyan Traykov
Telerik team
 answered on 22 Dec 2017
1 answer
189 views

Hi,

We are having issues with older road imagery from Bing Maps API. Some roads are not getting displayed on the map.how we can get updated maps ?

ex : for St. Louis (STL) -New highway from Dardenne to Harvester
We are using Telerik.Windows.Controls.RadMap and Telerik.Windows.Controls.Map.BingRestMapProvider in our projects.
We have received information that we need to request the imagery from BingREST imagery and we should  be using the "RoadOnDemand" Imagery Set as per the documentation here: https://msdn.microsoft.com/en-us/library/ff701716.aspx.

Can you help us to understand how to set property ImagerySet to 'RoadOnDemand' for Telerik.Windows.Controls.RadMap that we are using?

.Thanks,

Snehal

Dinko | Tech Support Engineer
Telerik team
 answered on 22 Dec 2017
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?