Completed
Last Updated: 16 Sep 2015 08:42 by ADMIN
When selecting the child templates from the tree view in the left pane, the preview should be updated to show the child template.
Completed
Last Updated: 14 Aug 2012 07:26 by ADMIN
To reproduce, add a grid with GridViewHyperlinkColumn and enough rows for vertical scrolling. Click a link in a cell so its link will change to visited (its color changes). Scroll down and you will see how the same visited state is transferred to other cells.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
When the RadGridView is scrolled horizontally, the right border of row header cell disappears.
Completed
Last Updated: 14 Aug 2012 03:35 by ADMIN
1. Create a new project with RadGridView.
2. Bind it to a data source which contain a date-time column.
3. Enable the filtering and and enable the excel like filtering feature.
4. Run the project and open the filtering popup for the date-time column. You should see a popup with calendar.
Completed
Last Updated: 11 Feb 2014 15:55 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
5
To reproduce: 
For i = 0 To Me.RadGridView1.Columns.Count - 1
            Me.RadGridView1.Columns(i).AutoSizeMode = Telerik.WinControls.UI.BestFitColumnMode.HeaderCells
Completed
Last Updated: 08 Aug 2012 02:47 by ADMIN
There should be an option that allows users to change the column and row delimiters for the ExportToCSV.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
The code below causes wrong layout of RadGridView control when 0, A0, A1, B2, C1 rows are expanded:

private List<GridViewTemplate> childTemplates;

public TestForm2()
{
    InitializeComponent();
}

protected override void OnLoad(EventArgs e)
        {
  
Completed
Last Updated: 21 Jun 2018 13:33 by ADMIN
Setting the FormatString of a column in the child template does not seem to take effect.
Completed
Last Updated: 07 Aug 2012 03:43 by ADMIN
Setting the FieldName of a column in the child template to "Products.Name" does not work properly.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
IMPROVE. RadExpressionEditorForm - add ability to be shown as modal form
Completed
Last Updated: 03 Aug 2012 05:01 by ADMIN
Clearing and refreshing the rows in a data table bound to a RadComboBoxColumn causes problems in the RadGridView. The column's drop-down stops working and in some cases the entire grid has become unresponsive.
Declined
Last Updated: 20 Feb 2014 09:51 by ADMIN
Steps to reproduce:
1. Add a grid to a form and make it read only
2. Add a masked box column and set the mask
3. Add some data and run the project
You will see that the mask is not applied to the values in the mask box column
Comment: This is not an issue.  The mask is applied after editing the text with RadMaskedEditBox, in read-only mode there is no masked editor created. You should use the conversion layer in RadGridView to solve the issue. Check the GridView >> Manipulated Data >> Convert Values example from our demo application.
Completed
Last Updated: 01 Dec 2015 09:20 by ADMIN
1. Create a new project and open a form at design mode.
2. Drop RadGridView component on the form.
3. Bind it to some data source.
4. Open the property builder.
5. Select a column and change its name property. You will see that the column name remains the same in the columns list located at left.
Completed
Last Updated: 03 Aug 2012 12:19 by Jesse Dyck
ADMIN
Created by: Julian Benkov
Comments: 1
Category: GridView
Type: Bug Report
1
I am executing the following code.  Utilizing the debugger I know the code is only implemented once, and it works correctly at first but then at seemingly random intervals multiple rows will expand.   I used modified code as well to first collapse all rows and then expand only the one with the matching ID field, but I get the same results.
Completed
Last Updated: 20 Dec 2016 06:53 by ADMIN
A developer should be able to remove certain fields from there, so his end-users cannot use them to build their expressions.
Declined
Last Updated: 05 Jun 2015 08:32 by ADMIN
To reproduce:
void radGridView1_CurrentRowChanged(object sender, Telerik.WinControls.UI.CurrentRowChangedEventArgs e)
        {
            e.CurrentRow.Cells[2].ColumnInfo.IsCurrent = true;
        }
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
The RadExpressionEditorForm should not show the invisible columns in its fields section.
Completed
Last Updated: 01 Jun 2015 07:43 by ADMIN
Allow setting the height of the group panel in design time:
 - by setting its height property
 - by using mouse cursor via property builder
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
- Allow easy replacement of Conditional Formatting form
- Localization of the form does not cover the Sort Alphabetically check box
- Allow formatting of the items in columns drop down in Conditional Formatting Form