I am trying to make a the text of a selected cell bold in Silverlight 4 using XAML. I have tried modifying the DataGridCell template, but I have come only as far 开发者_StackOverflow社区as modifying t
I have a datagrid bound to a collection of Parts.One of the properties of Part is Quantity, an integer, and one of the textboxes in the datagrid is bound to 开发者_如何学JAVAthis quantity field.When t
Just as the title says, how can I turn off horizontal and vertical gri开发者_运维问答d lines in a Flex Spark DataGrid?Create a new skin based on the spark datagrid skin, if you are using Flash builder
I\'m working on an invoicing system, and am using a DataGrid for item entry. I want users to be able to enter the quantities in different units (e.g. inches, feet, meters) and for that entered quantit
I\'m trying to use a datagrid binded to a collection of objects with two parameters. The datagrid has to allow me to insert new rows, thus to create new objects.
I have a datagrid in my wpf application and I have a simple problem. I have a generic list and I want to bind this collection to my datagrid data source every time an object is being added to the coll
As I saw, a lot of people ran into this exact problem but I can\'t understand why my case is not working and it is starting to drive me crazy.
I\'m attempting to create a DataGrid with some data retrieved from a Web Service. After a lot of suffering I realized the problem is not in the data nor in the service. I was able to create the DataGr
I am binding a DataTable to a DataGrid, everything is working fine. My next step is to export the DataGrid data to a CSV file, comm开发者_如何学编程a delimited.
I have a main window with a datagrid in the upper half and a tabcontrol in the lower half. The datagrid contains a list of companies. One of the tabs of the lower tabcontrol contains the information a