Current filter:
                                You should refresh the page.
                                Support Center
                                0
                                  • We have a Silverlight DXGrid control bound to a RIA / Entity Framework data source within a MVVM setup.

                                    Using
                                    <dxg:GridControl
                                        x:Name="Grid"
                                        DataSource="{Binding Wakeups, Mode=OneWay}"
                                        Visibility="Visible"
                                        AutoPopulateColumns="True">
                                       
                                        <dxg:GridControl.View>
                                            <dxg:TableView AllowEditing="False" MultiSelectMode="Row" NavigationStyle="Row"/>
                                        </dxg:GridControl.View>
                                       
                                    </dxg:GridControl>

                                    we get the grid filled with all the data with the columns in alphabetical order.

                                    However when we try to pick out particular columns using:

                                    <dxg:GridControl
                                         x:Name="Grid"
                                         DataSource="{Binding Wakeups, Mode=OneWay}"
                                         Visibility="Visible">

                                         <dxg:GridControl.Columns>
                                            <dxg:GridColumn FieldName="Number" />
                                        </dxg:GridControl.Columns>
                                       
                                        <dxg:GridControl.View>
                                            <dxg:TableView AllowEditing="False" MultiSelectMode="Row" NavigationStyle="Row"/>
                                        </dxg:GridControl.View>
                                    </dxg:GridControl>

                                    we get the corresponding number of rows with the correct header row but all the data cells are empty.

                                0

                                Hi Ronnie,

                                Thank you for your report, and for providing the sample code.

                                The behavior you described indeed looks like a bug. However, I cannot reproduce this issue locally. I tend to think that this is something peculiar to your application, so I am afraid I cannot give you any advice on how to address it until I see the problem in action. Can you please provide us with a small sample, where the issue is reproduced on your side, so that we can examine it? We will do our best to find out what causes the problem.

                                Thanks,
                                Vito

                                0

                                Ok - I've attached a sample to reproduce it. I've made it as simple as I can

                                GridFillTest.ZIP
                                0

                                Hi Ronnie,

                                Thank you for your response, and for providing a sample application. I now see the problem, and we will examine why this happens. Please give us some time.

                                Thanks,
                                Vito

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.

                                To start a chat you should create a support ticket


                                If you need additional product information, write to us at info@devexpress.com or call us at +1 (818) 844-3383

                                FOLLOW US

                                DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, along with high-performance HTML JS Mobile Frameworks for developers targeting iOS, Android and Windows Phone. Whether using WPF, Silverlight, ASP.NET, WinForms, HTML5 or Windows 8, DevExpress tools help you build and deliver your best in the shortest time possible.

                                Your Privacy - Legal Statements

                                Copyright © 1998-2013 Developer Express Inc.
                                ALL RIGHTS RESERVED
                                All trademarks or registered trademarks
                                are property of their respective owners