Telerik Forums
UI for WPF Forum
6 answers
520 views
Hi There,

we dont want to use the below features of RadMaskedNumericInput

if we enter some digits in middle of the numeric value, the right side digits are overriding(in our case it should not override and should not allow the user to type any thing but to change the digit he can select the required digit/range and type to change)

Is it possible to change this behavior by overriding any thing ?

Regards,
Srinivas.


Ravi
Top achievements
Rank 1
 answered on 18 Jun 2013
1 answer
154 views
Hi all,
i'm trying to custom style my ScheduleView after migrating from Scheduler, its suppose to look the same as the Scheduler did(pictures attached).
I tried taking an already made Theme from your Themes.Implicit folder but i can't find the right parts to change, i need pointers to the right parts(their names/their styles names) in order to modify it properly(the file is huge and i can't find anything in there).

Best Regards,
Jonathan Bacalo
Masha
Telerik team
 answered on 18 Jun 2013
0 answers
105 views
Hi everyone,

I want to fill programmatically a WPF RadGridView control cell by cell.
How can I do it ?
I do not want to bind the RadGridView to a data source.

Any help will be greatly appreciated.
Pascal GUERY
Top achievements
Rank 1
 asked on 17 Jun 2013
1 answer
101 views
MS Word currently have this.
  • final
  • final:show markup
  • origal
  • original:showmarkup


i want to perform changes without seeing the markup first. is it also possible in radrichtextbox ?
Boby
Telerik team
 answered on 17 Jun 2013
1 answer
137 views
Hi,

I'm implemented NumericUpDown in ScrollViewer after changing value with mouse wheel ScrollViewer Scrolled.

Thanks.
Kalin
Telerik team
 answered on 17 Jun 2013
1 answer
154 views
By default the color is red:
http://www.telerik.com/help/wpf/media/raddiagram-features-align-snaptoitems.png

How can I change it? Which style is responsible?
Petar Mladenov
Telerik team
 answered on 17 Jun 2013
2 answers
294 views
I have a gridview that is built from a collection of records. I set the datatype of each column, and I can confirm that the datatype is correct in the gridview itself (by checking in debug). That being said, when I sort on certain numeric type columns - the grid is treating it as a string. Am I missing some kind of property? Here is my code. 

var columns = mainViewModel.Records.First()
                .Properties
                .Select((x, i) => new { Name = x.Name, DataType = x.DataType, Index = i })
                .ToArray();
 
 
            foreach (var column in columns)
            {
                var binding = new Binding(string.Format("Properties[{0}].Value", column.Index));
 
                GridViewDataColumn col = new GridViewDataColumn();
                 
                col.UniqueName = column.Name;
                col.Header = column.Name;
                col.DataMemberBinding = binding;                                   
                col.DataType = column.DataType;               
                col.IsSortable = true;               
 
                fleetGrid.Columns.Add(col);
            }
Michael
Top achievements
Rank 1
 answered on 17 Jun 2013
1 answer
147 views
When using RadComboBox with itemsource group,How it is possible to remove the empty group header when user filter across the list

Thanks
Vladi
Telerik team
 answered on 17 Jun 2013
1 answer
214 views
Does RadRichText supports Visio?
-inserting visio object
-able to modify  the inserted visio object inside the richtext editor / when clicked, opens a visio application, when save the inserted visio object int the richtext is updated.
-can save to docx with the visio object still inserted. docx can be opened to msword sucessfully.
-can export to pdf, visio object can be displayed as image maybe.
Boby
Telerik team
 answered on 17 Jun 2013
8 answers
645 views
Hi all,

I'm very excited to see the new Metro UI theme released with the latest Telerik controls. I need to change the color from the blue that shows up on selection and cannot find a way to customize the them for Metro UI in my WPF app. I have worked with custom themes in Silverlight without any problem, however, haven't had any luck in WPF following the tutorial at http://www.telerik.com/help/silverlight/common-styling-apperance-themes-custom-theme-project-telerik-approach.html .

The WPF link is currently broken:
http://www.telerik.com/help/wpf/common-styling-apperance-themes-custom-theme-project-telerik-approach.html

I need to replace the blue with an orange on all the Metro themed RadControls I use; specifically, changing the color of the ToggleButtonBackgroundChecked border.

I found this excerpt from the link http://blogs.telerik.com/blogs/posts/11-06-22/metro-ui-for-radcontrols-for-silverlight-and-wpf.aspx :
    - The theme also utilizes a brand new approach for theming – palettes.  It will allow both easy changing the accented colors as well as overall easy, real-time customization

Thanks in advance for you help!

Evan
Yana
Telerik team
 answered on 17 Jun 2013
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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
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
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?