GridPresenter doesn't display items when DisplayStatusBar="Yes"

2 replies. Last post: October 4, 2010 4:45 AM by Glenn Layaar
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Cyle WitrukMember

Hi,

I haven't been able to figure out what causes it, but it seems that in some cases when DisplayStatusBar="No" on the GridPresenter, items are not displayed in the presenter view.  However, when I open the column filter/grouping options all of the data for the inserted rows are there.  Here's an example of a definition where this is happening (EvaluationConditions is an ObservableCollection).

<Intersoft:GridPresenter
                            ItemsSource="{Binding Path=EvaluationConditions}"
                            Height="150"
                            DisplayRowHeaders="No"
                            DisplayStatusBar="No"
                            UseAlternatingStyle="Yes"
                            AutoGenerateColumn="No">
                        <Intersoft:GridPresenter.Columns>
                            <Intersoft:DataPresenterTextColumn Width="200" MinWidth="50" DataMemberField="FieldName" Caption="Field" AllowSorting="Yes" AllowFilter="Yes" AllowColumnSizing="Yes" AllowColumnMove="No" />
                            <Intersoft:DataPresenterTextColumn Width="150" MinWidth="50" DataMemberField="RuleConditionName" Caption="Condition" AllowSorting="Yes" AllowFilter="Yes" AllowColumnSizing="Yes" AllowColumnMove="No" />
                            <Intersoft:DataPresenterTextColumn Width="250" MinWidth="50" DataMemberField="Value" Caption="Value" AllowSorting="Yes" AllowFilter="Yes" AllowColumnMove="No" />
                        </Intersoft:GridPresenter.Columns>
                    </Intersoft:GridPresenter>

Any ideas?

 

Thanks,

Cyle

All times are GMT -5. The time now is 4:50 AM.
Previous Next