Search
You searched for the word(s): [no words] || User(s): gtd7791
Showing page 1 of 4 (36 total posts)
< 1 second(s)
-
I guess so. The only thing I am doing in there is removing items from the itemsource. None of the other custom code is interacting with the Grid at all.
-
That event doesn't get hit for me. I have the following properties on my grid:
IsDeleteCommandEnabled=''True''
SelectedItemsDeleted=''taskListGrid_SelectedItemsDeleted''
I am doing some custom work when I delete, using the DeletingSelectedItems event. Is that causing SelectedItemsDeleted To not get called?
-
How come when I delete a row in a grid, it doesn't automatically focus on the next row? I should be able to just highlight one row, hit delete, it move to the next row and maintain focus, hit delete again, and it deletes. What really happens is that I delete and have to click on the next row and delete again. Is there a way to do this in code ...
-
I have a column that has a datatemplate that has a textblock. Textblocks automatically take their width from the content, but I want it to take its width from the column. Since I allow resizing of my column, I was wondering how I can dynamically match their widths in code behind.
-
As the title says, wondering if there is an event for this.
-
Hmm. That's unfortunate. Is there a way to get the row from the datagridcontrol by index, in code?
-
Need to know how to do Drag and Drop within a single grid to move rows up and down.
-
Can we get an updated version of this? I need to drag and drop rows on a single grid, but the proj above appears to be using old framework that is no longer around.
-
I am using the groupby contrl, and I want to customize the part circled in the picture below. How do I do that? xaml or codebehind is fine.
-
I am trying to do some custom edit stuff on some textblocks in my Datagrid. It seems like the F2 key and the left mouse click are reserved and will not fire the KeyDown event and MouseDown event respectably. I want to put textblocks in edit mode with those two actions. What do I need to do?
1
|
|
|
|