ADD. Paging functionality for RadGridView.
Currently each grid is exported in a separate excel file with one or more sheets. It will be good to add the possibility to export a grid to a separate sheet in an existing file.
ADD. RadGridView - add export of ViewDefiniton 1. Add export functionality for ColumnGroupsViewDefinition 2. Add export functionality for HtmlViewDefinition
Currently the Excel-Like filtering popup displays all values regardless if other columns contain filter expressions. Deleted as a duplicate of http://teampulse.telerik.com/view#item/96230
AutoSizeRows is not currently supported.
Add the ability to print all levels of a hierarchical RadGridView.
Load-On-Demand self-reference hierarchy provider
Allow drag and drop of rows, when RadGridView is in bound mode. Please refer to the following article demonstrating how to do that: http://www.telerik.com/help/winforms/gridview-rows-drag-and-drop.html
Wrapping text in ColumnsGroupViewDefinition does not affect the size of the cells.
The HeaderText of the RadGridView columns is not properly serialized in the resource file for the corresponding language.
Filtering in self-reference hierarchy should be performed over the rows from all levels
When exporting to HTML or PDF image columns should be exported properly.
Currently all exported cells are static.
Horizontal scroll bar should appear when auto size columns mode is enabled and columns has minimum width that cause the total width of the columns to be more that the visible area width.
To reproduce: 1.Add a RadGridView with one column. 2.Select the form and in the Properties window, set the form's Localizable property to true. 3.Specify the column's HeaderText for the default language. 4.Set the form's Language property to French (France). 5.Specify the column's HeaderText for French (France). 6.Set the CurrentUICulture before the InitializeComponent method to "fr-FR". If you run the application, the column is localized as expected. 7.If you get back to the designer and change the form's Language property back to Default you will notice that the column's HeaderText disappears. Workaround: set the HeaderText programmatically according to the current language.
One may want to perform a search operatior over the records of RadGridView instead of filtering them. The search should be incremental and should scroll to the first position that contains a record that matches the search criteria.
RadGridView should support indexed full-text search out of the box.
When RadGridView is displaying a self-referencing it should be able to show the data with ColumnGroupsViewDefinition and HtmlViewDefinition.
1. Create a new project with RadGridView 2. Setup a hierarchy with a large number of rows 3. Apply grouping and expand all child views 4. Run the project and try to scroll
Save and load layout to work in all view definitions.