Completed
Last Updated: 22 Jul 2019 06:02 by ADMIN
Tino
Created on: 20 Dec 2018 07:36
Category: MultiColumnComboBox
Type: Feature Request
1
Hiding the Row Indicator
Add option to hide row indicator in grid.
3 comments
ADMIN
Yoan
Posted on: 22 Jul 2019 06:02
Hi,

Yes, you can set this property on the GridViewItemsSourceProvider of your MultiColumnCombobox.

Regards,
Yoan
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
loai
Posted on: 20 Jul 2019 14:47

Hi,

 

May I know if this feature have been provided?

 

Thanks

ADMIN
Yoan
Posted on: 24 Dec 2018 06:30
Hello Tino,

This feature is in our TODO list for the upcoming release. It is expected to be released in the middle of January. 

At the moment, you can define a style targetting the RadGridView and set the RowIndicatorVisibility property like so:

<Style TargetType="telerik:RadGridView">
            <Setter Property="RowIndicatorVisibility" Value="Collapsed"/>
        </Style>


Regards,
Yoan
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.