I use UltraWinGrid bound to BindingSource, and i have a problem with edit cell in one of the columns. As I checked column doesn't have any property which could lock editing, and property which I try to edit have public getter and setter and is of type string. Could some one tell me where can be the problem or what property should be set to allow user to edit values in grid?
Thanks for your help
Hello PoKrec,
The following line is the source of the issue I believe:
testList.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
Please do not hesitate to contact me if you need any additional assistance.
I attached sample project that you could investigate this behavior.
Hello,
Then there must something else overriding this behavior. Could please if possible attach your settings(source code) or a small sample project with your scenario.
Value in property CellActivation is set to AllowEdit, so i think it should be editable.