The one thing I really hate about Infragistics controls is that when I have not worked with them for more then about two weeks, I forget where all the little attributes are to do anything. Again, I have spent about 30 minutes looking for what should be obvious:
How do I prevent a DataGrid header from sorting when the user clicks on it?
Sam
grid.DisplayLayout.Override.HeaderClickAction = HeaderClickAction.Select
MS DataGridView is very simple and you can find things there very fast, but...