I need to retain the selected rows in the iggrid after i double click to edit rows in iggrid. ex. If i double click the row to edit, my previously selected rows are getting de-selected.
Kindly guide me to resolve this issue.
Thanks in advance.
Thanks,
Bala.R
Hello Bala,
Thank you for contacting Infragistics!
This is the expected behavior as clicking onto a row once selects that row. If you want to prevent this I recommend either set the multipleCellSelectOnClick option of the selection behavior to true. Which means the previous row(s) and the newly clicked to edit will both be selected if multiple selection is enabled. The other would be to on selection of a row make a list of selected row(s) and if you then go into edit unselect the new row and select the previous row(s) in your list.
http://help.infragistics.com/jQuery/2014.1/ui.iggridselection
Please let me know if you have any further questions concerning this matter.
Hi Mike,
Appreciate your response.
I tried multipleCellSelectOnClick = true, in the grid feature but it is not working .Is there any other work around for this issue except the second option that you suggested - making a list of selected rows, why because is ? it is affecting performance.
Let me know , if you have any other solution for this.
Thanks in Advance,
Thanks
Bala. R
Thank you for the update. It seems multipleCellSelectOnClick is ignore when the mode is set to row. Keeping your own list to revert to upon entering edit mode is the workaround.
After doing some further research, selecting multiple rows on click without holding control(keeping previously selected rows on edit) has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting a product idea:
- Direct communication with our product management team regarding your product idea. - Notifications whenever new information regarding your idea becomes available. - Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time. - Allow you to shape the future of our products by requesting new controls and products altogether. - You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea: 1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed). 2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.) 3. Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
I am following up to see if you have any further questions concerning this matter.
Please let me know if I may be of further assistance with this matter.