Telerik Forums
UI for WPF Forum
3 answers
196 views
Does the RadRichTextBox control support split table cell?  I can't find any documentation for it.  If not supported directly, how do I implement the functionality programmatically?
Petya
Telerik team
 answered on 14 May 2014
7 answers
207 views
Hi,
i got a problem with getting selected row when grid is groupped. I got event on 
GridView.RowDetailsProvider.PropertyChanged
than in void:
var selectedRow = (GridViewRow)this.ListGridView.ItemContainerGenerator.ContainerFromItem(this.ListGridView.SelectedItem);
but it works only when grid is not groupped. How can i get GridViewRow from group?

Steve
Top achievements
Rank 1
 answered on 14 May 2014
1 answer
114 views
Hi,
is there any way how can I highlight empty values in chartview? I tried to use PointTemplateSelector but when Series YValue is null or Double.NaN then I can't draw empty value.
Sia
Telerik team
 answered on 14 May 2014
2 answers
303 views
I try, but not works:

<chartView:BarSeries CategoryBinding="{Binding Path=Value.Price}"
                     ItemsSource="{Binding RecordsSorted}"
                     ValueBinding="{Binding Path=Value.Count}">
    <telerik:BarSeries.LegendSettings>
        <telerik:SeriesLegendSettings />
    </telerik:BarSeries.LegendSettings>
JackSH
Top achievements
Rank 1
 answered on 14 May 2014
1 answer
125 views
Dear Support,

We are using RadChart v2014.1.224.45 for WPF.
When there are too many values, RadChart displays only first x-Label but rest of X-labels are not shown. Please see the attachment.
This starts happening when RadChart is asked to draw more than approx 1500 data points (which is a business requirement).
Setting the "X Label Step" doesn't help.
Please advise how to resolve this.

Thanks,
Larry
Martin Ivanov
Telerik team
 answered on 14 May 2014
1 answer
121 views
Hi,

I would like to use tiles to display as a left side menu for an application.
For now, i can only use as panoramic view...

So is it possible to stack tiles vertically and use it as side menu?


Thanks in advance,

Kind Regards.
Yoan
Telerik team
 answered on 14 May 2014
3 answers
164 views
Hi,
     Is there any way in telerik richtextbox for seprating or cancel cell merge, once you merge 2 cells? similar functionality in word with split cells?. Please suggest some thing in this regard


Thanks.
Petya
Telerik team
 answered on 14 May 2014
5 answers
143 views
Hi,

I have a viewmodel define as the following and I dont know why but the value in the setter of the SelectedSlot property are null verry often:

   public class ViewModel : Telerik.Windows.Controls.ScheduleView.Appointment
    {
        #region Constructors.
        public ViewModel()
        {
            mGroupFilter = new Func<object, bool>(GroupFilterFunc);
        }
        #endregion

        #region Public handlers.
        internal delegate void SlotSelectionChangedHandler(object pSender, ScheduleViewSlotSelectionChangedArgs pArgs);

        internal event SlotSelectionChangedHandler OnSlotSelectionChanged;
        #endregion

        #region Public methods.
        public Func<object, bool> GroupFilter
        {
            get
            {
                return mGroupFilter;
            }
            private set
            {
                if (mGroupFilter != value)
                {
                    mGroupFilter = value;
                    OnPropertyChanged(() => GroupFilter);
                }
            }
        }
        #endregion

        #region Private methods.
        private bool GroupFilterFunc(object pGroupName)
        {
            if (pGroupName is DateTime)
            {
                return ((DateTime)pGroupName).DayOfWeek != DayOfWeek.Saturday && ((DateTime)pGroupName).DayOfWeek != DayOfWeek.Sunday;
            }

            return true;
        }
        #endregion

        #region Public properties.
        public Slot SelectedSlot
        {
            set
            {
                if (mSelectedSlot != value)
                {
                    mSelectedSlot = value;                    
                    this.OnPropertyChanged("SelectedSlot");

                    if (this.OnSlotSelectionChanged != null)
                    {                        
                        ScheduleViewSlotSelectionChangedArgs args = new ScheduleViewSlotSelectionChangedArgs();

                        args.NewSlot = mSelectedSlot;

                        this.OnSlotSelectionChanged(this, args);
                    }
                }
            }
            get
            {                
                return mSelectedSlot;
            }
        }
        #endregion

        #region Private members.
        private Func<object, bool> mGroupFilter;
        private Slot mSelectedSlot;
        #endregion
    }

Thank's
Alain
Yana
Telerik team
 answered on 14 May 2014
1 answer
102 views
Hi,

Can you include implicit theme inside "Themes" zip in "Other Setup Files"? I am now have to download "Digitally Signed Manual Installation" and "Manual Installation" zip files in order to extract digital signed dll and implicit theme which is only included in manual installation zip. Thanks.
Yana
Telerik team
 answered on 14 May 2014
2 answers
331 views
I am using Expression_DarkTheme.

There is one  problem.

My window tilte color is setted white color.

I want to change the color(white -> black).

What should I do?
Lee
Top achievements
Rank 1
 answered on 14 May 2014
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?