Telerik Forums
UI for WPF Forum
2 answers
130 views

Hello,

I am using the CardView-Control. Is there an event when the user expands/collapses a card?

regards

Tobias

Stenly
Telerik team
 answered on 10 Mar 2022
1 answer
212 views

Hello,

I'm using a custom SettingsPane based on the one you developped (Telerik\UI for WPF R2 2017\Themes.Implicit\WPF40\Windows7\Themes). This pane is used to customize all of the shapes (basic RadShapes and custom shapes) in a RadDiagram.

In this pane, there is a tab (it content is a UserControl) which allows the user to add values (from a RadGridView) to a serie in a RadChart (ScatterChart). The RadGridView allows the copy/paste functionnality to paste some values from Excel (for example).

However, I have a strange behavior about the focus: if I open the pane and the dedicated tab, I go to Excel to copy the data, click on the RadGridView before paste the data, then the main window and the pane don't take the focus. On the contrary, if I copy the data before opening the pane and the tab, there aren't any problems with the focus, the pasting is correctly done.

When the problem occurs, we can see that the main window header is light grey, to indicate that it doesn't have the focus.

Do you know something about this behavior? Do you have any solution? 

 

Many thanks.

Valentin.

Valentin
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 09 Mar 2022
1 answer
264 views

Hello,

I would like to know if there is a way to customize (or alter) the RadGridView-Row Indicator to function more like the row indicator in Excel that supports Selection of rows and Automatic Row Numeration?

Or perhaps any way to set a Custom Row Indicator in a Custom RadGridView?

 

thank you,

Patrick

 

Dilyan Traykov
Telerik team
 answered on 09 Mar 2022
1 answer
180 views

I want to be able to restrict the user to entering only hex values in RadGridView rows.

Also, ideally the control creates a single space between hex values.

Any ideas?

Thank you in advance.

 

Example : 41 78 FF FD

 

Martin Ivanov
Telerik team
 answered on 09 Mar 2022
0 answers
142 views
How can I add StackPanel on the Row?

Would appreciate help

 

<telerik:RadGridView
                    AutoGenerateColumns="False"
                    CanUserFreezeColumns="False"
                    CanUserResizeColumns="False"
                    CanUserSortColumns="True"
                    CanUserSortGroups="False"
                    GroupRenderMode="Flat"
                    IsReadOnly="True"
                    RowIndicatorVisibility="Collapsed"
                    ShouldCloseFilteringPopupOnKeyboardFocusChanged="True"
                    ShowColumnSortIndexes="True"
                    ItemsSource="{Binding Tasks}">
                    <telerik:RadGridView.Columns>
                        <telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" Header="Name" />
                        <telerik:GridViewDataColumn DataMemberBinding="{Binding Phone}" Header="Phone" />
                    </telerik:RadGridView.Columns>

  </telerik:RadGridView>

Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
 asked on 09 Mar 2022
1 answer
387 views

Hello,

I'm developing an application that is based on fluent theme but should not use the ripple effect.

Therefore I followed instuctions in Fluent Theme article and placed in resouces of my MainWindow.xaml

<Window.Resources>
        <Style TargetType="mat:FluentControl" >
            <Setter Property="IsRippleEnabled" Value="False" />
        </Style>
</Window.Resources>

Basically this is working fine. On controls like Buttons or NavigationView the effect disappears. Unfortunately I noticed, that in RadListBox the ripple effect is still active when mouse is over an item of the list.

I attached a small example. It contains just a listbox and a button. Fluent theme is set and ripple should be disabled. For button it works fine. Listbox items still showing the effect.

 

How can I disable the ripple effect also for listbox items?

 

Thanks and regards

Philipp

Stenly
Telerik team
 answered on 09 Mar 2022
2 answers
237 views

Hi there,

I am looking for a way to programmatically deselect the current selected row by clicking on it. I do not wish to use the ToggleRowDetailsColumn. 

Here is the logic I wish to implement:

if (clickedItem == this.gridView.SelectedItem)
{
    this.gridView.SelectedItems.Clear();
}
else
{
    this.gridView.SelectedItem = clickedItem;
}

Thanks

Martin Ivanov
Telerik team
 updated answer on 09 Mar 2022
0 answers
124 views

Not all my items are displayed and I don't have a scroller,

Would appreciate help

 

  <telerik:RadGridView
                    AutoGenerateColumns="False"
                    CanUserFreezeColumns="False"
                    CanUserResizeColumns="False"
                    CanUserSortColumns="True"
                    CanUserSortGroups="False"
                    GroupRenderMode="Flat"
                    IsReadOnly="True"
                    RowIndicatorVisibility="Collapsed"
                    ShouldCloseFilteringPopupOnKeyboardFocusChanged="True"
                    ShowColumnSortIndexes="True"
                    ItemsSource="{Binding Tasks}">
                    <telerik:RadGridView.Columns>
                        <telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" Header="Name" />
                        <telerik:GridViewDataColumn DataMemberBinding="{Binding Phone}" Header="Phone" />
                    </telerik:RadGridView.Columns>

  </telerik:RadGridView>

Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
 asked on 08 Mar 2022
1 answer
113 views

Hi,

I created a new file in the RadRichTextBox  , edited some text and set the style as header, then referenced the table of contents in the file.

The table of contents line is displayed as a dotted line. When I save the file as PDF, the dotted line becomes a straight line.

 

Tanya
Telerik team
 answered on 07 Mar 2022
1 answer
139 views

Hi,

When I open the file with RadRichTextBox  and save it as a PDF file,the line in table of contents has disappeared.

I have uploaded the DOCX file as an attachment.

Tanya
Telerik team
 answered on 07 Mar 2022
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
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?