Advanced Forum Search Results
-
hey senthil,
Really cool idea, it worked . I am thinking that that why it didn't came to my mind to use loaded event. I was doing the same thing in the Click event but it was not working untill user click on the header check box. .
Thanks a lot.
Anand
-
I am using custom paging with the data grid. This is[List.Count property] what I am using currently for getting the grid row count. But in some specific scenarios, this count is not availaible to me. Can't we get the row count property of data grid , like we can in asp datagrid?
-
I am not able to see any property called RowCollection in the silverlight DataGrid.
-
Any updates?
-
Hi all,
how to get count of rows in silverlight data grid, since it(2.0) does not have any Grid.Rows.Count property.
Thanks in advance
Anand
-
Hi All,
I am using a DataGridTemplateColumn.HeaderStyle to display a check box control in the header of grid, I want to change the checked status of it at run time , How can I do it in C#?
<data:DataGrid x:Name="siteListGrid" ...
-
Instead of Button (<Button Content="aaa"/>), I have a check box here. I need to chenge the checked property of it at run time. How can I refer that control and change it at run time?
-
Hi Davide,
Thanks for the pin point reply, I was using WCF service first time and that was very helpfull. The problem was not with silverlight, it was with the service and I was able to correct that as you described. I am writing the steps for new users of WCF who want to use it with SilverLight.
I successfully ...
-
the crossdomain.xml and clientaccesspolicy.xml files are present in the root of the WCF project, I changed the endpoint definition as per your suggestion, but now getting this error:"The underlying channel factory could not be created because no binding information was found in the configuration file for endpoint with name ...
-
There can be two approaches to solve this-
1) You read the whole Canvas's XAML and store it to database.
2)You create relational tables for storing each control's properties and attributes, store them using any wcf or web service in the database. Then you can regenarate the controls as per the data into database.
- Anand