Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
66 views
When switching between Design and Html views, html that contains a newline in a tag's attribute value, the tags <> will be converted to &lt; &gt;

This behavior can be replicated in the current RadEditor Demo

Initial Html:
<html>
    <head>
    </head>
    <body>
        <div class="class_a
        class_b">
        Hello
        </div>
    </body>
</html>

After switching between Design and Html modes its converted to:
<html>
    <head>
    </head>
    <body>
        &lt;div class="class_a
        class_b"&gt;
        Hello
    </body>
</html>
Ianko
Telerik team
 answered on 25 Feb 2014
3 answers
65 views
Hello,

I use a radRotator to display a rotating text. It behaves good in Chrome, Firefox and IE10. Nevertheless in IE8, it seems to be like jerky. My page also has a radMenu and a radGrid. It is getting worse when the mouse goes over the radGrid and the radMenu. I already decreased the speed of the rotator which seems to be correct only if the mouse does not move.

I checked two of your demos with radRotators:
http://demos.telerik.com/aspnet-ajax/rotator/examples/multiplescroller/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/rotator/examples/livexml/defaultcs.aspx

I get the same behavior.

What would be my options to improve the smoothness please?

Thank you
Gregory
Greg
Top achievements
Rank 1
 answered on 25 Feb 2014
7 answers
56 views
hi,
i have installed
telerik ajax Q3 2013 - 2013.3.1114.40
using IE 9

i have now render problems with input controls in my radgrid - there is always showing a border around them.


Venelin
Telerik team
 answered on 25 Feb 2014
1 answer
81 views
One of our customers has reported a problem right-clicking an image map in the editor using Chrome.

The problem can be reproduced using the Telerik demo editor.

A video of the problem can be seen here: http://screencast.com/t/XPQddg04leNb


Steps to reproduce the problem:


1. using Chrome, go to the Telerik demo editor:  http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultvb.aspx

2. switch to Html mode, delete the existing html, paste in the following html:

<img src="../../Img/editor.jpg" alt="product logo" style="margin-top: 25px; float: left; margin-right: 15px; border-width: 0px; border-style: solid;" usemap="#rade_img_map_1393269860391" /><br />
<map id="rade_img_map_1393269860391" name="rade_img_map_1393269860391">
<area shape="RECT" coords="16,19,59,67" href="http://www.google.com" /></map>

3. switch back to Design mode

4. click somewhere on the page outside the editor to get the focus away from the editor (this is necessary to reproduce the problem)

5. with the focus outside the editor, right-click directly on the image map area (the page/pencil icon)


Can you provide a solution to this problem?  Thanks.
Ianko
Telerik team
 answered on 25 Feb 2014
1 answer
112 views
Hi:

I implemented a column that only has itemtemplate defined, this column can chage it's values using a custom javascript.  The problem is that I have a save button outside the grid that is in BATCH MODE, that when clicked it will call the function grid.get_batchEditingManager().saveChanges(grid.get_masterTableView());,  But since that column never changes to edittemplate the saveChanges function is not detecting the data change.  Is there a way to mark a row or a cell as edited at the client-side, so when I click the save button the BatchEditCommand event is called with the correct GridBatchEditingEventArgs containing the row(s) that were modified with my custom javascript.

Regards,
Kostadin
Telerik team
 answered on 25 Feb 2014
8 answers
905 views
Hi i want to show image in Radgrid(Prometheus)
i hav image url in database an i want to show image in every row to there respective image.

my query is simple.
how to show image in each row.

