Hello,
I want to know if it's possible to wrap LayoutControl (inside a LayoutControlExpanderGroupin my example).
I'm not able to achieve this.
Here is a sample of my code :
<telerik:LayoutControlExpanderGroup Margin="0,10,0,0" IsExpandable="True" IsExpanded="true" Header="Paramètrage" Orientation="Horizontal" VerticalAlignment="Top"> <WrapPanel Orientation="Horizontal"> <telerik:LayoutControlGroup HorizontalAlignment="left" Orientation="Vertical" VerticalAlignment="top" Width="auto"> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Gestion multi-poste" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="Mono-poste" HorizontalAlignment="left" Width="350" HorizontalContentAlignment="left" /> </DockPanel> </telerik:LayoutControlGroup> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Catégories masters" HorizontalAlignment="left" VerticalAlignment="Center" Width="auto" /> <telerik:RadDropDownButton Content="VE" HorizontalAlignment="left" Width="350" HorizontalContentAlignment="left" /> </DockPanel> </telerik:LayoutControlGroup> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Affichage des records sur feuilles terrain" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Dossards" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> </telerik:LayoutControlGroup> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Utilisation des clubs Maitres (impression)" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Epreuves officielles uniquement" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> </telerik:LayoutControlGroup> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Compétition en live" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Affichage sur tableau externe" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> </telerik:LayoutControlGroup> <telerik:LayoutControlGroup VerticalAlignment="Top" > <DockPanel > <TextBlock Text="Controle du type de licences autorisées" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="top" Width="200" /> <CheckBox x:Name="chkTypeLicence" VerticalAlignment="Top" HorizontalAlignment="left"/> <telerik:RadListBox Visibility="{Binding IsChecked,ElementName=chkTypeLicence,Converter={StaticResource BoolToVisConverter }}" > <telerik:RadListBoxItem > <TextBlock Text="Type licence 1" Height="auto"/> </telerik:RadListBoxItem> <telerik:RadListBoxItem > <TextBlock Text="Type licence 2" Height="auto"/> </telerik:RadListBoxItem> <telerik:RadListBoxItem > <TextBlock Text="Type licence 3" Height="auto"/> </telerik:RadListBoxItem> </telerik:RadListBox> </DockPanel> </telerik:LayoutControlGroup> </telerik:LayoutControlGroup> <telerik:LayoutControlTabGroup Grid.Column="1" VerticalAlignment="top" > <telerik:LayoutControlTabGroupItem Header="Stade" > <telerik:LayoutControlGroup Orientation="Vertical" > <DockPanel > <TextBlock Text="Utilisation des montées de barres" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Utilisation des performances d'engagement" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <DockPanel > <TextBlock Text="Table de points" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="Hongroise" HorizontalAlignment="left" Width="350" HorizontalContentAlignment="left" /> </DockPanel> <DockPanel > <TextBlock Text="Type de chronomètrie" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="E" HorizontalAlignment="left" Width="80" HorizontalContentAlignment="left" /> </DockPanel> <DockPanel> <TextBlock Text="Société de chronomètrie" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="Société 1" HorizontalAlignment="left" Width="350" HorizontalContentAlignment="left" /> </DockPanel> <DockPanel > <TextBlock Text="Exporter le triathlon calculé" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <DockPanel > <TextBlock Text="Critériums" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="top" Width="200" /> <CheckBox x:Name="chkCriterium" HorizontalAlignment="left" VerticalAlignment="top"/> <telerik:RadListBox Visibility="{Binding IsChecked,ElementName=chkCriterium,Converter={StaticResource BoolToVisConverter }}" > <telerik:RadListBoxItem > <TextBlock Text="Critérium 1" Height="auto"/> </telerik:RadListBoxItem> <telerik:RadListBoxItem > <TextBlock Text="Critérium 2" Height="auto"/> </telerik:RadListBoxItem> <telerik:RadListBoxItem > <TextBlock Text="Critérium 3" Height="auto"/> </telerik:RadListBoxItem> </telerik:RadListBox> </DockPanel> </telerik:LayoutControlGroup> </telerik:LayoutControlTabGroupItem> <telerik:LayoutControlTabGroupItem Header="Ekiden"> <telerik:LayoutControlGroup Orientation="Vertical"> <DockPanel > <TextBlock Text="Unicité des dossards sur la compétition" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <DockPanel > <TextBlock Text="Saisie des temps au parcours" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> </telerik:LayoutControlGroup> </telerik:LayoutControlTabGroupItem> <telerik:LayoutControlTabGroupItem Header="Hors Stade" > <telerik:LayoutControlGroup Orientation="Vertical"> <DockPanel > <TextBlock Text="Incrémentation automatique des n° de dossards" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Unicité des dossards sur la compétition" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <DockPanel > <TextBlock Text="Unité allure" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="Km/h" HorizontalAlignment="left" Width="120" HorizontalContentAlignment="left" /> </DockPanel> <DockPanel > <TextBlock Text="Utiliser la table des prénoms féminins" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Bloquer l'affectation automatique des dossards sur la compétition" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <!--<DockPanel > <TextBlock Text="Bloquer l'affectation automatique des dossards sur la compétition" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel>--> <DockPanel > <TextBlock Text="Calcul des catégories en priorité sur les ages des catégories non officielles" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <DockPanel > <TextBlock Text="Utiliser le code E/I dans les résultats par équipe" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> <TextBlock Margin="75,0,0,0" Text="Composer automatiquement les équipes 1, 2, 3 si elles existent" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel> <!--<DockPanel > <TextBlock Text="Composer automatiquement les équipes 1, 2, 3 si elles existent" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <CheckBox HorizontalAlignment="left"/> </DockPanel>--> <DockPanel > <TextBlock Text="Méthode de composition pour les classements par équipe" TextWrapping="wrap" HorizontalAlignment="left" VerticalAlignment="Center" Width="200" /> <telerik:RadDropDownButton Content="Ligue" HorizontalAlignment="left" Width="120" HorizontalContentAlignment="left" /> </DockPanel> </telerik:LayoutControlGroup> </telerik:LayoutControlTabGroupItem> </telerik:LayoutControlTabGroup> </WrapPanel></telerik:LayoutControlExpanderGroup>
When i reduce my window with, i want that LayoutControlTabGroupgo under my LayoutControlGroup.
Thanks in advance.
Regards.
Hello,
some BarCode controls such as "Code 39 Extended" and "Code 25 Interleaved" require a TwoWay binding of the "Text" property when used in a MVVM scenario. (And some do not, such as "Code 128")
It took us several hours to find that out.
My suggestion is to improve the documentation for this behaviour.
In the demos and documentation only a fixed text is used.

