0
votes
2answers
28 views
How can i do select multiple rows ( allowMultipleSelection=”true” ) in datagrid using flex ?
I have id(array) used in my application . i want to select number of rows mathching given array but if i used gatagrid selected Index then it will be selected only one row only . i …
0
votes
1answer
15 views
WPF datagrid problem
I created this datagrid, and it all works fine, but there's this little annoying problem
here's a screenshot of my datagrid
http://users.telenet.be/i_dislike_mushrooms/datagridpr …
0
votes
1answer
17 views
WPF: How to highlight all the cells of a DataGrid meeting a condition?
The (wpftoolkit) datagrid generally represents a collection of objects with rows representing each object, and the columns the repective properties.
I am not using it this way. I …
0
votes
1answer
31 views
WPF Datagrid: Programmatically editing a cell
I have a cell that needs its value to be set on it just being clicked. It is multibound to different properties.
Where am I supposed to do this? I have been trying to do it in th …
0
votes
1answer
30 views
How can I access x:Name from Code Behind?
I have a datagrid in which I am using DataGridTemplateColumn and DataGridTextColumn.
I want to access these columns at runtime so I have assigned x:Name property to them.
But I was …
0
votes
2answers
14 views
WPF DataGrid CellEditingTemplate with floating control
Hello,
I'm using the WPF DataGrid and want to make my own CellEditingTemplate. I want to replicate something like the DatePicker that doesn't replace the whole contents of the cell …
0
votes
1answer
35 views
C# disable datagrid scrolling
Hi,
Is is possible to disable DataGrid scrolling ? If yes, how ?
Thanks.
0
votes
2answers
18 views
Datagrid - Stop event HEADER_RELEASE when push headerRenderer checkbox
Hi, i have this code in flex:
<mx:Application ... >
....
<mx:DataGrid id="filtros" styleName="grid" rowCount="10" dataProvider="{_larcFiltros}" allowMultipleSelection="tr …
0
votes
1answer
17 views
Add new row to database table from Datagrid
Hi All,
I am trying to update a database table from my datagrid using an event handler and ItemCommand. I manage to call the routine and everything is working fine except the text …
0
votes
1answer
21 views
BeginEdit of a specific Cell from code behind
Is possibile begin edit of a specific cell from code behind with DataGrid control (WPF Toolkit)?
I have to enable the celledittemplate of first cell of selected row after a button …
0
votes
2answers
19 views
What is the code behind for datagridtemplatecolumn, and how to use it?
Hi. I have a datagrid in wpf. And I am trying to add buttons to certain cells of the grid, after it is bound to a particular itemsource. I have tried to do this in the xaml like th …
0
votes
1answer
16 views
How can I programatically create a WPF Toolkit DataGridTemplateColumn?
I was able to recreate this XAML DataGridTextColumn:
<tk:DataGridTextColumn
Binding="{Binding FirstName}"
Header="First Name"/>
in code like this:
DataGridTextCol …
0
votes
1answer
36 views
add file icon to datagrid in flex
Hello, I'm trying to put some File objects into a DataGrid, but I can't find a way to display the File.icon in there.
So far I have this: (ms[x] is a File)
listData.addItem({
fi …
0
votes
0answers
16 views
Flex Datagrid Drag and Drop into Cell
Hi all, I am creating an application that will allow users to model configuration information by allowing them to Drag and Drop objects from a Flex Tree into a DataGrid.
I know th …
0
votes
1answer
20 views
How to add button dynamically in datagrid in wpf?
I am trying to do something in WPF. I have a datagrid that I am binding with some values. What I need is that whenever I call that page the second time, I need to insert a button t …
