☝️Small business or a startup? See if you qualify for our special offer.
+

WebDataRocks multiple value cell selection control

Answered
Julian asked on July 24, 2025

Good afternoon,

Thanks to the previous ticket, we were able to display the desired text and icon in the cell instead of numbers.

But now we have a question to multiple value cell selection control
1. We see AVERAGE and SUM which has no connection to what is in the cage.
Can we hide ACERAGE and SUM ?

2. Do we have any events or methods that connected with this multiple select? in docs I find only event.cellClick

Attachments:
wdr2.png

1 answer

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster July 28, 2025

Hello, Julian!

Thank you for your feedback.

Our team kindly asks to use our WebDataRocks GitHub for any future questions related to WebDataRocks, as we are answering only questions related to Flexmonster on this Help Center.

Regarding your questions:

1) Use the showAutoCalculationBar option to remove the auto-calculation bar:

options: {
grid: {
showAutoCalculationBar: false,
}
},

2) Kindly note that there are no cell selection events in WebDataRocks.

Hope it helps.

Kind regards,
Solomiia

Please login or Register to Submit Answer