I\'m looking for a decent WPF data grid or solution involving one to represent financial data. I\'ve looked at many - the WPF one, XCeed, Ingragistics, DevExpress, etc.... but none of them seem to of
I have the following scenario : A Flex 3 DataGrid is sitting here At runtime, a column is added to this grid
The WPF datagrid -seems- like it\'s going to work, but the combobox implementation does not work straight from the designer. So I\'m left wandering around in the XAML randomly changing things trying t
After scouring the web I have edited my question from the one below to what it is now. Ok I seem to understand that I don\'t need all the capabilities of excel right now. I think i am satisfied having
flex example to select multiple row selection in datagrid开发者_高级运维set this to the datagrid
I have a datagrid with itemRenderer in datagridcolumn as my custom component(c1). I am getting the dataprovider data in custom component by overriding the set data function, it is fine. But now my cus
I have a combo box and a datagrid in my page. when the user changes the combo box value i have to update the grid with children details of newly selected parent. How can I achieve this using Dojo comb
How can you have a fixed header on a DataGrid or GridView and allow the grid to scr开发者_StackOverflow社区oll?
Does anyone have a list of change开发者_如何转开发s from Silverlight 3 DataGrid to Silverlight 4 DataGrid?
I have a scenario where I want to show hierarchical data in a DataGrid in Silverlight 3 while having the header rows still have the standard set of cells and being editable. The user needs to be able