Dear Developers --
Please help.
I was wondering-- how can one remove all selections in a grid?
Please advise.
I would rather not have to interate through the rows if possible.
I am using Infragistics4.Win.UltraWinGrid.v13.1.dll
I am using Visual Studio 2012 SP4 running on Windows 7, fully patched.
I am writing in C#.
Can you help?
Thanks.
-- Mark Kamoski
Thanks!
Hi Mark,
Nothing to it:
this.ultraGrid1.Selected.Rows.Clear();this.ultraGrid1.Selected.Columns.Clear();this.ultraGrid1.Selected.Cells.Clear();