New Post: Datagrid control row detail
I am unable to find documentation on how to create a row detail template for the selected row in the datagrid control. can anyone direct me to an example or some type of documentation that shows how it...
View ArticleCreated Unassigned: DataGrid row detail [21856]
I am unable to find documentation on how to create a row detail template for the selected row in the datagrid control. can anyone direct me to an example or some type of documentation that shows how it...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, Yes, I forgot to mention that Virtualization has been disabled since we are dealing with a relatively fixed amount of data and performance when scrolling is very important to us. And, yes,...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi, Virtualization is important and could be the main reason for the delay. Try re-enabling the virtualization and see how long it takes. I don't think the scrolling is that bad in the Xceed Datagrid...
View ArticleCommented Unassigned: DataGrid row detail [21856]
I am unable to find documentation on how to create a row detail template for the selected row in the datagrid control. can anyone direct me to an example or some type of documentation that shows how it...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, I tried re-enabling virtualization, while using the up/down arrows or page up and page down are not too slow, when the user tries to use a scroll bar to navigate, the experience becomes...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleCommented Issue: RichTextBox changing format of text on selection [21847]
Hi,I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".I add string "Hello World" and change color...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi, You can add column, but keep in mind that adding a column after the DataGrid is loaded may need to do some measurement. If you add many columns at once after the DataGrid is loaded, it may cause a...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleCreated Unassigned: BusyIndicator FocusAferBusy (sic) works only once [21858]
The first time the BusyIndicator control is shown, the focus is given to the control (in my case, a TextBox) referred to by the FocusAferBusy (sic) property, as expected. But not the subsequent times....
View ArticleCommented Unassigned: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider'...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleCreated Unassigned: PropertyGrid: Expand PropertyItem on load [21863]
I have a wpf application with PropertyGrid.When I load PropertyGrid, I want to expand all the propertyitems by default.In version 2.0, this behavior was there.In version 2.4, all the property items are...
View ArticleCreated Unassigned: Visual Studio 2015 RC [21865]
When running WPF projects that were compiled with the Visual Studio 2015 RC compiler this run time exception is being thrown.{"'Initialization of 'Xceed.Wpf.Toolkit.WatermarkTextBox' threw an...
View ArticleCreated Unassigned: Problem in DockingManager.AttachDocumentsSource [21869]
Hi Guys,I found a little bug in DockingManager.AttachDocumentsSource(...) method that I was wondering if you could take care of. At the end of the method (line 2006 currently)...
View ArticleCreated Unassigned: Content missing when undocking anchorable from document...
Hi Guys,There is a problem since v2.3 where if you dock anchorable in document area and then undock it the content of the anchorable is no longer visible. I tracked it down to the templates for...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, Unfortunately, having the ability to dynamically generate columns is one of the requirements for my project. Are there any techniques that can help me minimize or speed up the measurement...
View Article