Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
175 views
my thread from last week has disappeared... does anyone have any thoughts on these 2 issues?
(see attached for screenshots)

1. The same text copied from Word using the "paste from word" editor functionality is returning different HTML within the same browser/session/editor. Sometimes a line break is coming through as a <br /><br /> and sometimes as a <p></p>.

2. When I get the <p></p> tags - the Design view is rendering it differently when I toggle between design & HTML views.
  • First it shows it as 2 or 3 returns
  • Then after toggling to the HTML view and back it shows as no returns
  • Then after toggling to HTML and back it shows as 1 return.
  • Toggling back and forth from there it remains consistent.
Rumen
Telerik team
 answered on 17 Nov 2009
3 answers
160 views

Posted 3 hours ago (permalink)

Hi!

This is my problem: I set the attribute EnablePostBackOnRowClick on true in ClientSettings of RadGrid, then I added a GridTemplateColumn with ItemTemplate and EditTemplate. Finally inside ItemTemplate I got asp:buttons, but every time I try to click on them, the row-click event is fired before. I tried a solution found around here (this one!) regarding the stop of propagation (by using some javascript), but it does not work.

Any idea?
Pavlina
Telerik team
 answered on 17 Nov 2009
1 answer
63 views
I want to show list of cities to the user loaded in the combobox. If there city is not found they need to enter the city name in the combobox itself. How the user can enter a new item in the combobox?
Shinu
Top achievements
Rank 2
 answered on 17 Nov 2009
3 answers
180 views
Hello

I use RadGrid with NestedViewTemplate inside MasterTable. Inside NestedViewTemplate I put Panel control with RadTabstipControl.
My question is when I expand a column and work with NestedViewTable content, I wish when press ESC key, to collapse expanded RadGrid's rows and close NestedViewTemplate.

Thank you for your effort answer me

Best regards
Z. Rusev
Veli
Telerik team
 answered on 17 Nov 2009
2 answers
308 views
Hi Telerik Team.
I am working on the example provided in Live Demos: Telerik.Web.Examples.Scheduler.RadDock to add appointments in a custom window.
The problem happens when I use a appointment Provider different than the default, e.g I used XMLSchedulerProvider:
If I open the dialog to add a new appointment  when I call the "Update/Save" button  the new appointment is not showed in the Rows region. I have to make a page refresh so the new appointment is showed.

So, it seems like the combination: RadDock + custom provider does not work. What can I do? I need both.

Thanks in advance.


Peter
Telerik team
 answered on 17 Nov 2009
3 answers
571 views

Hi,

 

I have Radwindow on my page. It has close (“X”) image on top right most corner. When user closes window by clicking on this close image, I want to clear some of the controls from parent page. But I do not know how to capture the event and perform action on it.

 

Is it possible to capture the event when they click the Close ("X") image button?

 

Thanks.

Georgi Tunev
Telerik team
 answered on 17 Nov 2009
1 answer
116 views
Hi,

In my rad grid implementation, first column is checkbox column.
We do not want to select the entire row when checkbox is selected,but i want to access all the items which are checked.
Is there any other way instead of iterating through all rows in grid.

This is because there might be 500 items in grid and only 3 might be checked, so i will end up looping 500 items for 3 items only.

Thanks.
Amit
Shinu
Top achievements
Rank 2
 answered on 17 Nov 2009
1 answer
187 views
I am using the Q1 2009 version of the ASP.NET AJAX RadControls and we have created a calendar that heavily uses the RadScheduler.  The site works on the server when you visit it locally or remotely via the IP, but when we try to access it using the SSL address that runs through our hardware load balancer it will not work.  We have a previous version of the same application that works and the main difference between the two is the use of the WebService to populate the data in the RadScheduler. 

The error that we get when attempting to access the new website:  

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ###.###.###.170:443

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ###.###.###.170:443

Similarly, we get a WebException in the event viewer that states:

Exception information:
    Exception type: WebException
    Exception message: Unable to connect to the remote server
 
Request information:
    Request URL: https://est01.esalestrack.com/oasis/default.aspx
    Request path: /oasis/default.aspx
    User host address: ###.###.###.###
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 8
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
   at System.Net.WebClient.UploadString(Uri address, String method, String data)
   at System.Net.WebClient.UploadString(String address, String method, String data)
   at Telerik.Web.UI.SchedulerWebServiceClient.GetResources()
   at Telerik.Web.UI.RadScheduler.BindResourcesFromWebService()
   at Telerik.Web.UI.RadScheduler.PerformSelect()
   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
   at Telerik.Web.UI.RadScheduler.EnsureDataBound()
   at Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource)
   at Telerik.Web.UI.RadScheduler.CreateChildControls()
   at System.Web.UI.Control.EnsureChildControls()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
Any help is greatly appreciated. 
Peter
Telerik team
 answered on 17 Nov 2009
2 answers
71 views
Hi All,

In heirarchy grid hot to expanl all, by c# code.

Please help me regarding this.
pradeep k
Top achievements
Rank 1
 answered on 17 Nov 2009
3 answers
331 views
In our page we used RadEditor to display the body of the mail.

We should have the RadEditor to be read only while readig the mail.

If i set Enable = "false" & width="150px", the scroll is not coming for the editor and we could see the first 10 lines of the mail body. The remaning lines are not able to see.

If I set Enable = "false" and no width porperty the RadEditor extends with respect o the mail body. we need scroll for this content.

we already tried with the following client side script in the OnClientLoad event, but this is also not workin. We are using the 2009.2.701.35 version DLL.

function OnClientLoad(editor)

{

editor.enableEditing(

false); //disable the toolbar and content area

 

}

Please provide a solution that the content should be read only with scroll.
 
Please refer the attached document which contains the screen shots of our issues.

Thanks in advance

Regards,
Bharath

Rumen
Telerik team
 answered on 17 Nov 2009
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?