I created a grid with recordtype, I have 10 fields in my recordType but on grid am showing only five fields, when i click export to excel button it exports on five fields data, but i want all of the field should be exported.
Discussion posts and replies are publicly visible
Hello sachink2402 ,The default export button will only export the data that you display in the grid. You will have to either display all the fields or have a separate button which can switch between 5 fields and 10 fields display and have the download option on the 10 field grid. Or Harshit's way is also a good one to do and get your requirement done.