Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
213 views
Hi,

         I am dispying  record in grid with paging anf sorting functionality. I also have button on top of grid. I am displaying search page in radwindow when user click on the button and dipaying the record based on user search criteria.

         By default paging and sorting working fine but  i am getting popup when i enter search data.

Note :  i am using OnNeedDataSource for data binding.

Popup message :

To Display the webpage again, Internet Explorer needs to resend the information you'have previously.

If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again.

Can you please help me to resolve the issue?

Thanks
Ravi

Prangadj
Top achievements
Rank 1
 answered on 12 Sep 2008
1 answer
154 views
Hi, hi use the last build prometheus, and the javascript event "showconfirm" fail.
Here my code into tag form on ASPX file

<telerik:RadScriptManager ID="RadScriptManager1" Runat="server" ></telerik:RadScriptManager>
<
telerik:RadWindowManager ID="RadWindowManager1" runat="server" ></telerik:RadWindowManager>

<

script type="text/javascript" language="javascript" >
showconfirm();    // <===== CALL EVENT  ON PAGE LOAD
function confirmCallBackFn(arg)
    {
alert("Confirm returned the following result: ");}
function showconfirm()
    {
radconfirm('Are you sure?', confirmCallBackFn, 330, 100); return false; }
</script>

Help!
tnk's .

Georgi Tunev
Telerik team
 answered on 12 Sep 2008
1 answer
174 views
Hello,
I use the DiffEngine to search for differences between the content of the editor and the previous content that is saved earlier in the database. The problem is that the DiffEngine indicates differences when characters as •, Ã«, ï are used.

I use it like this:

Dim diff As DiffEngine
diff =
New DiffEngine()
Dim diffstr, temp As String
diffstr = diff.GetDiffs(myRadEditor.Content, ...a Database field....)

The database is SQL server, the field is nvarchar(max)

Kind regards,
Barbara

Rumen
Telerik team
 answered on 12 Sep 2008
8 answers
352 views
Hello,
how can i show a confirm dialog if a user wants to close a radwindow opend with javascript:

var oWnd = radopen("http://www.google.de","test");

Many Thanks!
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 12 Sep 2008
2 answers
177 views
I am trying to implement the slider control into my project but I am having an issue.$0$0$0$0I have a .net web project.  I added the Telerik.Web.UI.dll to my bin folder and added the register tag on the page I am using the control, but the control isn't being recognized.$0$0$0$0$0Here is my register tag:  <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>$0$0$0$0$0Do I need to add anything to the web.config file to get this to work?  Or did I do something wrong?  $0$0$0$0$0Thanks.$0
Svetlina Anati
Telerik team
 answered on 12 Sep 2008
13 answers
537 views
Hi all,
when i use automatic in-line edit, the width of edited columns is wrong.

See this screenshot 
http://www.solutionfactory.it/images/Grid_Inline_edit.jpg
or try it in the telerik demos pages.

Why this behaviour?

In the old suite "RadControls for ASP.NET" (not prometheus) edit column size is equal to the display column size.

Thanks in advance,
Flavio
Yavor
Telerik team
 answered on 12 Sep 2008
1 answer
84 views
Hi,

I am having a bit of a problem with RadGrid Group panel. Any time I try to drug a column in to this aria the two positional arrows are not positioned properly. Please see avi file that demonstrates this problem. Do you have any idea how to fix it. Thank you.
Dimo
Telerik team
 answered on 12 Sep 2008
1 answer
98 views
I found a issue about RadComboBox control, OnClientSelectedIndexChanged event will be fired first time event there's no index change.

This is not reasonable and may cause some critical issue.
How can I make it not fired?

Thanks,
Marvin

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="DesktopModules_Test_Default4" %> 
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
    <div> 
        <telerik:radscriptmanager id="RadScriptManager1" runat="server"></telerik:radscriptmanager> 
        <telerik:radcombobox id="RadComboBox1" runat="server" OnClientSelectedIndexChanged="alert('a')"></telerik:radcombobox>      
    </div> 
    </form> 
</body> 
</html> 
 
Veselin Vasilev
Telerik team
 answered on 12 Sep 2008
1 answer
88 views
We found that with the latest build, when you click on an image within the HTML editor, add text for the tooltip, then click on the "Set image properties" button, a javascript error is generated in IE7.  The error is on line 8117, unexpected error.

If you don't debug the error, the alert goes away and the property window does not open.  If you click off the image and back on it again, the tooltip previously enter is set and you can then click on the button, which works as intended.

Anyone figue out a way around this?
George
Telerik team
 answered on 12 Sep 2008
1 answer
124 views
Hello,

After some 'blood sweet and tears' around RadFormDecorator fast mutating in versions, I would expect to know exactly what should do this component and what are next fonctionnal moves.

Many thanks
CS
Tervel
Telerik team
 answered on 12 Sep 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?