Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Is it possible to drag and drop control from one silverlight poup to another popup ( not panel)

    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 ...
  • Re: Re: Problem in Silverlight 2 Grid

     <data:DataGrid x:Name="dgInbox"  PreparingCellForEdit="dgInbox_PreparingCellForEdit"  SelectionChanged="dgInbox_SelectionChanged"  AutoGenerateColumns="False" Height="360"  BorderThickness="1" GridLinesVisibility="All" Width="590" ...
  • Problem in Silverlight 2 Grid

    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 ...
  • Issues in Silverlight Grid

    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 ...
  • Problem in creating dataGrid column dynamically

    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 ...
  • Silverlight Loop through DataGridColumn

    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 ...
  • How to add control in DataTemplate in code

    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 ...
  • Copy and Paste functionality

    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 ...
  • How to bind ComboItem tag property

    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 ...
  • How to avoid the save and open dialog when downloding a file.

    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   
1 2 3 4 Next >
Microsoft Communities