Advanced Forum Search Results
-
Hi,
Thanks for your reply.But in the sample code of the link i found the following code.Can u tell me in which namespace this code comes under.
SeriesExtensions.FillWithSampleRadialData(pieSeries);
-
Hi,
I am using Rad controls in silverlight.I used a radchart.It is displaying as a barchart.My requirement is to display as pie chart.Please help me how to display as piechart.
-
hi
i got the answer myself.
HyperlinkButton hypBtn =(HyperlinkButton)sender;
this gave me the selected row item.
-
Hi,
In the link u gave there is an object created for PageSwitcher.Can u tell me what it is.Also if possible please give sample to transfer.
-
Hi,
I am facing a problem in transforming from one page to ther.i am writing this code.
page1.content=new page2();
It is transferring from page1 to page2.But what i observed is slowly after multiple transforms from page1 to page2 and page2 to page1 the controls are moving down to the bottom of the pages.Please help me in this ...
-
My requirement is not to delete the second row only.I have to delete the row that is selected(THere is a hyperlink) by the user.
-
Hi,
I am having a datagrid in silverlight and the first cell is selected by default.Now i want to delete the second row.i added a hyperlink to the grid and then when i am trying to delete the second row(any row other than first row) the first row is getting deleted as it is selected.
-
hi,
i dont want all the checkboxes to be checked.i want only one state of all the states to be checked and others should be unchecked.
-
hi
i am having a list box.All the states will be filled in listbox with checkboxes.I have done it successfullly with itemtemplate.Now my requirement is out of all the states,i want the users state checkbox to be checked when the xaml is loaded.Can anyone help me in this issue.
-
Hi can you give me the code. i tried it in the following way.
<CheckBox IsChecked="{Binding IsApproved}">
But the check box is not getting checked.