ReoGrid
ReoGrid copied to clipboard
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET...
How do you create a SheetTabContextMenuStrip in WPF? I only see: ``` ContextMenu RowHeaderContextMenu ContextMenu ColumnHeaderContextMenu ContextMenu LeadHeaderContextMenu ContextMenu CellsContextMenu ``` Is this possible?
Hello Is color picker available as feature ? 
Hello How to edit cells with enter key like in excel? this is better than double click or F2 button; is there a feature must enabled to change this?
Hi I create a windows form and use merge cells , this work fine but unmerge the range don't work This work fine in the demo editor but not in...
Hello when i export excel file as csv the column of the bottom values changed 
To me, this doesn't look sorted. I used this to sort. `var sheet = reoGridControl1.CurrentWorksheet; sheet.SortColumn(2, 1, unvell.ReoGrid.SortOrder.Ascending);` It looks like that code that switches some places randomly. Here's picture....
## Describe the feature Please support filtering and sorting with the proper UI. Now it is possible to add the dropdown that should open the filter and sorting dialog, but...
Hello, I've been working on a project using multiple ReoGrid components. For most of it I hadn't been getting an issue, but now I'm starting to get and `ArgumentNullException` when...
I'm working to make forms to interact with Excel and I want to set one cell equals to reoGridControl.CurrentWorksheet.Ranges["A2"].Data. How should I reference from Excel? I want to set it...
I have a grid in which 2 top rows are frozen. If I click in the frozen area, and then I press the button that calls the Worksheet.ScrollToRange method to...