Completed
Last Updated: 26 Nov 2018 16:48 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category: GridView
Type: Bug Report
0
Using such negative margin leads to some parts of the template to be actually outside of the control boundaries.

The fix for this issue will be available with the next LIB (version 2018.3.1203) expected on Monday, December 3.
Completed
Last Updated: 02 Jul 2018 06:48 by ADMIN
Unplanned
Last Updated: 15 Jun 2018 15:34 by ADMIN
Currently search tries to match the search value to the complex object value, which always provides negative results. Adding such property will enable search over a primitive type, or string property of the given object.
Completed
Last Updated: 13 Jul 2018 14:08 by ADMIN
Check Demos >> GridView >> Hierarchy

First HeaderCell should be aligned with the first cell in the gridview. You can find a screenshot attached. 
Declined
Last Updated: 12 Jun 2018 12:06 by Pawel
Created by: Pawel
Comments: 2
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 04 Jun 2018 11:54 by ADMIN
Completed
Last Updated: 18 Jun 2018 05:31 by ADMIN
Completed
Last Updated: 04 Jun 2018 11:54 by ADMIN
If you set BorderThickness through a custom CellStyle, the left border is overwritten by our code. 
Completed
Last Updated: 31 Aug 2018 18:25 by Neal
Unplanned
Last Updated: 19 Jun 2018 08:55 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
2

			
Declined
Last Updated: 14 Nov 2022 14:41 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 5
Category: GridView
Type: Feature Request
3
Add a mechanism to fix the current viewport (scrollbar position) when new items are inserted. Currently, when you insert items before the viewport's start, the scrollbar position is offset.
Unplanned
Last Updated: 03 Feb 2021 08:28 by JUI CHENG
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
3

			
Unplanned
Last Updated: 26 Apr 2018 13:39 by ADMIN
To work this around set the GroupRenderMode property of RadGridView to Flat.

When GroupRenderMode is set to Nested the issue can be overcome by calling the BringIntoView method on the row returned in the ScrollIntoViewAsync method's callback:
gridView.ScrollIndexIntoViewAsync(index,
  new Action<FrameworkElement>((f) =>
  {
      f.BringIntoView();
  }));
Unplanned
Last Updated: 24 Apr 2018 12:27 by Vladimir
Unplanned
Last Updated: 19 Apr 2018 11:19 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 11 May 2018 05:44 by ADMIN
Placing text in quotes after exclude search operator and search getting the wrong result. As a workaround to get the desired result the search string can be changed in this way: from  -"Rio de" to  -Rio + -de.
Completed
Last Updated: 11 May 2018 05:43 by ADMIN
Completed
Last Updated: 28 Jun 2018 05:45 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 4
Category: GridView
Type: Bug Report
1