spinner control visibility during autogenerate.

Grids for WPF Forum

Posted 8 years ago by Mike Johnson
Version: 17.1.0652
Avatar

I have a themeddatgrid that autogenerates the columns. 

For example  I set one column as follows: 

DataGridDoubleColumn iSl = new DataGridDoubleColumn //new DataGridInt32Column
{
Width = 120,
Header = "Amount",
IsReadOnly = false,
Visibility = Visibility.Visible,
SpinnerVisibility = SpinnerVisibility.Collapsed,

PlaceholderText = "",

Format = "F2",
Binding = binding
};
e.Column = iSl;

 

However the spinner is still shown when the grid is displayed.  Is there somplace else I need to set the value? 

Comments (1)

Answer - Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

HI Mike,

There was an oversight in our code where that property wasn't being applied correctly.  I believe we fixed that bug in v17.1.0652 though.  I assume you are on an earlier build?


Actipro Software Support

The latest build of this product (v25.1.0) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.