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
255
iGGrid Row Selector
posted

Hi Team,

I am using igGrid row selector feature and I set it up like this.

{
name: "Selection",
mode: 'row',
persist : false,
multipleSelection: false
}

On UI, once I select one row, it doesn't let me select any other row. It always sends the same row selection data back and it even doesn't change the selected row color once I try to select any other row. 

It only works the first time grid loads and it highlights the selected row and then never work again.

Any help ?

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello Hamza,

    Thank you for posting in our community.

    I created a small fiddle where I enabled Selection feature along with Row Selectors. I selected a row and afterwards I selected another one. On my side everything worked as expected and selection was correctly styled. I tested on Chrome, Firefox and Edge browsers (latest versions)

    Please open this fiddle on your side and let me know what is the behavior. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send I t back to me for further investigation. If you are experiencing the same issue with my sample please get back to me with steps to reproduce the behavior.

    Looking forward to hearing from you.

Children