Completed
Last Updated: 21 Jan 2021 12:32 by ADMIN
Release R1 2021
ADMIN
Didi
Created on: 24 Jul 2018 10:08
Category: DataGrid
Type: Feature Request
14
DataGrid: Provide an easy way to show/hide/remove the OptionsButton (Filtering UI)

		
1 comment
ADMIN
Didi
Posted on: 21 Jan 2021 12:32

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,
Didi
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/.