Completed
Last Updated: 12 Feb 2014 10:34 by ADMIN
ADMIN
Stefan
Created on: 29 Oct 2012 07:31
Category: GridView
Type: Bug Report
0
FIX. RadGridView - unable to hide the FilterButton from GridFilterCellElement in ViewCellFormatting
To reproduce: 
 void radGridView1_ViewCellFormatting(object sender, Telerik.WinControls.UI.CellFormattingEventArgs e)
        {
            GridFilterCellElement filterCell = e.CellElement as GridFilterCellElement;
            if (filterCell != null)
     
0 comments