I have tried using both a customized DataGrid as well as the stock one in WPF.I have tried populating them manually as well as through bindings.In both cases they are slow.
I am developing an application that needs to present a read only list of data, in this case the current status of various patrol units.I have experimented with both the DataGrid and the GridView for t
I have to display information in datagrid some information is about 1000 record from the database (sqlserver) but to display this information c# take unless 4 sec to do that ….
I have a simple problem binding an entity to datagrid in wpf. I have an entity Called \"User\".... and each \"User\" have one \"Workgroup\" .. the relations开发者_如何转开发hip between the two is one
Currently I am searching for the best way for paginating the records in WPF datagrid. I have found one best article which provide best way for paginating records in Silverlight over here.
How do I export the contents of the DataGrid into a CSV file in an MVVM way? My DataGrid contains 55 columns. All columns can be reordered or hidden.
I am working on a recreation of a search control using the MVVM pattern. Our current implementation does a lot of code-behind work to create this control.
So I made a datagrid in Silver that auto-generates columns. I call a WCF service that fills this data grid. It displays all but two of the columns. Does any know what causes this?
How can I make my datagrid have i开发者_如何学Pythonts first column fixed and scroll the reset horizontally and vertically?The spark Datagrid currently does not support locked rows and columns. Your o
my problem is that I want to set the selectedItem (mark a row in a datagrid). I\'ve searched a lot and actually I hope there is a better solution instead of iterate through the datagrid.