Hello,
I have been trying to solve this mystery problem of not being able to edit the cell. I think I finally narrowed down the reason why I cannot edit the cell and Im hoping to get some advice to see how I can get the cell back into edit mode.
Attached is a picture of what happens when I click the cell that Im trying to change the text in. It appears that all my settings are set to being able to edit the cell but not matter what the property CanEnterEditMode is always false. I cannot seem to get it in edit mode.
I need help because I have been trying to solve this problem for over two months and infragistics closed the issue on me : (
Thank you!
Hello Georgi,
I was able to get a chance to try your suggested fix. It didnt work unfortunately. I had tried several variations of setting these kinds of properties but no luck. I have yet to take a look at the sample file but i will do that now.
If were out of options on getting my grid working is there anyway that I could work with someone or get sample code to do what Im trying to do with this grid?
Basically I need to learn how to work with the designer UI to build these grids. I just seem to be having problems with them working the way I want.
Any suggestions would be very helpful. Thank you for your time!
Hello Rich,
Have you been able to resolve your issue ? Did you have a time to try my suggestion. Please let me know if you have any questions.
Regards
Thanks for attached files. I think that I was able to recreate your scenario using these files. I saw that you set the properties CellActivation = AllowEdit in the designer, but nevertheless of that I couldn`t edit the cells in the THERMALZONES band. Please take a look at your Designer file and try to find :ultraGridBand2.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;and chage it to :ultraGridBand2.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;Please take a look at the attached sample for more details. Please let me know if you have any questions.Regards
Here are those source files. Thank you!
FYI. The naming is different on the files but these are the correct ones.
Thank you for your response. I`ll wait your source and designer files. If you are able to create a new small project that reproduce your issue (in the part with Cell edit mode ) will be more helpful for us. Please if you have any questions, do not hesitate to write us.