Telerik Forums
UI for WPF Forum
4 answers
250 views
Hello.
Is there any way to replace the empty cells from the PivotGrid with zeros?.
the attached picture is an example of my PivotGrid I want to replace those empty cells with zeros.
Please Help me.
Martin Ivanov
Telerik team
 answered on 22 Mar 2019
1 answer
244 views
Hi, I using the NavigationView and created some itens but I dont know how use these buttons with my new pages.
Dinko | Tech Support Engineer
Telerik team
 answered on 22 Mar 2019
1 answer
194 views

Hello, how do we set the `GridViewDataColumn` to capture Tab and indent the text in the cell instead of moving to another cell?

Thank you,

Jan

Dinko | Tech Support Engineer
Telerik team
 answered on 22 Mar 2019
8 answers
1.0K+ views

Was trying to do a quick spike that changed the Background of the grid and in haste I used a named color instead of the hex value

<telerik:GridViewDataColumn Background="Black" IsReadOnly="True"   
DataType="{x:Null}" HeaderText="Company Name" UniqueName="CompanyName" /> 

instead of

 

<telerik:GridViewDataColumn Background="#10000000" IsReadOnly="True"   
DataType="{x:Null}" HeaderText="Company Name" UniqueName="CompanyName" /> 

and the selected row was no longer visible.  Finding the hex value for Black is not difficult, so if you bump into this issue that is the workaround.  It seems the issue is related to the Alpha portion of the color.  The named colors have alpha set to Opaque, so you must set the alpha channel to something less than FF.  I'm currently using E5 (90%) which makes a very faint highlight.

 

 

Dinko | Tech Support Engineer
Telerik team
 answered on 22 Mar 2019
3 answers
251 views
Quick Question:
Is it possible to create a pie chart with multiple series? Such as, a stacked pie chart or grouped pie chart.

Thanks,
JT
Martin Ivanov
Telerik team
 answered on 22 Mar 2019
4 answers
752 views

Hi.
When I open a combobox, selected item is scrolled somewhere in the bottom of dropdown area (Screenshot 1). I need to have selected item scrolled at the very top of  that area (Screenshot 2). Is this possible? How can I do that?

 Thank you.

 

Tomas

Martin Ivanov
Telerik team
 answered on 21 Mar 2019
1 answer
210 views
How do I add a border style of "Double" to a table in a RadRichTextBox?
Tanya
Telerik team
 answered on 21 Mar 2019
2 answers
580 views

Some interesting behaviour can be observed when using the search-as-you-type function of the grid and non-string columns.

Is there a generic way to handle these so you can literally search any column using a "contains" approach?

I have bound an external textbox for the filter, but it gives the same result when using the built-in controls. Observations are:

  1. string columns filter fine
  2. numeric columns filter as per screenshots. note the actual value is 3493.29 which is only found for its integer value, at which point the grid removes its decimal value, or its entire value, not any substring of that value
  3. date columns do not filter unless the entire date is entered, and it is not highlighted in the grid per normal

Is there a standard approach that can be utilised for all column types as the benefit to this and me not rolling my own, is the built in template and styling of the highlighted results.

 

Thank you,

Maurice

Maurice
Top achievements
Rank 1
 answered on 21 Mar 2019
1 answer
167 views

Hi All,

I am now trying to have a DatePicker without the year on the TextBlock (only day and month).

I've tried to use StringFormat by puting it on 'dd/MMMM' but it doesn't work.

my code is the following:

<telerik1:RadDatePicker Width="150" x:Name="DatePickerRevision" SelectedDate="{helpers:CultureAwareBinding Model.BauxInfo.DateDerniereRevision,     Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, StringFormat='dd/MMMM'}" IsTabStop="True"     
    ErrorTooltipContent="{helpers:CultureAwareBinding ValidationMetier,Converter=     {converters1:ErreurValidationMetierConverter},ConverterParameter=DateDerniereRevision}" 
    DisplayDate="{helpers:CultureAwareBinding DateClick}" String>
              <telerik1:RadDateTimePicker.CalendarStyle>
                    <Style TargetType="telerik1:RadCalendar" BasedOn="{StaticResource {x:Type telerik1:RadCalendar}}" >
                           <Setter Property="MonthViewHeaderFormat" Value="MMMM" />
                           <Setter Property="AreWeekNumbersVisible" Value="False"/>
                    </Style>
              </telerik1:RadDateTimePicker.CalendarStyle>
</telerik1:RadDatePicker>

 

Please help, is there anything in my code that doesn't let the TextBlock taking the format I need?

thank you

Dinko | Tech Support Engineer
Telerik team
 answered on 20 Mar 2019
4 answers
179 views

I want to see which of my invalid grid rows are selected.

Basically I am wanting the same thing as this post - https://www.telerik.com/forums/selected-row-highlighting but I am using the VisualStudio2013 theme and trying to make a similar change didn't fix it.

 

 

Karl B
Top achievements
Rank 1
 answered on 19 Mar 2019
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?