I am having some trouble with CheckBoxes in a DataGrid. The CheckBoxes are not bound to the entities that开发者_高级运维 are populating the datagrid because there isn\'t a property on the entities for
I have a WPF user control that contains a DataGrid. I\'m binding an ObservableCollection of view models to it. Each view model has another collection of view models that I\'m us开发者_JAVA百科ing to b
In an SL3 datagrid, is it possible to have every cell of the grid editable? I need to create a UI that\'s similar to an Excel worksheet. Upon a button click, the entire collection of objects would be
I have a set of data that has been displayed as just a simple GridView with the item name being a hyperlink to view details.I\'m attempting to update this scenario so certain fields (sortOrder and isA
I\'m looking for recommendations for a spreadsheet-like input facility to sit in an ASP MVC environment.
CanUserAddRows="True" only works when there\'s already data in the ItemsSource of the DataGrid. If there are no rows in the original items list, then the Da开发者_高级运维taGrid doesn\'t dis
I have a datagrid in asp.net and vb.net, and i\'d like to show the status of the item of a certain row with two possible icons.
I hava created a editable subGrid ( Grid in grid ) using Dojo DataGrid. I am fetching and populating thedata in 2nd and 3rd cellsfrom server based on value in the1st cell.
how to access silverlight3 DataGrid cell value programatically? I know that I can use DataContext to access the data, but I need to access control contained in a specific cell.
Is there an ea开发者_JAVA技巧sy way to give rounded corners to the boundary of a DataGrid in Silverlight 3?