Advanced Forum Search Results
-
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"
...
-
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 ...
-
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. ...
-
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???
-
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="" ...