Telerik Forums
UI for WPF Forum
0 answers
76 views

How can I show animation like the following video in diagram control with pause and play option?
sunita
Top achievements
Rank 1
 asked on 30 Apr 2024
0 answers
83 views

I am using a WPF RadAutoCompleteBox control in my application, I am trying to set a custom style to this control but there are a few behaviors I could not get it right.

This is the current look of the control:

The colors I wish to change:

1. Text color in the textblock as pointed with the green arrow.

2. The background of the selected item in the drop down menu as pointed with the blue arrow. Currently it is showing as transparent, but I wish change it into a solid color.

3. The transparent background of the drop down menu as pointed with the purple arrow.

I have tried to change the background and foreground properties but could not see the effect on the control. I have attached the style file I used for the control.

Any advice?

Thank you!

boon
Top achievements
Rank 1
 updated question on 29 Apr 2024
0 answers
54 views
In a Telerik WPF project, how to configure RadScheduleView to display the preview position of a dragged appointment at a specified time interval (e.g., 20 minutes)?
Denny
Top achievements
Rank 1
 asked on 29 Apr 2024
1 answer
57 views
Which type of control can be used to create control as per image and How ? 
Dimitar
Telerik team
 answered on 25 Apr 2024
0 answers
56 views
Which type of control can be used to create control as per image and How ?
Parth
Top achievements
Rank 1
Iron
Iron
 asked on 25 Apr 2024
1 answer
64 views

Is Telerik WPF WebCam control supported in .NET 6? If so, what package contains the definition for RadWebCam?

Thanks.

Mark
Top achievements
Rank 1
Iron
 answered on 24 Apr 2024
1 answer
60 views

Hi,

   I'm using a RadDocking with the VisualStudio2019 Dark theme.

   I'm getting confused as the header background styling is up side down in RadPane and RadTabItem leading to poor user experience.

   How can I have the same styling behavior as RadTabItem header applied to RadPane header ?

 

Thanks.

 

Stenly
Telerik team
 answered on 24 Apr 2024
0 answers
59 views

ViewModel.cs:


public QueryableDataServiceCollectionView<MyTable> MyTableView { get; set; }

var dsq = context.MyTable.AddQueryOption("$orderby", "InsertDateTime");
MyTableView = new QueryableDataServiceCollectionView<MyTable>(dsq.Context, dsq)
{
    PageSize = 25,
    AutoLoad = true
};

View.xaml:


<telerik:RadGridView ItemsSource="{Binding ElementName=MyPager, Path=PagedSource}">
    <telerik:RadGridView.Columns>      
        <telerik:GridViewDataColumn Header="Insert Date Time"
                                    DataMemberBinding="{Binding InsertDateTime}" />
    </telerik:RadGridView.Columns>
</telerik:RadGridView>

<telerik:RadDataPager x:Name="MyPager"
                      PageSize="25"
                      Source="{Binding MyTableView}" />

When I click on the Insert Date Time column header, a Microsoft.OData.Client.DataServiceQueryException exception is thrown with the message "Duplicate property named 'insertDateTime' is not supported in '$orderby'."

The query that's spat out by the RadGridView/RadDataPager/QueryableDataServiceCollectionView is /odata/v1/MyTable?$orderby=insertDateTime,InsertDateTime&$top=25

How do I fix this?

For context, MyTable has 10 million records with server-side pagination enabled and the records must be sorted by InsertDateTime when first loaded.

Wizard6650
Top achievements
Rank 1
Iron
Iron
 updated question on 23 Apr 2024
1 answer
124 views

Dear Telerik Team,

Do we have any multiple selection (Check box) option in Grouped rows?

Reference screen shot attached here.

 

Thanks in Advance 

 

Martin Ivanov
Telerik team
 answered on 22 Apr 2024
1 answer
61 views

I'm trying to create a "custom shape" in diagram control, but custom node disappears when i add it to IGraphsource in diagram control.

I am also attaching the sample project so if i am doing anything wrong can you please check.

I added the .png file for the custom shape I wanted

Stenly
Telerik team
 answered on 22 Apr 2024
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?