I just upgraded to 23.1.202331.53. In existing grid cell, UI is not displaying the edit cell button when cell gets activated. Here is the code which sets this for a specific column. (Exact same code used to work before upgrade).
_Tool_Grid.DisplayLayout.Bands[0].Columns["file"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton; _Tool_Grid.DisplayLayout.Bands[0].Columns["file"].ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.OnCellActivate; _Tool_Grid.DisplayLayout.Bands[0].Columns["file"].CellButtonAppearance.Image = _ImageList.Images[0];
//Issue seems to be with ButtonDisplayStyle.OnCellActivate mode. If I set it to ButtonDisplayStyle.OnMouseEnter it does show the edit button.
Hello Jigar,
Thank you for the post. I am able to reproduce the issue with with OnCellActivate mode, although this is not the .net8 issue , i am able to reproduce it with .netframwork 4.7 also.
Here i attached my demo sample of netframwork 4.7 for your reference.
I noticed that you have created a private case C-00234187. I will log the issue and would link it with the private case.
framworkapp.zip
Hello,
We have upgraded our applications to 23.2.20232.81 version, and we have the same issue (.netframework 4.8).Is there any update about a fix for this issue?