I need to use the filtering UI and keep the selected values and filter expressions, but I don't want RadGridview to do actual filtering, because I do all that in backend. How do I bypass the data filtering and just use RadGridView for filtering UI?
Actually there are a couple of issues here.
------------------------------------------------
I am running issues with hierarchy items that are expanded while not visible.
We are using the IsExpandedBinding property which is binding okay, and our data item implements INotifyPropertyChanged. When you set a node's IsExpanded property, it also recursively set's its parent's IsExpanded property to match.
--------------------------------------------------
I managed to get better results by Scrolling to the item's root, then recursively using ScrollIntoView() on the root to item path.
ex:
A
B
C
Doing ScrollIntoView(A), then ScrollIntoView(B), then ScrollIntoView(C) gives better results
But item C is just below the bottom of the grid. Item B is at the bottom. This is kind of a 'one off' problem.
----------------------------------------------------
SelectedItem works ok if the item is visible, or was previously visible.
--------------------------
I think these problems are happening because when you expand an item while not visible, it does not get into the TreeListView items property until it becomes visible. ExpandHierarchyItem() does not help.
Is there something we can do to help get these newly expanded (but not visible) nodes into the TreeListViews tracked items? (I assume this is the grid.Items collection)
Hi,How to disable scrolls when printing RadImageEditor component? I try some properties like ScrollViewer.VerticalScrollBarVisibility,ScrollViewer.HorizonalScrollBarVisibility but no one works.(hidden and disable values of these properties)
<imaging:ZoomController x:Name="zoomController" Grid.Row="0" Grid.Column="1" ScrollViewer.VerticalScrollBarVisibility="Hidden" ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.PanningMode="Both" ImageEditor="{Binding ElementName=imageEditor}" Margin="0.8"/>
....
<telerik:RadImageEditor IsPanningEnabled="True" Margin="0,0,0,0" x:Name="imageEditor" ScaleFactor="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />

