AD
Administrator
Syncfusion Team
August 9, 2004 03:25 PM UTC
In the AllowSelections property, try turning off the Row and Column flags to see if that does what you want.
SD
Steven Domingue
August 9, 2004 03:48 PM UTC
Thanks. That was a quick response. I used
AllowSelection = AllowSelection & (~GridSelectionFlags.Column);
and it seems to work as I would like.
>In the AllowSelections property, try turning off the Row and Column flags to see if that does what you want.