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
410
Rowselector and multi-row selection
posted

I created a new thread because the other one had a answered checkbox so I wasnt sure if it would get answered.

From the other thread - (http://forums.infragistics.com/forums/t/2165.aspx)

"You would need to have the DisplayLayout.SelectTypeRowDefault set to Extended. Then shift clicking or control clicking will select based on the normal patterns." 

 

Is this the only property that needs set? I have tried to set this for my grid and it doesnt seem to work. Also when I double click my RowSelector it gives me a little dialogue next to it with a ok/cancel button, how do I turn that off?

 

Parents
  • 21382
    posted

    The OK/Cancel button is probably a RowEditTemplate that was added to the Grid.  In the ASPX clear out any <RowEditTemplate> you might have.

     

    I noticed you don't have a SelectedRowStyle, to change the color of the selected row.  Are you validating that the rows aren't selected via code? 

Reply Children