I am trying to get the GridView to work in a rather complex scenario that involves numerous dynamic columns all with their own editing and display criteria. I have come up with a solution that involves storing a metadata object on the column and then I bind to the properties on the metadata object in the Tag property.
This approach has been working fine or non-dynamic columns but I am unable to successfully determine the property to bind to in the cell template as the property name is decided at runtime, hence why I store it in the DynamicPropertyName property in the metadata.
I tried using a MultiValueConverter which works fine for the ConvertTo, but I am unable to provide the correct values in the ConvertBack.
This is my current cell template with the binding issue highlighted - if there is a way to also bind the Column.Tag.DynamicPropertyName property on the ParentRow. object which is a DynamicObject, then this approach would work in its current form.
Hi,
In RadGridView on click "Click Here to Add New Item" is not adding new row to the RadGridView. It is designed with the property as below
<telerik:RadGridView Name="radGridSizeDetails" Grid.Row="1"
ShowGroupPanel="False" AutoExpandGroups="True" ShowGroupFooters="False"
ShowColumnFooters="True" CanUserSortColumns="True" ShowColumnHeaders="True"
AutoGenerateColumns="False"
CanUserInsertRows="True"
NewRowPosition="Top"
GroupRenderMode="Flat"
ShowColumnSortIndexes="True"
ItemsSource="{Binding SizeDetailsList}"
SelectionMode="Single"
RowIndicatorVisibility="Visible"
VerticalAlignment="Stretch"
IsReadOnly="False" AddingNewDataItem="radGridSizeDetails_AddingNewDataItem">
Let me know if I miss anything.
Thanks
Dilip

I need to get the fit of the maximum on the length of the control, either that or move the label below the line.
For the first option, I was thinking of reducing the value,and then customizing the labeltext that shows up. Only issue is, not sure how to modify the textblock that shows that value.
Second option, kind of related to the first one, how can I use a datatemplate to have a template where the label is below the line?
Please refer to image attached.
Thanks!


I have a requirement where I need to show a two sections on a pie chart. One section will the total and another section will be a consumed part (eg. Total = 100, Spent = 30) . Please refer to the image.
My main issue is , how can I modify the display mode so that it displays it outside of the piechart but has the connector on the lines of the division of the sections like in the image?


My license version is 2018.2.620.45
I can't use RadHorizontalBulletGraph control even if I add reference Telerik.Windows.Controls.DataVisualization.
There is an error ''QualitativeRanges' property does not support the value of the 'QualitativeRange' format.'
I can't use that control even if drag and drop.
If i delete 'QualitativeRanges' property, I can't see that control.
So, what should i do?

Hi,
In the application (WPF - MVVM) I am working on, there is a RadDataForm inside which I have implemented a RadTabControl with 2-3 RadTabItems. Also there are "ReadOnlyTemplate" and "EditTemplate" for the RadDataForm.
There is an issue with particular operations. I will try my best to explain the situation. But let me know if further details are needed.
In "ReadOnlyTemplate" mode of the DataForm, I have a few fields that are DataFormDataFields. But these values are DataFormComboBoxFields when the RadDataForm is in "EditTemplate" mode. So when I Edit the form and change tabs and then save/cancel the changes, then when the RadDataForm goes back to the "ReadOnlyTemplate" mode, but the DataFormDataFields of these fields that were DataFormComboBoxFields in "EditTemplate" mode show blank values. but if I edit and not change the tabs in edit mode and then save/cancel changes, then everything is perfect. The bug is only when I change tabs in edit mode and then save/cancel changes .
It would be helpful if anyone can help me figure if its a bug or is it something I am doing wrong here.
-Nishant

Is there way to remove the arrow from the rowindicator column? I am using the row indicator as more of a multi select piece and don't really want to show that arrow.
The other question I have is how do you have that arrow not show up until something is selected? I have tried to set selecteditem=null, but it still shows up.
Hello,
We are using Telerik WPF controls, after updating to version 2018.2.620.45 RadWindow as main window is not showing.
In your samples "RadWindowAsMainWindow" project is working.
After only changing 3 Telerik dlls with new version dlls ("2018.2.620.45") main window doesn't show.
I couldn't attach the project because, attaching zip files is not allowed (And I think this is another problem).
Do we have to change something in code for new versions?
Thanks,
Burhan Eyimaya