Telerik Forums
UI for Universal Windows Platform Forum
6 answers
576 views

In my grid data column I cannot set the minimum and maximum value. I thought it works like the RadNumericBox.

Lance | Senior Manager Technical Support
Telerik team
 answered on 24 Sep 2020
7 answers
806 views
How to change the "No Data" message that is displayed by default when there are no items to display in the RadListView?
Lance | Senior Manager Technical Support
Telerik team
 answered on 06 Aug 2020
2 answers
222 views

Can a RadDataGrid have a two way binding?

Whenever I edit a cell in the following TwoWay binded grid, the source collection is not updated. Is this the defined behaviour?

 

 

<tg:RadDataGrid x:Name="radGrid"
Grid.Row="1"
  Style="{StaticResource RadDataGridInsideStyle}"
  ColumnDataOperationsMode="Inline"
  ItemsSource="{x:Bind ViewModel.TrainingsSummary, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
  AutoGenerateColumns="False"
  UserGroupMode="Disabled"
  UserEditMode="None"
  MinWidth="400"

 

The source collection is defined as follows:

 

public ObservableCollection<OverviewTrainingsReportDTO> TrainingsSummary { get; set; } = new ObservableCollection<OverviewTrainingsReportDTO>();

 

 

 

Didi
Telerik team
 answered on 23 Jul 2020
1 answer
108 views

 

I created a RadDataGrid and a custom edit command as described in the edit commands doc. However the Execute method is never called.

What else do I need to do to fire a commit edit command?

Lance | Senior Manager Technical Support
Telerik team
 answered on 22 Jul 2020
3 answers
202 views

I would like to create a chart where a stacked BarSeries is combined with a LineSeries. The horizontal axis is Categorical and shows week numbers (Category), the vertical is Linear (Value). The example data is this:

            List<Data> barCollection = new List<Data>();
            barCollection.Add(new Data { Category = "Wk 1", Label = "Preperation", Value = 5 });
            barCollection.Add(new Data { Category = "Wk 2", Label = "Preperation", Value = 3 });
            barCollection.Add(new Data { Category = "Wk 3", Label = "Preperation", Value = 4 });
            barCollection.Add(new Data { Category = "Wk 1", Label = "Production", Value = 4 });
            barCollection.Add(new Data { Category = "Wk 2", Label = "Production", Value = 3 });
            barCollection.Add(new Data { Category = "Wk 3", Label = "Production", Value = 3 });

            List<Data> lineCollection = new List<Data>();
            lineCollection.Add(new Data { Category = "Wk 1", Label = "Project", Value = 8 });
            lineCollection.Add(new Data { Category = "Wk 2", Label = "Project", Value = 7 });
            lineCollection.Add(new Data { Category = "Wk 3", Label = "Project", Value = 4 });
            lineCollection.Add(new Data { Category = "Wk 1", Label = "QuoteAndProjects", Value = 8 });
            lineCollection.Add(new Data { Category = "Wk 2", Label = "QuoteAndProjects", Value = 9 });
            lineCollection.Add(new Data { Category = "Wk 3", Label = "QuoteAndProjects", Value = 7 });

The bar-items need to be stacked in each week. The line-items (Two lines, based on the Label) are separate from each other. They need to be shown in front of the bars, since they might not be visible otherwise.

I have found several simple examples of individual portions of this question, but the combination is what makes it difficult. Can anyone help me in the right direction? 

Didi
Telerik team
 answered on 10 Jul 2020
2 answers
91 views
The RadDataGrid vertical scroll bar covers the filter control for the last column. It's difficult for the user to click the filter control when the vertical scroll bar appears. How can I fix this?
Yana
Telerik team
 answered on 02 Jul 2020
11 answers
436 views

Hi,
I installed Progress® Telerik® UI for UWP, but I'm not seeing all Telerik references.

 

I'm attaching screenshots.

Yana
Telerik team
 answered on 02 Jul 2020
1 answer
82 views
I have a grid with a number of columns. Several of the columns have filters. When I apply one of the filters, the last column on the right disappears when the grid refreshes. The code makes no changes as to whether or not a column is visible or not. Why is this happening?
Yana
Telerik team
 answered on 01 Jul 2020
3 answers
179 views

I have a checkbox in the cell template that has the visibility attribute.
On Loading, it works but after scrolling, It is showing

Please take look into below code

<telerikGrid:DataGridTemplateColumn Width="35" SizeMode="Fixed" >
                            <telerikGrid:DataGridTemplateColumn.Header>
                                <CheckBox />
                            </telerikGrid:DataGridTemplateColumn.Header>
                            <telerikGrid:DataGridTemplateColumn.CellContentTemplate>
                                <DataTemplate>
                                    <CheckBox  Visibility="{Binding IsSerialSelectedCheckboxVisible}" />
                                </DataTemplate>
                            </telerikGrid:DataGridTemplateColumn.CellContentTemplate>
                        </telerikGrid:DataGridTemplateColumn>

Didi
Telerik team
 answered on 18 Jun 2020
2 answers
71 views

By default, ScatterAreaSeries / ScatterSplineAreaSeries seems to fill the area around Y = 0 axis (the blue).

I want ScatterAreaSeries / ScatterSplineAreaSeries to fill the area below the data point with negative Y value (the yellow area).

How can I achieve the yellow area with ScatterAreaSeries / ScatterSplineAreaSeries ?

Also, are there any Annotation / Series to fill the shape like yellow area?

Prakit
Top achievements
Rank 1
 answered on 28 May 2020
Top users last month
Michael
Top achievements
Rank 1
Iron
Wilfred
Top achievements
Rank 1
Alexander
Top achievements
Rank 2
Iron
Iron
Matthew
Top achievements
Rank 1
Iron
ibra
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?