Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
148 views
Hi
I have some small UI issue with PanelBar, everything was working fine locally, problem would only happen on the server and it is very inconsistent, happened now and then, but really annoying.

I'm using Q3 2008 trial version
can someone please tell me what is the reason for that ?

Normal 

Broken
Atanas Korchev
Telerik team
 answered on 09 Dec 2008
1 answer
143 views
Am I thoroughly daft or is there no way to graphically add Select Options through the rad Editor? You can add a select using the toolbar button but there appears no way to add options to the select once it's added.
Rumen
Telerik team
 answered on 09 Dec 2008
1 answer
220 views
On the demo:
http://demos.telerik.com/aspnet-ajax/Upload/Examples/CustomValidation/DefaultCS.aspx?RadUrid=8b6e25d5-53e9-403a-befd-7e65c54a0bc2


The RadprogressArea is still shown for the full period of time ("for (int i = 0; i < total; i++)" etc) , even though the RadUpload.OnValidatingFile server side method already marked the file as invalid. 

Would it be possible to prevent the RadProgressArea from showing?

I did tried the client side alternative with RadProgressArea.OnClientProgressUpdating client side method - but get inconsistant javascript:
                                'get_progressData().RadUpload.RequestSize' is null
errors  - when do multiple uploads one after the other.
Veselin Vasilev
Telerik team
 answered on 09 Dec 2008
3 answers
212 views
Hello,
If I put a slider on a simple webform and set autopostback=true, everything works fine.

However, If I put that same slider on a webform that uses a master page, the OnValueChanged event does not get fired ?

I declare my scriptmanager on my masterpage.

Any suggestions ?

Regards,
Nicolas
Tsvetie
Telerik team
 answered on 09 Dec 2008
3 answers
127 views
Hello,

i have used radtabstrip along with radmultiview in that i have two page views. In one page view i have four textboxes out of which two textboxes of width set as percentages and the remaining width set as pixels and also i have radeditor in it whose width is set in percentages and in another page view i have a checkbox and rad grid. One more important things is that i placed my multiview inside a radpane of radsplitter control and in another radpane i have user control. i have a splitter which divides this two rad panes. when the splitter is clicked its suppress to right rad pane where user control is placed. My problem is when page is loaded first i see the first page view (i.e) the page view which contains four textboxes and one rad editor which gets populated contains. when i changed to page view two and click on checkbox which performs a client side validation and auto post back the page in client side using _autoPostbacl(',') event. after which when i go back to previous page view (i.e) initial page view one which contains four textboxes and one radeditor its gets disburbed like textboxes with percentages expands and also the rad editor contains doesn't show up properly (i.e) it is not visible properly. In this regard i need very urgent help. what could be the problem and how to resolve this issue. One more important point is that this page is loaded in rad window. Need help very urgently....................

Thanks.
R. Vikram Goud
Tervel
Telerik team
 answered on 09 Dec 2008
4 answers
169 views
Hi,

I would like to set the default font size for the edit mode, but all instructions I found said that css files in RadControl\skins... should be edited. Unfortunately I don't have a RadControls Folder in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources

Regards
Markus



IT Betrieb
Top achievements
Rank 1
 answered on 09 Dec 2008
3 answers
211 views
Hi all,

I have set the OnClientDoubleClick client side event for the RadTree.
This client side event will trigger when I double click on the RadTreeNode's text, but not on the RadTreeNode's image icon.

Is there a way I can also trigger the event when I double click on the icon?

I tried inspecting the RadTreeNode.Controls property thinking I will able to get a reference to the Image control and can inject my own client side event, but that Controls collection is empty.

Thanks
Veselin Vasilev
Telerik team
 answered on 09 Dec 2008
3 answers
73 views
We have recently upgraded to 2008 Q3. I have an an event defined for OnClientAppointmentMoveEnd. With the previous version, this even always fired, regardless of whether the appointment was dropped in a different or the same location. Now, it only appears to fire when an appointment is moved to a new timeslot/resource. We need this to fire even when it is dropped in the same place to reset some formatting and other things.

Is this a bug, or intentional functionality for some reason?

Thanks!

Jeff
T. Tsonev
Telerik team
 answered on 09 Dec 2008
8 answers
100 views
I have a RadGrid that was working just fine with the built-in "Telerik" skin. I made a copy of the "Telerik" skin as preparation for modifying it for my own custom skin. So I followed all the directions to get a copy of the skin working in a new custom skin directory. So far the only changes in the css file for the new custom skin are the name changes throughout with "_NewTelerik" replacing every "_Telerik". And the new custom skin works for the most part except for one thing I noticed: one of my GridDropDownColumns stopped working. It was completely non-functional. In addition, next to it was rendered the text "select".

Again, note that other than necessary changes such as EnableEmbeddedSkins from true to false, I made NO changes anywhere else in my *.aspx or any changes in my code-behind. Also, note that all my GridDropDownColumns worked just fine with the original "Telerik" skin and EnableEmbeddedSkins="true", but one stopped working when I switched to the new custom skin "NewTelerik" and EnableEmbeddedSkins="false". And again, I have not yet made any substantive changes to the css file, so there's something funny here. A bug?

I tracked the difference between the GridDropDownColumns that work with both original and new skins and those that work only with the original skin to DropDownControlType. So GridDropDownColumns with DropDownControlType="RadComboBox" only work with the built-in skin "Telerik" and not with the custom skin "NewTelerik" even though there have not been any style changes in the css style file.
Sebastian
Telerik team
 answered on 09 Dec 2008
1 answer
104 views
Hi,

I have a server side NodeDrop event that when fired, injects javascript with a RadConfirm - allowing the user to confirm whether or not to perform the drag-drop operation. We do database functions in a separate Ajax request to change the node's parentID if drag drop is confirmed.

However, At the exact moment the radConfirm fires, the contents of the expanded node duplicate. For example, if I have a root node open, and multiple child nodes and I drag drop from one child node to another, when the radConfirm displays, I see two instances of each of the  child nodes. There are no javascript errors and I have traced the code behind and I am not refiring the code that populates the sub nodes. I am stumped on why this is happening. If anyone out there has any idea on what to look for, that would be great. PS, here are the settings of the TreeView

                         <telerik:RadTreeView ID="RadTreeView1" CheckBoxes="True" AllowNodeEditing="true" runat="server" Skin="Web20" EnableDragAndDrop="True"  OnClientNodeChecked="onClientNodeChecked" OnClientNodeEdited="onClientNodeEdited" OnClientContextMenuItemClicked="onClientContextMenuItemClicked" OnClientNodeClicked="onClientNodeClicked" OnClientDoubleClick="onClientDoubleClick" >
Simon
Telerik team
 answered on 09 Dec 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?