is there a way to disable multiple selection?

I don’t want to allow user to select more than one row . How do I do that?

Can be disabled by
grid.enableMultiline(false);

actually this setting disabled by default.