I wanted to reach out to the group and ask for your help regarding a question I have about the Epicor dashboard summaries.
Currently, the dashboard summaries (count, sum, etc) in Epicor are displayed at the bottom of the columns. However, I was wondering if it is possible to display the summaries above the column?
If anyone has any experience or knowledge regarding this matter, please feel free to share your insights. I would appreciate any suggestions or ideas that you may have on this topic.
Thank you in advance for your help, and I look forward to hearing back from the group soon.
It’s not that scary. You have to customize the dashboard assembly and there’s really not much to it. I’m not home but I can send you the code later tonight or tomorrow. I think it’s like 2 lines of code in the form load event.
One line sets a variable using the get native control reference guid of the grid. The other sets a property of the grid. I just don’t remember the property off the top of my head.
And you need to add this using statement at the top: