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
170
Can't disable cell activation:"Override" does not appear.
posted

My grid is more like a report than a spreadsheet.  When my users click on the grid, I don't want the cell the user clicks in to have a visible box around it or to be highlighted in any way.  How do I prevent the clicked cell from looking selected or activated? 

 I've seen multiple posted replies here that say "At design time, use grid.DisplayLayout.Override".  The only problem is that there is no design time for me, I am building the grid 100% in code, and intellisense shows me no Override when I hit the "." after DisplayLayout. 

I've also looked at Knowledge Base Article KB06156, but the information there is misleading as well; it suggests setting the Activation property of the grid cells to an enum value of Activation.Disabled, but the cells don't seem to have an Activation property and the Activation enumeration is nowhere to be found.

I  am using .Net 3.5, Visual Studio 2008, and have Infragistics35.WebUI.Shared.v8.1 and Infragistics35.WebUI.UltraWebGrid.v8.1 referenced in my project.

 What am I missing?