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
1640
Disabling click on grid column headers
posted

We are using the following logic when there are no sortable columns in a grid:

layout.Override.HeaderClickAction = HeaderClickAction.Select;

layout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;

But the column headers are is still clickable, and will fire a Click event if defined on the grid. 

Is there a way to completely disable the clickability of grid column headers?

Parents Reply Children