Completed
Last Updated: 16 Jul 2015 15:24 by ADMIN
When add
 
  dg.Relations.AddSelfReference(dg.MasterTemplate,"ID", "IDPARENT");

The event bnds_PositionChanged works only when go with level on another. А within the one level does not work.
 
Operation of the removing does not work too.

Also is not working properly displaying alternative rows.
EnableAlternatingRowColor=true;
Completed
Last Updated: 07 Sep 2011 07:52 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The scenarion is valid for EF ToBindingList functionality.
Completed
Last Updated: 13 Dec 2011 07:07 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The problem exist for NotifyCollection - CollectionChanged event also. Filter events too.
Completed
Last Updated: 23 Nov 2011 05:01 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
There is a bug regarding the filtering of the grid, in the GridViewComboBoxColumn.
The filtering result displays wrong value.  
The bug accurse when:
   - Select a value form a GridViewComboBoxColumn.
   - Clear Filtering of the grid.
   - write a new value in the filtering GridViewComboBoxColumn cell, before living the cell.
The grid is filtered with the previous selected value.  
Note: the bug accurse only when the ReadOnly Property of column is off.
Completed
Last Updated: 08 Nov 2011 06:25 by ADMIN
There are 2 main problems in this functionality:
A) User has to click the filter check box twice to get the state changed for the first time. That is unacceptable, It must work from first click from first click check box must change its state.
B) Parameters of FilterChanging event are absolutely useless and what is worse they even lie about real state of the filter.
C) If I want to edit in column editor FilterDescriptor property of the column some maybe old dialog window appears because whatever I set here it does not change anything.
Completed
Last Updated: 20 Jun 2012 06:09 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
When you copy from excel & if there are some empty columns in the excel file those empty columns aren't copied.The grid simply ignores the empty columns.Just run the attached sample project and copy the content from excel file and paste on the grid.T
Completed
Last Updated: 30 May 2012 03:51 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
I have a problem with read only columns. 
When I paste a value (CTRL+V) on a cell from a read only column the value from that cell is changed with the value from the clipboard.
Completed
Last Updated: 17 Feb 2012 04:57 by ADMIN
Selfreference:
Item.ID
Item.Propertys.ParentID 

If Parent ID == null then since the new Update I will recive :


bei Telerik.WinControls.UI.GridViewSelfReferenceComparer.Compare(GridViewRowInfo x, GridViewRowInfo y) 

bei Telerik.Collections.Generic.AvlTree`1.LastIndex(ValueT value) 

bei Telerik.Collections.Generic.AvlTree`1.InsertWithDuplicates(ValueT value) 

bei Telerik.Collections.Generic.AvlTree`1.Add(ValueT item) 

bei Telerik.WinControls.UI.GridViewSelfReferenceDataProvider.Refresh() 

bei Telerik.WinControls.UI.GridViewTemplate.Telerik.WinControls.Data.IDataItemSource.Initialize() 

bei Telerik.WinControls.Data.RadListSource`1.Initialize() 

bei Telerik.WinControls.Data.RadListSource`1.Bind(Object dataSource, String dataMember) 

bei Telerik.WinControls.Data.RadListSource`1.set_DataSource(Object value) 

bei Telerik.WinControls.UI.GridViewTemplate.set_DataSource(Object value) 

bei Telerik.WinControls.UI.RadGridView.set_DataSource(Object value) 

bei LocalSimulation.Form1.worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in D:\Programming\REPOSITORY\trunk\AAARISK WEBAPP\LocalSimulation\Form1.cs:Zeile 142. 

bei System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) 

bei System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) 



So I changed Parent = null to Parent =0 and it works .
Completed
Last Updated: 21 Feb 2012 04:10 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
When i press control-c at a gridviewcell and paste it to notepad or another telerik control it looks like this.if i paste it to excel it works fine.
Completed
Last Updated: 10 Feb 2012 04:55 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The synchronization mechanism is invalid when sorting is applied and notification was received from external data source object.
Completed
Last Updated: 27 Nov 2014 15:35 by ADMIN
RadGridView issue: Can not change the Operator or Value of FilterDescriptor in FilterChanging event handler
Completed
Last Updated: 31 Jan 2012 07:33 by ADMIN
Chechbox editor issue with value update and BeginEdit operation for next cell
Completed
Last Updated: 01 Feb 2012 07:31 by ADMIN
Completed
Last Updated: 20 Jun 2014 11:57 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The issue may be releated to measure layout logic.

Ticked ID: 381352
One thing more I noticed.
Actually I do not think, this issue is a sorting issue, but rather some rendering issue, where the old version is much faster than the new one. 
If you compare the scrolling performance between the new and the old version, also here the old version is significantly faster.
So I think this is a more general issue, something with the rendering - or what you call it - of the visible part of the grid, which are faster in the old version.
Am I the only customer noticing this ?
Completed
Last Updated: 13 Feb 2014 08:41 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
Delete from BindingList lists bound to master and child templates. Invalid batch operation
Completed
Last Updated: 06 Dec 2010 05:19 by ADMIN
If I create a grid view and use DeferRefresh while adding rows, if I later update the value by using the Cell.value property, the cell does not update visually until you force a redraw of the cell in some fashion. The most reliable workaround was using a beginedit/endedit around the value change inside another DeferRefresh call, but it's really slow and unusable. The other thing I tried that worked a bit was getting the row and calling InvalidateRow() - which works for single line cells pretty well, but if you have auto size with multi-line, etc... it doesn't update the vertical height of the row correctly.
Completed
Last Updated: 12 Apr 2012 10:10 by Svetlin
The drag and drop of rows or columns to scroll the grid if the target item is not visible.
Completed
Last Updated: 19 Apr 2012 04:40 by Svetlin
Horizontal scrolling when multiple selection is performed by mouse.
Completed
Last Updated: 28 Oct 2011 05:44 by Svetlin
The evaluation of invalid expressions in RadGridView should not crash the host application.
Completed
Last Updated: 21 Nov 2011 03:47 by Svetlin
Allow hiding of whole group in ColumGroupsViewDefinition by adding Visibility property to ColumnGroup class.