Skip to main content
swapnar6405
Known Participant
March 30, 2023
Question

read-only grid Export to excel

  • March 30, 2023
  • 13 replies
  • 8 views

HI,

I have a read-only grid with few column along with a column under which "update" buttons are there againest each row.

Now, when I try to use "Export to Excel" icon, it is downlading all the columns inlcuding button column name like "update" against each row.

Is there a way I can avoid "button" name in each row of export to excel.

13 replies

Inspiring
March 30, 2023

There is one thing you can do, instead of using a!recordActionField() in your first column you can use richtextIcon() and make it clickable by adding a startProcessLink which will start the same process triggered by Update related action.

Like this:

Now, the exported excel will have an empty column, which really do not looks weird at all.

New Participant
March 31, 2023

oh, It's work                                                            blob opera