Telerik Forums
UI for WPF Forum
1 answer
117 views

Hi there,

is there no german localization for the spreadsheet ribbon?

Best regards

 

Peshito
Telerik team
 answered on 12 Jun 2018
1 answer
153 views

Is there a way to serialize/deserialize a RadCartesianChart instance? I saw methods to export to an image, but that is not what I want.

I have an application that creates/shows instances of RadCartesianChart. I want to render the same chart in a separate application and let users interact with it. Are there any other approaches that can be recommended to handle this problem?

 

Kind Regards,

Albert

Martin Ivanov
Telerik team
 answered on 11 Jun 2018
1 answer
331 views

Hi, I am creating a project using the valiadtion as IDataErrorInfo, but I need to create a simple edit form that the RadMaskedTextInput components have the Value option filled with a value.

 

This is my example TextInput:

                <telerik:RadMaskedTextInput Value="{Binding Interessado, Mode=TwoWay, ValidatesOnDataErrors=True, NotifyOnValidationError=True, ValidatesOnExceptions=True}"
                                            x:Name="Interessado" 
                                            EmptyContent="Nome ou razão social"
                                            Culture="pt-BR"
                                            Mask=""
                                            InputBehavior="Insert"
                                            UpdateValueEvent="PropertyChanged" 
                                            HorizontalAlignment="Stretch"/>

 

And this is my validation class:

    public class Validations : IDataErrorInfo
    {
        public string Interessado { get; set; }

        #region IDataErrorInfo

        public string this[string columnName]
        {
            get
            {
                if ("Interessado" == columnName)
                {
                    if (String.IsNullOrEmpty(Interessado))
                    {
                        return "Campo Nome do Interessado é obrigatório!";
                    }
                }
   
                return "";
            }
        }

        public string Error
        {
            get { throw new NotImplementedException(); }
        }
    }

 

So, how can I set the Value with a text (because I am using the Value option for Binding)?

Dinko | Tech Support Engineer
Telerik team
 answered on 11 Jun 2018
5 answers
191 views

Is it possible to change the order of the items used in the filter?

 

Now they are being set by the order of the columns of the gridviewcolumns

Stefan
Telerik team
 answered on 11 Jun 2018
3 answers
174 views

Hi. 

I had Page with RadRichTextBox like word format.

It almost same with default telerik word project.

I want RadRichTextBox filled in Grid's RowDefinition(1), could resize.

Please see attched files. How can I fill it to row ?

sorry for so basically.

thanks.

Tanya
Telerik team
 answered on 08 Jun 2018
3 answers
125 views

Nothing happens if you try to change order of items in grid grouping panel by drag and drop. However it worked in version 2015.

Any idea? Is that bug? I could not find any solution on forum too.

Thanks for any hints!


Ivan Ivanov
Telerik team
 answered on 08 Jun 2018
1 answer
214 views

Hi all,

we have a problem with tracking buttons in our application after changing library (Nevron to Telerik).

Previously we did use (Nevron) in our WinForms application but now we are using RadButton (Telerik).

We had:
public partial class
{}

after the change, we have:
public partial class RadButton
{}

That was only changed in our code.

For automatically tests we are using Ranorex 8. After this change, we can not use this same test which we created before.

Is any solution how we do not need to change all Ranorex tests?

 

before in Ranorex was: "button[@controlname='NextButton']"

after: "container[@controlname='NextButton']

Please see attachments:

Thank you for any solution.

Br,

Pawel

Ralitsa
Telerik team
 answered on 08 Jun 2018
1 answer
199 views
I use Office_Black theme in my RadGridView. Everything is good except the header border is bold(wider) than the row borders. It seems its thickness is more than 2 or 3 times than the row borders. How to modify it?
Vladimir Stoyanov
Telerik team
 answered on 07 Jun 2018
1 answer
349 views
How do Format Date Column in Edit Mode of the grid. I am using the WPF controls. I have to display the date values in 'dd/MM/yyyy' format in edit mode. I see there is no EditorRequiredEvent in case of WPF controls.So how do I change the format in these case?
My problem is when I click on the cell, the RadDateTimePicker considers the date as MM/dd/yyyy and it displays empty value. For example 13/05/2018 will show empty because 13 is not a valid month. So how to change this so that the it shows the required date format in Edit mode? Please help
Stefan
Telerik team
 answered on 07 Jun 2018
2 answers
275 views

I would like to be able to select a number of rows in my grid.  Then I would like to select one of the columns in that set and change the value for all the rows simultaneously.  Is that doable?  Are there any samples I can follow?

 

Thanks!

Brad.

Brad
Top achievements
Rank 1
 answered on 07 Jun 2018
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?