Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
505
iggrid -how to retain the previously selected Rows in iggrid Edit?
posted

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

 

 

 

Parents
  • 25665
    Offline posted

    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.

Reply Children