datagrid
Set the selected item of an XAM Datagrid programatically according to its name
Something along the lines of this. private void SearchResult(s开发者_StackOverflowtring nameOfBean)[详细]
2023-04-05 16:16 分类:问答Flex Spark datagrid - disable selection of a row
I want to disable (and look disabled) some rows in a spark datagrid. I found this answer to stop selection which is great[详细]
2023-04-05 15:15 分类:问答WPF DataGrid with multipleLines rows
I have the next 2 grids and the same header structure: grids structure The most importent thing from this structure is to implement the double line functionality on the header and also on the grids.[详细]
2023-04-05 11:36 分类:问答ExtJS: Ext.grid.Panel: how to keep sort order after store.sync()?
I have a nice working Ext.grid.Panel, with column headers you can click on to \"automatic\" sort. The store has \"autoSync: true\".[详细]
2023-04-05 10:29 分类:问答Creating custom column header in DataGrid - binding problem
I\'m trying to create a custom header for some of the columns in my generic DataGrid; I want these headers to include a text box which I can use to apply fiters to the data.[详细]
2023-04-05 03:38 分类:问答Error binding DataAdapter->DataSet->LINQ->ASP.Net DataGrid
I have the following code: using (SqlConnection cn = new SqlConnection(Connection.Instance.ConnectionString))[详细]
2023-04-05 02:01 分类:问答Poor Performance when Sorting on WPF DataGrid without Virtualization
We have a simple WPF demo app with 1000 rows and 32 columns (see below for code). We\'ve done nothing special with it other than disable virtualization, which our users require as otherwise the scrol[详细]
2023-04-05 00:16 分类:问答Prevent Silverlight DataGrid from Processing Enter Key
I have a datagrid in a Silverlight application. Clicking on the first row, and then pressing the Enter key causes the selection to move to the next row. I do not want this behavior - the Enter key is[详细]
2023-04-04 22:29 分类:问答Silverlight: how to get data grid row in DataGrid by data context
Given a Silverlight data 开发者_如何学JAVAgrid, how can you find the corresponding data grid row with a specific data context?Here\'s a method I have written to do this leveraging the various automati[详细]
2023-04-04 16:19 分类:问答Best Database to use with WPF Datagrid
I am starting on creating a WPF application that uses the Datagrid.I need to design my database before I go any further, however, I am not sure which dat开发者_运维问答abase is the best solution.I am[详细]
2023-04-04 09:37 分类:问答