Need a special offer?Find out if your project fits.
+

Flexmonster Grid values processing

Answered
Anchal asked on October 8, 2018

Hi Team,
 
Could you please help me in multiple rows selection on Flexmonster grid and send them to perform operations  on a new Dialog box to display them ?

9 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster October 8, 2018

Hello Anchal,
Thank you for your question. You can use getSelectedCell() API call for this. Please find more information here: https://www.flexmonster.com/api/getselectedcell/.
Let us know if you have any other questions.
Regards,
Dmytro

Public
Anchal October 8, 2018

Hi Dmytro,
Thanks for your valuable time and response. Above example is working fine. But if after multiple rows selection, I want to go with Context menu then selection is getting removed.
One more question I would like to ask, can we add a multiple values selection with a drop down on a cell ?

Public
Tanya Gryshko Tanya Gryshko Flexmonster October 10, 2018

Hello, Anchal,
Thanks for a quick reply!
Could you please describe the flow you want to achieve?
This would help us to understand your requirements better.
Waiting for your reply.
Regards,
Tanya

Public
Anchal November 19, 2018

Hi Tanya,
Could you please help me to find a solution for the selected cell ?
I have a scenario where I need to pull all the columns information with the headers and selected cell's complete information.
We have getSelectedCell() method to pull the selected cell information. The same way I want to pull the complete row information with headers and values.
Is there any way to do this ?
Please have a look on attachment.

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster November 20, 2018

Hello Anchal,
Thank you for providing us with a detailed explanation.
Currently, we do not have such feature available. We will add your request to the customer wishlist.
Please note that we are not ready to provide you with the ETA for this feature since this is the first request on it.
We will notify you as soon as it is added to our roadmap.
Please let us know in case of any other question.
Regards,
Dmytro

Public
Anchal November 20, 2018

Thanks for the response Dmytro.
But if you could bring this feature with your early release, then it will be really helpful for me. 
With same feature, if you could include the same functionality of getSelectedCell() if multiple rows or cells are selected we should be able to pull the complete header and the values information of all columns available in the selected rows. It will be helpful for us and it will enhance the feature of Flex too.
 

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster November 20, 2018

Hello Anchal,
Thank you for your feedback.
We will add it to your request.
Regards,
Dmytro

Public
Jojo Joy April 8, 2019

Hi Dmytro,
Do you have a timeline on this functionality yet? We are planning to implement FlexMonster in one of our apps and this is the make or break functionality we are looking for. Please let me know. 
Thanks,
Jo.

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster April 8, 2019

Hello everyone,
We have recently added a new update that extends context menu functionality. For now, it does not clear selection when pressing the right click button and also returns the list of selected cells to the context menu handler. Please refer to the following JSFiddle example: https://jsfiddle.net/flexmonster/x6bcm8rz/.
Let us know if everything works fine for you.
Regards,
Dmytro

Please login or Register to Submit Answer