Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Silverlight 2 DataGrid December 2008 Release

    Thanks Brian!  Here is the source code.  For some reason, everytime Search button is clicked, the dg_SelectionChanged fires twice. XAML Page: <UserControl xmlns:data="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data" x:Class="SQLData.Page" ...
  • Re: Silverlight 2 DataGrid December 2008 Release

    Does this release resolve these issues? 1. By default DataGrid's SelectedIndex property is set to "0". While trying to set it to SelectedIndex = -1, doesn't work.  No error, but basically it will be ignored and after databinding, SelectedIndex  property is still "0". 2. DataGrid's ...
  • DataGrid bugs

    I am playing with DataGrid, but I think it has some bugs. 1. By default DataGrid's SelectedIndex property is set to "0". While trying to set it to SelectedIndex = -1, doesn't work.  No error, but basically it will be ignored and after databinding, SelectedIndex  property is still "0". 2. ...
  • Re: Silverlight in a web content page doesn't work

    Never mind! It worked when I changed the hieght and width values of Silver light control in content page from "%" to "px".  I am not sure why???
  • Silverlight in a web content page doesn't work

    It works in my test page created automatically by VS 2008, but doesn't work when I copy the same code in a content page.  I am using Master and Content pages.  Here is the code.  Please tell me what I need to do to make it work in a Master/Content page scenario.  Thanks! Web Content Page:<%@ Page Title="" ...
Microsoft Communities