Telerik Forums
UI for WPF Forum
3 answers
156 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
164 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
96 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
264 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
107 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
104 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
136 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
116 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
83 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
301 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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?