Welcome to the Xceed Community | Help
Community Search  
More Search Options

Search

You searched for the word(s): [no words] || User(s): xceed admin
Showing page 1 of 43 (429 total posts) < 1 second(s)
  • Re: How to display a stylized checkbox in a readonly grid

    Hi Calvin,&nbsp; &nbsp;You can choose the proper styling according to your theme.&nbsp; The ''CellContentTemplate'' sample gives a good example. The default location of the sample is : C:\Xceed Samples\Xceed DataGrid for Silverlight v1.0\CSharp\CellContentTemplate&nbsp; more&nbsp;particularly&nbsp;check ...
    Posted to Xceed DataGrid for Silverlight (Forum) by Xceed admin on December 8, 2010
  • Re: Selection changes color with loss of focus

    Hi Bryan,&nbsp; &nbsp;In order to achieve this look, you will need to redo the DataTemplate of the DataRow and change the&nbsp;inactiveSelectionBackground brush&nbsp;.&nbsp; However, In order to do that, you need to have access to the blueprind edition in order to redo the template and modify the triggers which change the ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on December 8, 2010
  • Re: Selection using keyboard

    Hi Kumar,&nbsp; &nbsp;I have just tested a project, and I wasn't able to reproduce your problem. pressing Shift and down does not clear the list buts selects the cells below the current row...&nbsp; We would need a sample application that reproduces the problem in order to investigate it further.&nbsp; You can send it to support@xceed.com with ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on December 6, 2010
  • Fatal Execution Engine Error

    In some cases attempting to edit&nbsp;the XAML files in the Blueprint Edition causes&nbsp;Visual Studio 2008 to crash with the following event log: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506) The following hotfix should resolve the issue, which is related to the WPF ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on February 25, 2010
  • Retrieving a DataRow from a data item

    The following example demonstrates how to retrieve a DataRow (container) for a data item using the GetContainerFromItem method. It is important to remember that data rows are virtualized; therefore, references to them or their cells should never be kept. C# public Window1() { &nbsp; InitializeComponent(); &nbsp; DataGridControl grid = new ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on January 4, 2010
  • How to bring a grid element into view

    Each element in the grid can be brought to view using the BringIntoView method. This method will ensure that the grid element is brought into view no matter its state or its parent state. For example, if the grid element is in a collapsed group, the group will be expanded and the grid scrolled (if necessary) so that the grid element is made ...
    Posted to Xceed Grid for .NET (Forum) by Xceed admin on December 22, 2009
  • Insufficient memory to continue the execution of the program (Zombie exception).

    This is a known issue that was introduced in the .NET Framework when 3.5 SP1 was released. Microsoft has provided a hotfix, which can be downloaded here: http://support.microsoft.com/kb/967634
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on October 19, 2009
  • Warning of dependency on System.Data.Entity assembly when building against Client Profile

    When compiling the grid against the Client Profile, the following warning may occur: The referenced assembly ''Xceed.Wpf.DataGrid, Version=3.2.9329.11090, Culture=neutral, PublicKeyToken=ba83ff368b7563c6, processorArchitecture=MSIL'' has a dependency on ''System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on August 11, 2009
  • Unable to establish an FTP connection

    There are&nbsp;2 main reasons that can cause an FtpClient or an FtpConnection to fail to open a connection.&nbsp; The most common reason is that the PassiveTransfer property is set to false.&nbsp; If this is the case, it means that the server end will try to open the data channel on a given range of ports when sending directory content and files ...
    Posted to Xceed FTP for .NET (Forum) by Xceed admin on August 11, 2009
  • Why are bindings failing in the print PageHeaders/Footers?

    Because of a limitation with the way that the printing works, the PageControl hosting the PageHeaders, PageFooters, and printed grid host do not have automatic access to ancestors. The PageControl is not hosted in the same container (e.g., Window or&nbsp;Page)&nbsp;that is&nbsp;hosting&nbsp;the DataGridControl. It is in a separate VisualTree at ...
    Posted to Xceed DataGrid for WPF (Forum) by Xceed admin on July 30, 2009
1 2 3 4 5 Next > ... Last ยป
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.