Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 views
Hi,
I am evaluating the product before purchasing it.
I encountered memory exception in some scenarios.
1) when I tried to paste from word (4 pages ). this action paste the content but soon after pasting it gives memory exception.
2) when i inserted some field(like button, drop down) and after that i tried to delete that button or drop down the same exception is coming.

Even I tried same on the site in the demo section I encountered with same problem, even on different machines this error can be reproduce.
please find attached screenshot of that error with it.
Rumen
Telerik team
 answered on 26 Feb 2010
2 answers
105 views
Hi,
1 Scenario: We have added the Button on the Rad Editor. We have integrated this Rad editor with our ASP.net application. When we run our application, editor window get opened and if try to insert button it is throwing memory exception.
2 Scenario: When we try to paste the word document contents in the Rad Editor same exception popup comes out.
I have attached the screenshot for your reference,
Could you plz help me out on this? Thanks in advance.
Rumen
Telerik team
 answered on 26 Feb 2010
1 answer
77 views
Hi,
I have a RadCalendar (Multiview  (col:4,row:3)) and I have set ShowOtherMonthDays="false".

On OnDayRender event these days are still rendered.

Is there any code which I can use onDayRender in order to avoid rendering otherMonthDays for MultiView RadCalendar?

Thanx a lot!!!
Radoslav
Telerik team
 answered on 26 Feb 2010
1 answer
71 views
Hi,

    I have one issue with new new radcontrol listbox, it is not uploading item info:  code snapshot like below:-

aspx file

 

<telerik:RadListBox runat="server" ID="RadListBox1" AutoPostBack="True" Width="190px"

 

 

Height="200px" OnSelectedIndexChanged="RadListBox1_SelectedIndexChanged" OnDeleted="RadListBox1_Deleted"

 

 

OnDeleting="RadListBox1_Deleting" OnInserted="RadListBox1_Inserted" OnInserting="RadListBox1_Inserting"

 

 

OnTransferred="RadListBox1_Transferred" OnTransferring="RadListBox1_Transferring"

 

 

TransferToID="RadListBox2" AllowTransfer="true" AllowTransferAll="true" AutoPostBackOnTransfer="true"

 

 

DataKeyField="email" DataTextField="name" SelectionMode="Multiple">

 

 

<Items>

 

</Items>

 

 

 

 

 

 

 

 

</telerik:RadListBox>

 



cs file: has the following code:-

RadListBox1.DataSource = list;

RadListBox1.DataTextField =

"name";

 

RadListBox1.DataValueField =

"email";

 

RadListBox1.DataBind();


Any help will be appricaited.

Regards,
Satya
Yana
Telerik team
 answered on 26 Feb 2010
1 answer
124 views
Hi, I have a page loading some radcharts dinamically.
I'm using javascript SetInterval to refresh the charts every 30 seconds by callback.
The series values in the radchart object are updated but the image of chart is not updated, someone has an example to help me?

thanks
Robson

Giuseppe
Telerik team
 answered on 26 Feb 2010
1 answer
106 views
I have a radcalendar that has EnableMultiSelect="true" and UseColumnHeadersAsSelectors="true". When a user clicks on the column header, I need to know if the click is going to select or deselect the dates. OnDateClick event has a get_isSelected() method I can use to determine if the clicked date is selected or not selected. Similarly, I want to know if the column header click is to select or deselect the respective dates.

Thank you,
Vithiya
Radoslav
Telerik team
 answered on 26 Feb 2010
3 answers
132 views
Hi,

I'm using RadTabStrip & generating the two level tabs with the help of XML file. I want to apply diffrent styles to Parent & Child tabs.
Is there any workaround for that. Please have a look on attched image for more understanding.

Please help me out.

Regards,
Parimal Modi
Peter
Telerik team
 answered on 26 Feb 2010
3 answers
132 views
I am using the Hyperlink Properties to enter the following url:

webpage.aspx?id=30

After the editor contents are posted back to the database, the code gets converted to:

%7E/webpage.aspx?id=30

This also happens if I use the tilde as follows:

~/webpage.aspx?id=30

Is there any solution to this? Is there a secret to entering a relative URL in the editor?
Dobromir
Telerik team
 answered on 26 Feb 2010
1 answer
81 views
I have seen earlier post here where the developer wanted such function but your reply was that is not possible. Why can't we have this?

Take this scenario:

> I have two trees, both Load On Demand, using Web Service - so when expanded, the nodes are loaded.
> Based on selection in one tree, I need to check nodes in another tree via javascript only (not server side)
> Now, the node that I want to check may not exist in the another tree, because its parent is not expanded and its not loaded
> I can expand parent node first, but then I have to wait till the response is back, and then only I can find the node to check it;
> If I can turn the parent node to Intermediate state then I don't have to load all children via javascript and don't have to wait. This can be done via set_checkedState if it was available
> If not possible, then how do I know when the child nodes are loaded via web-service? is there some event that gets generated?

Let me know if you have some approach in mind for this scenario.
Dimitar Milushev
Telerik team
 answered on 26 Feb 2010
7 answers
667 views
Hello,

I want to allow moving of items from one listbox to another by double clicking an item.
I have a javascript function that checks if the move is allowed and I use it with the OnClientTransferring event.
I want to use this function also with the OnClientItemDoubleClicking event but I don't have the same event arguments supplied.

does anyone knows why isn't the OnClientTransferring invoked when transferring an item using double click?

Thanks,
Oded
Genady Sergeev
Telerik team
 answered on 26 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?