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
221
ultragrid without selection
posted

Hi,

We do not want our user to select anything in our grid.

We tried the following code:

grid.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
grid.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
grid.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
grid.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None;

And it does not work, the clicked row is selected.

We have installed the latest hotfix for NETADVANTAGE .NET2007 volume3.

Can anyone help us?

Thanks in advance.

Greetz,

Marc