This is a migrated thread and some comments may be shown as answers.

Namespace name 'RadDataPager' not found after updating

1 Answer 274 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Kjell asked on 02 Aug 2010, 12:47 AM
I just updated from 2010.1.603.1040 to 2010.2.714.1040 today, all the references seemed up update properly but I am now getting the errors:

The type or namespace name 'RadDataPager' could not be found
The type or namespace name 'PageIndexChangingEventArgs' could not be found

This is the stuff at the top of my XAML page:

<

 

 

UserControl x:Class="STSilver.MainPage"

 

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

 

 

 

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 

 

 

xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"

 

 

 

xmlns:local="clr-namespace:ConditionalCellFormatting"

 

xmlns

 

 

:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"

 

 

 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

 

 

mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480" >

 


and the datapager which is not working:

<

 

 

telerik:RadDataPager Name="radDataPagerRel" PageSize="10" AutoEllipsisMode="Both" DisplayMode="All" NumericButtonCount="10" />

 


when I type <telerik: then intelisense lists a bunch of controls but not the datapager.  I tried rebuilding, deleteing temporary files, rebooting.  Occasionally in the past my references seem to break and this resolved the issue but not this time.  Maybe there is something else I need to do to finalize the upgrade?

I am using VS2010 on a windows 2003 server.  Silverlight 4.0, .net 4.0, c#.

1 Answer, 1 is accepted

Sort by
0
Kjell
Top achievements
Rank 1
answered on 02 Aug 2010, 01:08 AM
I was missing reference to telerik.windows.controls.data, it is all good now.
Tags
DataPager
Asked by
Kjell
Top achievements
Rank 1
Answers by
Kjell
Top achievements
Rank 1
Share this question
or