Thanks
Vinamra Bhatnagar

    protected void BtnSearch_Click(object sender, EventArgs e) 
    { 
        String query = "SELECT Student.RollNo, Student.Name, Student.Batch, Course.Name AS Course, University.Name AS University, Student.Gender, Student.Birth_Date, Student.EmailId, Student.Address, Student.City, Student.[State/Province], Student.[Zip/Postal Code], Student.[Country/Region], Student.[Mobile Phone], Student.[Web Page], Student.Photo FROM University INNER JOIN Student ON University.code = Student.UniversityCode INNER JOIN Course ON Student.CourseId = Course.Id "
        switch (RadComboBox1.SelectedIndex) 
        { 
            case 0: 
                SqlDataSource1.SelectCommand = query +"WHERE (Student.RollNo = '" + TbSearchBox.Text + "')"
                RadGrid1.DataBind(); 
                break
            case 1: 
                SqlDataSource1.SelectCommand = query + "WHERE (Student.Name LIKE '" + TbSearchBox.Text + "%')"
                RadGrid1.DataBind(); 
                break
            case 2: 
                SqlDataSource1.SelectCommand = query + "WHERE (Student.Batch = '" + TbSearchBox.Text + "')"
                RadGrid1.DataBind(); 
                break
             
        } 
    } 
 



Haider S
Top achievements
Rank 1
 answered on 25 Feb 2014
7 answers
250 views
Does anyone know the *right way to extend the client interface for a RadGrid?  In other words, how can i add additional functions, properties, and events to the client object you can get via $find()?


I tried to create a new control, derive from RadGrid, and implement the IScriptControl functions.  Since i didn't want to interfere with the existing virtual functions, i tried doing something like this:
    List<ScriptReference> lBaseRefs = (List<ScriptReference>)base.GetScriptReferences();
    lBaseRefs.Add(MyReferenceGoesHere);
    return lBaseRefs;

That part works fine, but the descriptors function will basically only pay attention to one or the other - so i either *just* get the RadGrid client interface, or my own - but never both.

Does anyone know how to do this?  I spent some time searching online (since this is really a generic problem, rather than a Telerik problem), but i only came up with one StackOverflow question that matched what i was trying to do (and it was unanswered).


* I mention "the right way", because i've got something that appears to work.  Because of the client even "OnGridCreated", i'm able to attach a function that will then extend the client object:

function ExtendGridFunctionality(sender, eventArgs) {
    $find(sender.get_id()).alertMe = function() { alert('hi!'); }
}
Antonio Stoilkov
Telerik team
 answered on 25 Feb 2014
0 answers
48 views

Microsoft have discontinued support for MOSS (see their official MOSS support lifecycle page) since October 2012. This means that Telerik no longer supports MOSS environments as well.

The Telerik product that was specifically designed for MOSS is RadEditor for MOSS and it is discontinued and it not supported. Its last version is  5.8.16 which is based on the Q2 2012 release of the Telerik UI for ASP.NET AJAX. More information on the matter is available in the RadEditor for MOSS (SharePoint 2007) Discontinued as of Q2 2012 blog post.

The last documentation available for MOSS 2007 is attached to this post.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Feb 2014
0 answers
61 views

Microsoft have discontinued support for MOSS (see their official MOSS support lifecycle page) since October 2012. This means that Telerik no longer supports MOSS environments as well.

The Telerik product that was specifically designed for MOSS is RadEditor for MOSS and it is discontinued and it not supported. Its last version is  5.8.16 which is based on the Q2 2012 release of the Telerik UI for ASP.NET AJAX. More information on the matter is available in the RadEditor for MOSS (SharePoint 2007) Discontinued as of Q2 2012 blog post.

The last documentation available for MOSS 2007 is attached to this post.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Feb 2014
0 answers
41 views

Microsoft have discontinued support for MOSS (see their official MOSS support lifecycle page) since October 2012. This means that Telerik no longer supports MOSS environments as well.

The Telerik product that was specifically designed for MOSS is RadEditor for MOSS and it is discontinued and it not supported. Its last version is  5.8.16 which is based on the Q2 2012 release of the Telerik UI for ASP.NET AJAX. More information on the matter is available in the RadEditor for MOSS (SharePoint 2007) Discontinued as of Q2 2012 blog post.

The last documentation available for MOSS 2007 is attached to this post.

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?