ReoGrid icon indicating copy to clipboard operation
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...

Results 164 ReoGrid issues
Sort by recently updated
recently updated
newest added

How do you create a SheetTabContextMenuStrip in WPF? I only see: ``` ContextMenu RowHeaderContextMenu ContextMenu ColumnHeaderContextMenu ContextMenu LeadHeaderContextMenu ContextMenu CellsContextMenu ``` Is this possible?

enhancement
todo
wpf

Hello Is color picker available as feature ? ![image](https://user-images.githubusercontent.com/6026588/157791510-7434f6e2-ccab-4999-b5de-dbd7fb1e0aab.png)

question
resolved

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?

question

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 ![image](https://user-images.githubusercontent.com/6026588/156987203-8f3c03ed-ac08-4017-ae8d-7ea87193916a.png)

confirming

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....

enhancement
help wanted

## 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...

bug
help wanted
todo

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...

confirming