Completed
Last Updated: 03 Oct 2016 04:57 by ADMIN
Completed
Last Updated: 30 Apr 2018 13:18 by ADMIN
Available in LIB version 2016.3.1128, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 04 Jan 2017 07:21 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 23 Jan 2017 06:41 by ADMIN
Completed
Last Updated: 15 Jul 2016 11:14 by ADMIN
Completed
Last Updated: 09 Aug 2019 12:34 by ADMIN
Release R1 2019
Sample:
<telerik:RadGridView ShowSearchPanel="true" ShowSearchPanelCloseButton="false"
or
<telerik:RadGridView ShowSearchPanel="true" ShowSearchPanelCloseButton="Hidden"
Unplanned
Last Updated: 03 Jan 2017 16:26 by ADMIN
Workaround: reused the cell element like this:
CreateCellElement(Telerik.Windows.Controls.GridView.GridViewCell cell, object dataItem)
{
    var button = cell.Content as Button;
    . . .
 
    return button;
}
Completed
Last Updated: 16 Oct 2019 10:48 by ADMIN
Release R3 2019 SP1
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: GridView
Type: Feature Request
6

			
Unplanned
Last Updated: 08 Feb 2017 17:03 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
Unplanned
Last Updated: 04 Jan 2017 07:22 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
1

			
Unplanned
Last Updated: 04 Jan 2017 07:22 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 26 Mar 2018 11:02 by ADMIN
Declined
Last Updated: 16 Jun 2016 07:46 by ADMIN
Completed
Last Updated: 22 Nov 2017 12:03 by Werner
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: GridView
Type: Feature Request
6
Added the CanUserSearchInHiddenColumns property which indicates whether users can search for content in hidden columns. The property is available with our 2017.3.1127 internal build.
Completed
Last Updated: 28 Jun 2016 15:09 by ADMIN