Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » SaveAsXML (RSS)
  • Problem with store/restore of the dock workspace

    In our application different views can be added (via a 'view' menu option) to the layout, but each view should not exist more than once. This is implemented using the following code: protected virtual TView ShowViewInWorkspace<TView>( string viewId, string workspaceName) { TView view =...
    Posted to Forum by Emile on 11-05-2008
  • LoadFromXML grid layout overwrites column visibility for columns that did not exist in the grid before.

    We want to be able to add columns to the grid, but be able to choose to show or hide them based on code. Currently the code is set up in the initialize grid event to set visibility and such, then call the LoadGridlayout. In the InitializeGrid event, we loop through the columns and using a select case...
    Posted to Forum by gardmica on 07-01-2008
  • SaveAsXml(PropertyCategories.SortedColumns) saves everything?

    Hi, I am trying to use the SaveAsXml function to ONLY save the position and widths of columns. I do not want to save any other properties of the grid, e.g. DisplayLayout, GroupByBox, UltraGridOverride etc. I want to save *just* UltraGridColumns, so that future code changes to other grid properties etc...
    Posted to Forum by goap on 04-23-2008
  • Loading and saving Docklayouts dynamicly

    Hello, I found a knowledgebase article about loading and saving a docklayout, but there it seems that the only way to load or save an layout is by an xml or binary file. Is there a way to do it using a memorystream or anything else so i can read and write it to a user layout table in the database. So...
    Posted to Forum by ArcodenOuden on 03-20-2008
  • Re: LoadFromXML - Root element is missing

    Hi wtstro, My problem was that I wasn't resetting the stream to start reading from the beginning. I just had to seek back to the front and we were all set. private void ResetGridSettings( Object sender, EventArgs e) { if (_defaultGridConfig != null ) { _defaultGridConfig.Seek(0, SeekOrigin .Begin...
    Posted to Forum by kfender on 03-13-2008
  • Unpinning a DockableControlPane without animation

    I am writing my own save state for the UltraDockManager. I am correctly recording the pinned state of all of the DockableControlPanes. After i gather all the information I need, I remove all control panes and all dockareas. I then recreate the dockareas and then I recreate the DockableControlPanes. This...
    Posted to Forum by panache1023 on 02-27-2008
  • Load Layout From XML when xml is incompatible

    Is there a way to attempt to load layout from xml but make it fail if the xml specifies panes or controls that don't exist on your form or when there are controls that are docked in your form that aren't specified in the xml. The situation I'm in is that I did some development, saved my layout...
    Posted to Forum by fluxmunki on 02-21-2008
  • Loading, saving and restoring a UltraDockWorkspace CAB/SCSF application

    Good morning! Hopefully this is the right place to find some help ... I've the following problem and I'm looking for a solution or at least a hint in the right direction. General information I'm using Visual Studio 2008 with CAB and SCSF I'm using a lot of business modules that can contain...
    Posted to Forum by mstern on 01-30-2008
  • LoadFromXML - Root element is missing

    I am trying to allow the user to be able to reload the grid's default/original DisplayLayout after a custom DisplayLayout has been applied. I have a test project that doesn't have much in it except for the save and load functions. When I try to do this using the file system to save the xml instead...
    Posted to Forum by kfender on 01-22-2008
Page 1 of 1 (9 items)
Powered by Community Server (Commercial Edition), by Telligent Systems