6 Answers, 1 is accepted
0
Hi,
We have tried to reproduce it, but with no luck. You can find attached a simple project and simple video showing what I have tried. Can you, please check it out and let us know if we are doing the same thing?
Also a simple project or a video could be helpful.
Regards,
Georgi
the Telerik team
We have tried to reproduce it, but with no luck. You can find attached a simple project and simple video showing what I have tried. Can you, please check it out and let us know if we are doing the same thing?
Also a simple project or a video could be helpful.
Regards,
Georgi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
naip
Top achievements
Rank 2
answered on 14 Jun 2012, 08:06 AM
Hi Georgi,
we are getting the message in xaml
Error 2 The type 'telerik:RadListBox' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
we are not really doing something exotic just
<telerik:RadListBox Grid.Column="0" x:Name="lbExcludeItems" Height="200" SelectionMode="Multiple" ScrollViewer.HorizontalScrollBarVisibility="Auto" SelectionChanged="OnExcludeItemsSelectionChanged">
</telerik:RadListBox>
in the cs file RadListBoxItems are added to the ListBox, thats it.
Theme is Metro.
Thx for your help.
Huercan
we are getting the message in xaml
Error 2 The type 'telerik:RadListBox' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
we are not really doing something exotic just
<telerik:RadListBox Grid.Column="0" x:Name="lbExcludeItems" Height="200" SelectionMode="Multiple" ScrollViewer.HorizontalScrollBarVisibility="Auto" SelectionChanged="OnExcludeItemsSelectionChanged">
</telerik:RadListBox>
in the cs file RadListBoxItems are added to the ListBox, thats it.
Theme is Metro.
Thx for your help.
Huercan
0
naip
Top achievements
Rank 2
answered on 14 Jun 2012, 08:23 AM
When i use the the normal ListBoxItem not the RadListBoxItem i can select items.
0
naip
Top achievements
Rank 2
answered on 14 Jun 2012, 09:00 AM
K. found my Error(s).
First all i downloaded the zip and forgot to unblock the zip under the properties, that was the reason i was getting the error in the xaml.
Next i was using ItemSource to set a list of RadListBoxItems, it seems that this is no longer supported. Now i am using box.Items.Add to add the items.
First all i downloaded the zip and forgot to unblock the zip under the properties, that was the reason i was getting the error in the xaml.
Next i was using ItemSource to set a list of RadListBoxItems, it seems that this is no longer supported. Now i am using box.Items.Add to add the items.
0
Hi,
It seems like it works on our side. If you are still experiencing the issue can you, please send us simple project or the code that you are using to add the RadListBoxItems? Also it might be helpful if you can tell us how do you set Metro Theme (using Style Manager or Implicit Styles).
Kind regards,
Georgi
the Telerik team
It seems like it works on our side. If you are still experiencing the issue can you, please send us simple project or the code that you are using to add the RadListBoxItems? Also it might be helpful if you can tell us how do you set Metro Theme (using Style Manager or Implicit Styles).
Kind regards,
Georgi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
naip
Top achievements
Rank 2
answered on 25 Jun 2012, 11:09 AM
Hi Georgi,
works fine since we dont use the ItemSource. We are using the StyleManager to set the theme.
Kind regars
huercan
works fine since we dont use the ItemSource. We are using the StyleManager to set the theme.
Kind regars
huercan