Telerik Forums
UI for WPF Forum
1 answer
175 views
Hi

we are using telerik tab control for wpf, with dropdown visible option. but problem is that It trims the items text if we  don't provide a width. or if e provide a width it completely omits one item.
please have a look at attached snapshots

<telerik:RadTabControl
                        Grid.Row="0"
                        DropDownDisplayMode="Visible"
                        ScrollMode="Item"
                        ItemsSource="{Binding Tabs}"
                        IsSynchronizedWithCurrentItem="True"
                        SelectedItem="{Binding SelectedType}"
                        ContentTemplate="{StaticResource AddTabContentTemplate}"
                        ItemTemplate="{StaticResource AddTabTemplate}"
                        Margin="4" />


<DataTemplate x:Key="AddTabTemplate">
           <Label Content="{Binding TypeName}" Width="150" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</DataTemplate>
Martin Ivanov
Telerik team
 answered on 23 Mar 2015
7 answers
248 views
Hello Telerik

is it possible to add dynamical LineSeries to a RadCartesianChart-Control like in the SeriesProvider example from ChartView_WPF sdk project on Github, but each LineSeries with a own VerticalAxis?

Regards Uwe
Martin Ivanov
Telerik team
 answered on 23 Mar 2015
3 answers
131 views
Hi, 

I have a RadGridView with a custom template (as seen in the attachment).
How do I make the fields be editable?
Specifically, I want the description field to be editable when a user click on it. Just as a regular GridView with GridViewDataColumn.

Regards,
Daniel
Dimitrina
Telerik team
 answered on 21 Mar 2015
1 answer
179 views

Hi telerik support,

- In radgridview, when I apply grouping, some groups will automatically expand even if i scroll data (using EnableRowVirtualization = true). 
I just want to expand the group when i click header group. 
- Other hand, when grouping I select a record and update this record in code, the issues is UI not updated so i must use method ReBind().
(with same step, if i don't group data, everything is okay)
 - Please tell me some infomation about grouping in radgridview.

Thanks a lot.

Stefan
Telerik team
 answered on 21 Mar 2015
1 answer
74 views
Hi,
I was wondering if is it possible to avoiding cell resizing on click.

I would like to have the same cell style on read and edit method

Thanks
Vanya Pavlova
Telerik team
 answered on 21 Mar 2015
1 answer
204 views
I have a RadGridView that displays a list of dates.

Each date has a corresponding column called "Status" which is a ComboBox column.

My problem is that the ComboBox column list options vary depending upon the type of Date.

Is it possible to dynamically vary the itemsource per row based upon the date type?

I found this example which is close to what I need but am not sure if this can be implemented in the Telerik GridView.

Example: http://sekagra.com/wp/2013/04/dynamic-itemssource-for-combobox-in-a-datagrid/ 

Any assistance is Much Appreciated!

MikeF
Dimitrina
Telerik team
 answered on 21 Mar 2015
1 answer
595 views
Hi,

I have a requirement from our client to have a simple text search option available to them in the grid. I know that the grid filtering options cover most of this ground, but it really needs to be a search where they type and matches are made in the grid. 

We were able to do this when we used Infragistics by customizing the group panel and making it into our search area (we have no requirement to use grouping). See attached screenshot.

Any help you could give me would be greatly appreciated!
Dimitrina
Telerik team
 answered on 20 Mar 2015
3 answers
141 views
Hi,
I have problem with RadPivotFieldList.
In Column labels, I choose field with type = datetime and step = Year. The problem is when I click  label filter, In list value, it shows all possible values, even these that are not in the columns. I don't know why? Am I miss songthing?
Please see picture I attached to see detail.

Another question, can we show/ hide, or sort list fields in run-time.
Kalin
Telerik team
 answered on 20 Mar 2015
1 answer
89 views
It appears that RadTimePicker don't show anything (like red border and IDataErrorInfo.Error), is it normal ?

I wrote :
    public partial class MyItem: IDataErrorInfo
    {
        public TimeSpan Duree { get; set; }

        public string this[string columnName]
        {
            get
            {
                string result = null;
                switch (columnName)
                {
                    case "Duree":
                        if (Duree.Ticks <= 0)
                            result = "Un(e) Durée est requis(e)";
                        break;

                    default:
                        result = null;
                        break;
                }
                return result;
            }
        }

        public string Error { get; private set; }
    }

<telerik:RadTimePicker SelectedTime="{Binding MyItemInstanced.Duree, ValidatesOnDataErrors=True, UpdateSourceTrigger=PropertyChanged}"

Laurent
Top achievements
Rank 1
 answered on 20 Mar 2015
1 answer
57 views
I was wondering if it would be somehow possible to create the step line series with lines like in the attached image,  It seems that the step lines are actually a vector graphic that is generated on the fly so I am thinking probably not but just wanted to make sure.  The idea is the lines would be slightly larger than the actual bar width.

Or is there another way to achieve this?

Thoughts?

William  
Martin Ivanov
Telerik team
 answered on 20 Mar 2015
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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
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
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?