Hi Team,
I have query on RadgridView:
-Clear the grid row selection if a user clicks outside the grid area.
Thanks,
Amit Kulha

Hi All,
I Have a gridview, which I enabled filter by FilteringMode.Popup. popup listing all the distinct values. How can I allow user to filter there distinct values or search within them ? Maybe something like dropdown beaviour may help, I mean when user types beginning of the value and the scroll goes to first item matches within the list. Have any option to do that ?
Hi Team,
I have query on Radgridview selection row:
- How can I clear row selection if a user click outside the grid.?
Thanks,
Amit Kulha

Hello Team,
We are using the Telerik (i.e version 2014.2.729.45) PivotGrid to display the data. We are able to save the custom view based on the columns added in Row Label, Column Label and values. But when we apply any label filters in Column Filter and trying to save the view getting the below issue. Please help me to resolve the issue.
Message: Type 'System.Globalization.GregorianCalendar' with data contract name 'GregorianCalendar:http://schemas.datacontract.org/2004/07/System.Globalization' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.
Stack Trace :
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle objectTypeHandle, Type objectType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteCultureInfoToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteYearGroupToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle objectTypeHandle, Type objectType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteSetConditionHashCollectionToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , CollectionDataContract )
at System.Runtime.Serialization.CollectionDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteSetConditionToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteItemsFilterConditionToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle objectTypeHandle, Type objectType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteLabelGroupFilterToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle objectTypeHandle, Type objectType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteDateTimeGroupDescriptionToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle objectTypeHandle, Type objectType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteArrayOfanyTypeToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , CollectionDataContract )
at System.Runtime.Serialization.CollectionDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(XmlWriterDelegator xmlWriter, Object obj, Boolean isDeclaredType, Boolean writeXsiType, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle)
at WriteDataProviderSettingsToXml(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext , ClassDataContract )
at System.Runtime.Serialization.ClassDataContract.WriteXmlValue(XmlWriterDelegator xmlWriter, Object obj, XmlObjectSerializerWriteContext context)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
at System.Runtime.Serialization.DataContractSerializer.InternalWriteObjectContent(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
at System.Runtime.Serialization.DataContractSerializer.InternalWriteObject(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.WriteObjectHandleExceptions(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.WriteObject(XmlDictionaryWriter writer, Object graph)
at System.Runtime.Serialization.XmlObjectSerializer.WriteObject(Stream stream, Object graph)
at AIMSDotNet.DataProviderValueProvider.ProvideValue(Object context) in E:\AIMS36032Bit\AIMS360SQL32BIT\AIMSDotNet\PivotGridReports\OrderBIV2.xaml.vb:line 1021
at Telerik.Windows.Persistence.Serialization.Serializer.HandleSerializationProvider(Object objectToSerialize, Type type, ReferenceValue parentValue, PropertyData parentPropData)
at Telerik.Windows.Persistence.Serialization.Serializer.GeneratePropertyTree(Object objectToSerialize, String path, ReferenceValue parentValue, PropertyData parentPropData, SerializationMetadataCollection options, Boolean shouldValidateCriteria, Int32 nestingDepth)
at Telerik.Windows.Persistence.Serialization.Serializer.GenerateRootElementTree(Object objectToSerialize)
at Telerik.Windows.Persistence.Serialization.Serializer.Serialize(Object obj)
at Telerik.Windows.Persistence.PersistenceManager.Save(Object obj)
at AIMSDotNet.OrderBIV2.SaveCustomizations()
Regards,
Chakradhar