I am looking for a Flex datagrid component that has features like grouping, sorting, master/detail display, etc. I am having an application in C# that uses XtraGrid suite to achieve the required datag
I\'ve been banging my head against the wall for a couple of days on this and it\'s time to ask for help.
I would like to create an input DataGrid - an empty set of rows with the column headers that can be filled with data by a user and then saved to a database. The DataGrid will not be therefore used to
I have a DataGrid which i am using on the page alogn with 4 tabs. Clicking on each tab different datasource is getting bing to the data grid. Now following is problem,
I tried to create a Style for DataGridTextColumn with the following code <Style TargetType=\"{x:Type DataGridTextColumn}\">
I have a DataGrid and I set the DataProvider to my data. When my data changes the DataGrid loses the selected row and the scroll bar jumps back to the top. How do I maintain the selection and scroll开
Essentially what I want to do is to apply additional CSS classes to individual cells in a data grid based on the 开发者_Go百科value of the cell. An example would be to color the text red when a dollar
how t开发者_JS百科o create aprogress bar column inDataGrid control in c#Not my code, found at msdn forum thread
I need to use a two dimensional grid with headers in the left and the top on Silverlight. Is it possible to configure a grid for that or I need to use an other co开发者_如何学Gontrol?Have you conside
I have a custom dataGrid that acts more like a 2D list (if that makes sense at all).I am dynamically creating the columns and recreating the dataProvider to suit my needs.While debugging I can see tha