or
I downloaded and installed the Canadian dictionary. When I do a spell check there are quite a few words that are highlighted which shouldn’t be. Is the Canadian Dictionary incomplete?
Here are some of the words RADspell flags using the canadian dictionary:
· Reporting
· Techniques
· Studies
· Duties

| <telerik:RadPanelBar ID="RadPanelBar1" runat="server" ExpandAnimation-Type="Linear" CollapseAnimation-Type="Linear" ExpandMode="FullExpandedItem" DataSourceID="SqlDataSource1" |
| DataFieldID="id" DataFieldParentID="parentID" DataTextField="Text"> |
| <DataBindings> |
| <telerik:RadPanelItemBinding FormatString="Dept. {0}" TextField="text" Depth="0" /> |
| <telerik:RadPanelItemBinding FormatString="MenuItem 1 > {0}" TextField="text" Depth="1" /> |
| </DataBindings> |
| <ItemTemplate> |
| hello |
| </ItemTemplate> |
| <CollapseAnimation Type="Linear" Duration="100"></CollapseAnimation> |
| <ExpandAnimation Type="Linear" Duration="100"></ExpandAnimation> |
| </telerik:RadPanelBar> |