Advanced Forum Search Results
-
HI,
I have opened two popup, I want to drag one control from one popup to another poup window.
eg, Popup P1 = new Popup (); it contains container some silverlight control
the same way popup 2 conatins different control. I want to drag one control from ppup 1 to popup 2. I am able get this if both are ...
-
<data:DataGrid x:Name="dgInbox" PreparingCellForEdit="dgInbox_PreparingCellForEdit" SelectionChanged="dgInbox_SelectionChanged" AutoGenerateColumns="False" Height="360" BorderThickness="1" GridLinesVisibility="All" Width="590" ...
-
Hi,
I have created one collection and bind to MS silverlight 2 grid. and changed Forntwight on selection of a particular row. The row fontwaight is working. as I select another row and scrolling the grid. other rows fonts are changed in sequence (after the number of rows vissible inside the scroll). If I am ...
-
Hi,
I have created one collection and bind to MS silverlight 2 grid. and changed Forntwight on selection of a particular row. The row fontwaight is working. as I select another row and scrolling the grid. other rows fonts are changed (after the number of rows vissible before scrolling the grid)
any one ...
-
Hi,
I am creating DataGrid columns dynamically.. columns are created but data is not loading awhen binding to my collection.
any body can help where excatly i am doing wrong in the folloing code
<UserControl.Resources>
<DataTemplate ...
-
Hi,
I have a collectin of object and object contains 2 properties.1) ID and vissiblity.
I want to loop columns in silverlight Datagrid and match Id of object and set column visibilty.
how to set coumn unique value as my object ID. there is no tag property for DataGridTemplateColumn
foreach (DataGridColumn gridCol in ...
-
Hi,
I am creating Grid at runtime. I want to create custom DataGridTemplateColumn in code behind using object(Not generate xaml)
I have created DataTemplate dataTemplate = new DataTemplate();
How to add textBox in DataTemplate in code behind using object. I dont find any dependancy property to set TextBox or any control.
I ...
-
Hi,
I want to implement copy, paste and cut functionality like file menu (word, notepad) in silverlight applicatin. the copy and and paste should be working for any control in the silverlight page(Usercontrol) . Is there any way to get the current control is focused in Silverlight page without looping through ...
-
Hi,
I have used a collection to bind my comboBox , and the object contains 2 properties. Ithis.cmbGroup.ItemsSource = dataCollection;
this.cmbGroup.DisplayMemberPath = "GroupName";
It is displaying the data. but i want also to bind "GroupId" property to add comboItme.tag property. so that i can get my groupId as i ...
-
Hi,
I was trying to download a file in silverlight application using the asp.net page.
it wants show saveas dialog instead of showing save and open dialog and when click on save... it shows save as dialog.
Is there any solution?
Thanks
Bichitra