Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DnnGrid not working after update from 7.x to 8.xDnnGrid not working after update from 7.x to 8.x
Previous
 
Next
New Post
2/4/2016 12:07 PM
 

Getting this error when using DnnGrid after upgrading to 8.x (8.0.0.809 1/14/2016 version):

Error 2 The type or namespace name 'DnnGrid' does not exist in the namespace 'DotNetNuke.Web.UI.WebControls' (are you missing an assembly reference?)

Namespace works fine:

 

using DotNetNuke.Web.UI.WebControls;

But there is no longer a DnnGrid control in that namespace.

Thanks,

Chris

 
New Post
2/4/2016 1:27 PM
 
This is a known breaking change, please see this for more details: http://www.dnnsoftware.com/wiki/dnn-8...

Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
2/4/2016 1:34 PM
 

Ok. What is the new library and how do I make DNNGrid work? I guess that's a better question!

Thanks,

Chris

 
New Post
2/4/2016 2:08 PM
 
You will find those in Dotnetnuke.Web.Deprecated.dll
 
New Post
2/4/2016 3:14 PM
 

That worked! Thank you.

So, what is the DNN8 way to handle this now?

    <dnn:DnnGrid ID="immProductGrid" runat="server" AutoGenerateColumns="True"

            ShowStatusBar="True" AllowSorting="True" CommandItemDisplay="Top"

              HierarchyLoadMode="Conditional" OnItemCreated="immProductGrid_ItemCreated"

            EnableViewState = "True" OnNeedDataSource="immProductGrid_NeedDataSource"

            OnDetailTableDataBind="immProductGrid_DetailTableDataBind">

        <PagerStyle Mode="NumericPages"></PagerStyle>

        <MasterTableView runat="server" DataKeyNames="StoreOrderID" AllowMultiColumnSorting="True"

                OnPreRender="immProductGrid_PreRender">

            <DetailTables>

                <dnn:DnnGridTableView runat="server" DataKeyNames="StoreOrderID, ProductId" Name="immProducts"

                        OnPreRender="ProductLvl0_PreRender"

                        AutoGenerateColumns="True" Width="100%">

                    <DetailTables>

                        <dnn:DnnGridTableView runat="server" DataKeyNames="ProductId" Name="immProducts1"

                                OnPreRender="ProductLvl1_PreRender"

                                AutoGenerateColumns="True" Width="100%">

                            <Columns>

                                <dnn:DnnGridTemplateColumn UniqueName="CheckBoxTemplateColumn1">

                                    <ItemTemplate>

                                        <asp:CheckBox ID="CheckBox1" runat="server" OnCheckedChanged="ToggleRowSelection"

                                        AutoPostBack="True" />

                                    </ItemTemplate>

                                </dnn:DnnGridTemplateColumn>

                            </Columns>

                        </dnn:DnnGridTableView>

                    </DetailTables>

                    <Columns>

                        <dnn:DnnGridTemplateColumn UniqueName="CheckBoxTemplateColumn0">

                            <ItemTemplate>

                                <asp:CheckBox ID="CheckBox0" runat="server" OnCheckedChanged="ToggleRowSelection"

                                AutoPostBack="True" />

                            </ItemTemplate>

                        </dnn:DnnGridTemplateColumn>

                        <dnn:DnnGridImageColumn DataType="System.String" DataImageUrlFields="Image"

                            DataImageUrlFormatString="/Portals/<%#PortalID%>/SmithCart/Thumbnails/{0}" AlternateText="CD image" DataAlternateTextField="ContactName"

                            ImageAlign="Middle" HeaderText="Image Column" />

                    </Columns>

                </dnn:DnnGridTableView>

            </DetailTables>

            <Columns>

            </Columns>

        </MasterTableView>

    </dnn:DnnGrid>

 

Thanks,
Chris

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DnnGrid not working after update from 7.x to 8.xDnnGrid not working after update from 7.x to 8.x


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out