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 ?