I need to get the value of the item clicked and the name of the columns. for each(item in colunas) { var itemok:String = item.dataField;
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have two wpf datagrids having same number of columns. I want to resize the sa开发者_Go百科me column in second grid when user resize the column of first grid.
I have a wpf data Grid where I created twlo columns. But whenever I run the window the datagrid shows a extra column. I can\'t figure out why.?
I have a asp:DataGrid which holds data in two colu开发者_如何学Gomns on my webpage. The user can select a row for editing which I do by setting the value of “EditItemIndex” and rebinding the grid. W
Recently, i encountered a problem; when I bind a recordset to datagr开发者_JAVA百科id ,and run the application the datagrid is not populated even though recordset has data
Working with WPF and C#. I have a page with a datagrid that lists a series of objects with List as the DataContext. I recently had it working in the code behind and the Datagrid woul开发者_运维知识库d
I have a datagrid with master detail implementation as follows: <data:DataGrid x:Name=\"dgData\"Width=\"600\" ItemsSource=\"{Binding Path=ItemCollection}\"
I want to change the orientation of the datagrid to h开发者_如何学Goorizontal in Silverlight 4. In other words, I want to display the headers on the left hand side and the values corresponding to it o
I want to make a WPF datagrid look similar to the HTML grid in the following picture: http://img443.imageshack.us/img443/2563/saltoftheearth.jpg