Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Infragistics Grid
Message
 
To
20/01/2007 21:54:40
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01187471
Message ID:
01187973
Views:
12
Kevin,

>In the Solution Explorer, select the Infragistics.WebUI.Shared.vn.n assembly, then go to the Properties Window and set the Copy Local flag to True. This is a requirement for all web forms applications per the Infragistics documentation.

Sorry for the confusion. This used to be true but is no longer true with the latest Infragistics controls. We will adjust the documentation accordingly.

>After deleting the Infragistics grid and adding the MM Inf grid, the grid won't render in design mode.

Add the following element to the section (changing the Version number to the correct value). You should already have a reference to the Mere Mortals Framework Web Forms 2005 assembly:
<controls>
   <add tagPrefix="mm" namespace="OakLeaf.MM.Main.Web.UI.WebControls" assembly="Mere Mortals Framework Web Forms 2005, Version=2.3.0.0, Culture=neutral, PublicKeyToken=e35dc9ddad261220"/>
     <add tagPrefix="mm" namespace="OakLeaf.MM.Main.Web.UI.WebControls.Infragistics" assembly="Mere Mortals Framework 2005 Infragistics Web Controls, Version=2.3.0.0, Culture=neutral, PublicKeyToken=3416a150619c225b"/>
</controls>
We have added this information to the Dev Guide and will post a new version tomorrow.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform