Inspirare-LLC / Radzen.Blazor.GridExportOptions

Radzen blazor grid export options
MIT License
4 stars 2 forks source link

3 Issues: 1. Conditional formatting is breaking 2. No direct Export functionality to csv and excel 3. the given code (under northwindexportservice) does not include conditional formatting specially rowspan #5

Open samqadir opened 2 years ago

samqadir commented 2 years ago

Hi Team, we are facing issues in implementing below 3 functionalities.

  1. Enabling row formatting breaks the Grid which can also be seen in the Demo of Radzen Conditional formatting under Datagrid component. Try below steps to replicate : a. Search 10248 in order id b. sort by ProductId. First row breaks with product id data showing in order id column
  2. How to export all the pages of the grid?Need to export all pages and also include conditional formatting like increasing row span. There is no inbuild functionality so far in radzen , like in telerik, etc.
  3. Consider conditional formatting like increasing row span for records. i have 45 columns in my grid and row span is applied on the first 24 columns based on the 25th column. Meaning the first 3 rows of the first 24 columns is merged for first 3 records in 25th column. So when I should export the - > 2nd and 3rd row for first 24 columns, the cells should be blank and instead 2nd row should not start directly from the 25th column but the rows until 24th column should be merged with the above row and 25th column data should start from 25th column and not from 1st column in the exported CSV and Excel file.
JonasPetraska commented 2 years ago

Hi,

Could you please provide a sample project to illustrate the issues you are having?

In regards to the second question, this function exports only visible data, what I would suggest you to do is to add a page size control, where the user can control how much visible data there is. That way, the user can set a high enough number and export all of the data required.