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
285
Ultragrid Editor Control behavior in V 9.2
posted

We recently upgraded to Infragistics 9.2 from version 8.2. After upgrade we run into strange behavior where edit buttons in grid columns get disappered.

 

Here is code snippet in Initializelayout event

with myGrid.DisplayLayout

 

.Bands(0).Columns(

"ItemKey").ButtonDisplayStyle = UltraWinGrid.ButtonDisplayStyle.OnCellActivate

.Bands(0).Columns(

"ItemKey").Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton

.Bands(0).Columns("ItemKey").Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton

.Bands(0).Columns(

"ItemKey").EditorControl = myEditor

here myEditor is an editor control we created using ultracombo editor control.

In 8.2 version grid would show editor button whenever user sets focus on cell. But in version 9.2 editor button disapprers. Is this a bug in 9.2?

thanks in advance,

Abhishek

Parents
No Data
Reply
  • 45
    posted

    Did you ever find a resolution this problem?  We just upgraded and we're seeing the same behavior.  Everything seems to be set properly when you look at the properties at runtime, so I'm not sure what to try.

Children