Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
327 views
The issue I am having here is, if the ParentID of the data item of a node is not present in the data source then the node does not display.  Is there a way around this?  Is there a way to show all nodes regardless if the parent is present or not?  I am also using Web Service LoadOnDemand.
Plamen
Telerik team
 answered on 25 May 2012
2 answers
67 views
Hi,
I am using this Demo to add and remove different docks dynamically. The RadDockZone and RadDockLayout won't be changed so only the docks are dynamically created.

Everything works fine when adding docks and even if I remove a dock and then add a new dock. The problem occurs when I close more than one dock after the other, they dissapear as they should, but then when I add a new one the most recent one created from the closed ones re-appers along with the new one just created.

If you try it in your demo page the problem is that the page redirects to a Page Not Found page. I can't figure out whats the problem

Can you kindly help me.

Michael
Top achievements
Rank 1
 answered on 25 May 2012
3 answers
297 views
I have just started using this pie chart and I have 4 series and all the slices are appearing correctly but 2 are shades of blue and 2 are shades of green. My chart has a legend but the greens and blues are so similar it's difficult to tell which is which!
I have checked out the samples and it's the same there.
Surely there is some mistake? Is there some setting to make it change the default colours, rather than having to manually set the colour of each series?

My chart is as follows:
<telerik:radchart id="RadChart1" runat="server" defaulttype="Pie" skin="Vista" charttitle-textblock-text="" OnItemDataBound="RadChart1_ItemDataBound">
<Series
 <telerik:ChartSeries Appearance-LegendDisplayMode="ItemLabels" Type="Pie" DataYColumn="Meters" />
 </Series>
</telerik:radchart>

and I am binding like this:

RadChart1.DataSource =myDS;
RadChart1.DataBind();

Bex
Bex
Top achievements
Rank 1
 answered on 25 May 2012
1 answer
189 views
What am I doing wrong here?  I am trying to get a formatted Date out of my datepicker in Javascript that is culture sensitive.



function getDate() {
 
    sender = $find('<%= RadDatePciker1.ClientID %>');
    var selectedDate = sender.get_selectedDate();
    var shortDatePattern = sender.get_calendar().DateTimeFormatInfo.ShortDatePattern;
    var formattedDate = sender.get_calendar().DateTimeFormatInfo.FormatDate(selectedDate, shortDatePattern);
    alert(formattedDate);
 
}
Dan
Top achievements
Rank 1
 answered on 25 May 2012
1 answer
126 views
How can we change the default backcolor when sorted?It should not show any color on sorting.
Princy
Top achievements
Rank 2
 answered on 25 May 2012
6 answers
132 views

Hi,

I have ASP.Net AJAX Q1 2012 and would like to know where I can get the non-minimized css files for use as a custom skin?

cheers

Gavin.

Gavin
Top achievements
Rank 1
 answered on 25 May 2012
2 answers
68 views
Is there a quick way to tell if an e.item is in detail view?  I'm having problem with ItemDataBound  and ItemCreated not finding the columns because it in detail view.  I just want to check if it's in detail view and skip the code.

Thank you in advance for you help.
Shinu
Top achievements
Rank 2
 answered on 25 May 2012
3 answers
108 views
Hi members
I have a Radgrid with Outlook Skin. I want disable selected row style and write a css for mouse move on rows(I want use Office2007 select row style for mouse move rows a grid with Outlook style)
Shinu
Top achievements
Rank 2
 answered on 25 May 2012
0 answers
122 views
i have a grid bound to an entitydatasource bound to a table holding documents. the grid is the detail grid of a master grid whose row selection selects the detail or child rows.

when i click on the gridattachmentcolumn link in the detail grid, the first file is downloaded regardless of the file selected. i would expect the file of the row clicked to be downloaded.

what might i be doing wrong? or is there is a defect?
tony
Top achievements
Rank 1
 asked on 25 May 2012
10 answers
226 views
i have a radgrid one of whose columns is:
<telerik:GridBinaryImageColumn DataField="Media" DataType="System.Byte"
FilterControlAltText="Filter column3 column" ImageHeight="150px"
ImageWidth="150px" ResizeMode="Fit" UniqueName="Media"
HeaderText="Media" >
</telerik:GridBinaryImageColumn>

it is bound to an EntityDataSource.

using out of the box grid functionality, i click edit, select a file, then click update.
then i get the following error message: Error while setting property 'Media': 'The property 'Media' cannot be set to a null value.'.

why? having selected a file i would expect the control to send the data to the database. insert workds ok.





tony
Top achievements
Rank 1
 answered on 24 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?