New Post: Synchronizing with the Grid
Hi alexchou1984, I'm not sure to understand your question here. You need to show something while waiting for the data to update ? Can you keep the old Data displayed ? In v2.4, the grid will be...
View ArticleNew Post: PropertyGrid edit defaults editors
Hi cpaulus, You can use PropertyGrid's EditorTemplateDefinition to define your own editors for specific types. You can just define tehm using the default editor and add your label.<xctk:PropertyGrid...
View ArticleNew Post: Synchronizing with the Grid
I'm trying to reconstruct my grid, and read in some information regarding the rects and positions. However, my grid doesn't update until the function completes, and the information that it's trying to...
View ArticleEdited Issue: No events for MoveUp MoveDown in CollectionControl [21227]
There are no events for the MoveUp and MoveDown controls in the CollectionControl class.It would be useful to have these so that if the ordering of items in a collectioncontrol is important the...
View ArticleCommented Feature: Create a TokenizedTextBox [18746]
This control was introduced in the toolkit as version 1.6, but was removed from the toolkit since 1.7I would like the TokenizedTextBox to be re-introduce in the toolkit.Vote for this feature if you...
View ArticleNew Post: PropertyGrid edit defaults editors
That's exactly what I was looking for. Thank you !
View ArticleNew Post: Synchronizing with the Grid
Might it be possible to point me to some information to get a better understanding of the life cycle of the DataCells?
View ArticleEdited Feature: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleNew Post: Synchronizing with the Grid
Hi, If your problem is something like this : -You have a Reload function that updates DataGrid's bounded values. -In this function you then try to get the content of dataCells, but it's the oldValue...
View ArticleNew Post: Synchronizing with the Grid
Thanks for the response! That may indeed be useful! So here's what my function's trying to do:Update the dataset which may or may not change the layoutFlush out the grid and reconstruct it Find the...
View ArticleNew Post: Synchronizing with the Grid
Hi BoucherS, Unfortunately subscribing to that event still didn't work for our purposes. The data is correct, the datagrid knows it needs to be updated (which it does at a later point), but the actual...
View ArticleCommented Issue: XamlParseException at runtime on DateTimePicker [21175]
Hi,I'm implementing the DateTimePicker in my project, using the toolkit.However it complies without any issue on the namescpace, when I start the project, I have a XamlParseException on the Xaml tag...
View ArticleNew Comment on "MaskedTextBox"
Hi, everyone. How can i set mask with different number of digits.I mean if i want to input to textbox "4-5" i should write `<xx:MaskedTextBox Mask="0-0"/>`,else if i want to input "14-15", then i...
View ArticleCreated Unassigned: NumericUpDown with IsUndoEnabled support [21260]
When editing a value with IntegerUpDown, undo actions (ctrl + Z) are handled by IntegerUpDown and not by my application.By default, TextBox does the same thing, but you have an option to change this...
View ArticleNew Post: Synchronizing with the Grid
Hi alexchou1984, I thought using LayoutUpdated callback to get the DataCell value would work. I don't see any events on the dataGrid that could help. Can you provide a small sample so I can test it...
View ArticleNew Post: Synchronizing with the Grid
Hi BoucherS, Unfortunately the code currently spans over several different files, so it's really difficult to extract a segment. But I believe doing something as simple as a grid.Items.Refresh();...
View ArticleCommented Feature: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleNew Post: Synchronizing with the Grid
Hi alexchou1984, Here's a small sample following what you say. I use the LayoutUpdated callback to get a specific DataCell from the DatagridControl. This works !<StackPanel>...
View ArticleCommented Issue: [AvalonDock 2.1] Unable to dynamically properly add tools...
Referring to AvalonDock 2.1 (Commit 106497), I setup a simple window with a DockManager.```<xcad:DockingManager AnchorablesSource="{Binding...
View ArticleNew Post: Synchronizing with the Grid
I've been trying to make use of the LayoutUpdated event, but not having much luck so far. I forgot to add that my grid is actually a part of a UserControl and is hosted inside a native C++ application,...
View Article