Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Issue with layouts
posted

Hello,

 

I am using an Infragistics grid (8.1.20081.1000, C#, VS2008, .Net3.5)  and I save the layout in a database when the user exits the form where the grid is located. When the user tries to start the form again, i load the layout from the database. This works fine except when I have a dropdownlist column with a filter on it.

The filter works fine when when I am working on the grid. i.e. the filter is applied correctly on the grid data.  But when I save the layout (with the filter) and load it again, the filters are not applied on the grid data even though the filter condition is correctly set when you try to view it. Once I click OK on the filter window, it works again.

This happens only when I have with a dropdownlist column

Hope this is Clear. Any ideas ?

Thanks

Satish

 

 

Parents Reply
  • 5389
    posted in reply to Satish

    Satish,

    In order to download the latest service release for NetAdvantage 8.1, go to www.infragistics.com and navigate to your "My Keys and Downloads" page.  You will need to log in to get to this page.  Once logged in, go to the NetAdvantage tab, which will contain a list of all the products you have registered and their keys.  Find NetAdvantage for .NET 2008 Vol. 1 and click it; you will see group boxes with links appear below the tab.  Once you see the group boxes, scroll down and find the "Hot Fixes" group box.  This group box will contain links to the latest service releases for NetAdvantage for .Net 8.1.  Click on the appropriate link (ex: if you have Windows Forms only, click "NetAdvantage for Windows Forms 2008 Vol. 1 Service Release") to download the files.

    Once you have downloaded the zip file, you will need to extract the files and then run the .msp file, which will install the latest service release onto your machine.  Once that is complete, you will need to run the Project Upgrade Utility in order to ensure that your application is using the correct version of the Infragistics assemblies.  For detailed instructions on how to use the Project Upgrade Utility, please see this article in our online documentation.

    You will also need to run the Toolbox Utility in order to get the correct version of the NetAdvantage controls into your Visual Studio toolbox tabs.  For detailed instructions on how to run the Toolbox Utility, please see this article in our online documentation.

    Once you have downloaded & installed the latest service release and also upgraded your project, you should be all set.

    ~Kim~

Children