Completed
Last Updated: 05 Feb 2021 13:02 by ADMIN
Release R1 2021
ADMIN
Lance | Manager Technical Support
Created on: 14 Sep 2018 14:34
Category: DataGrid
Type: Feature Request
4
DataGrid: Visibility option for Filter's More Button
Currently, hiding the 'more' button in the of the DataGrid filter Options panel is not possible.

This is a feature request to add such an option to the DataGrid column styling options (potentially as a property of the HeaderStyle).
5 comments
ADMIN
Georgi
Posted on: 05 Feb 2021 13:02

Hello,

This functionality is available with R1 2021 release of Telerik UI for Xamarin. For more details please check the following article: Show/Hide the Options Button

In order to change the OptionsButton visibility, you can set the IsOptionsButtonVisible bool property. By default, its value is True which means that the OptionsButton is visible by default.

Example:

<telerikGrid:DataGridTextColumn.HeaderStyle>
    <telerikGrid:DataGridColumnHeaderStyle IsOptionsButtonVisible="False"
                                           TextColor="Black"
                                           BorderColor="Black" 
                                           BorderThickness="2"/>
</telerikGrid:DataGridTextColumn.HeaderStyle>

 

Regards,
Georgi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Didi
Posted on: 31 Jul 2020 08:14

Hello Neil,

Yes, the approach hides the three dots - options button, which is used for opening the Filtering UI control.

Based on your input, I will escalate this feature request to the development team. We keep an eye on this item and will schedule it if there is a demand.

Regards,
Didi
Progress Telerik

Neil N
Posted on: 30 Jul 2020 16:23
That's not really a feasible option as it takes away filtering capabilities.
ADMIN
Didi
Posted on: 30 Jul 2020 06:04

Hello Neil,

Thank you for your input. Currently, this feature is not in our plans for the upcoming release. 

If you want to hide the datagrid columns option button, we have a how-to article. You can check it at the following link: https://docs.telerik.com/devtools/xamarin/knowledge-base/how-to-hide-three-dots-from-datagrid.

Regards,
Didi
Progress Telerik

Neil N
Posted on: 29 Jul 2020 18:35
Need this as users are hding all columns and getting themselves into trouble.