Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Aug 18, 2008 05:21
open dhtmlx forum
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?
Answer posted by Support on Aug 18, 2008 07:24
Can be disabled by 
    grid.enableMultiline(false);

actually this setting disabled by default.