Advanced Forum Search Results
-
Hello,
just go throught this Link.
1) http://www.sharpgis.net/post/2009/09/17/Add-MouseWheel-scrolling-to-Silverlights-DataGrid.aspx
2) ...
-
Hello,
I have already tried for specified Blog already for:
SelectedItem="{Binding Schedule.DesignatorId, Converter={StaticResource ComboBoxConverter}, ConverterParameter=Designators, Mode=TwoWay}"
EnqueueCallback(() => Assert.AreNotEqual(this.View.SelectedItem, "Some Entity");
This test always fails. ...
-
Thankyou,
For your reply
I have got Answer from Telerik forum.
-
Hello,
My code snippet works fine in working mode.
But I am struggling while writing Test code. I am using the technique UNIT TEST + Asynchronous.
Please Help To
write Test Code. Here Problem is in SelectedItem it returns
null value ...
-
Hello,
"uxSchedule" is not an UIElement.
-
Hello,
Above mentioned is not supported for time being.
You should also know that SilverLight Reporting tool is also not available. The third party tool can be used may come into help for you.
.
-
Hello,
Go through this link.
http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx
-
Hello I tried your code, but in the starting stage itself code fail.
by returning zero "int count = System.Windows.Media.VisualTreeHelper.GetChildrenCount(parent);"
Here, I am providing full structure of my code
<Grid x:Name="uxMainGrid" Height="470" ...
-
<Grid.Resources>
...
-
Hello,
<Grid.Resources>
<ControlTemplate
x:Name="uxContentControlWithFooterControlTemplate" x:Key="ContentControlWithFooterControlTemplate"
TargetType="ContentControl">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
<RowDefinition ...