Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
68 views
Hi,

I tried to set some important thing to bold AND italic.
But RadEditor won the fight :)
Bold / Italic work exclusive - so I set Italic WORKS - I set (additional) bold italic is removed

If I set this in HTML source (<strong><em>...</em...) RadEditor reflects the changes correct.
But as soon as I touch a button I'm in "toggle mode" again.

Regards
Manfred
Rumen
Telerik team
 answered on 23 Sep 2009
1 answer
91 views
Hi,
How do I add rows to the grid on client-side without server rebind? I cannot find suitable client-side API for this task.

The closest I come into is $grid.get_masterTableView.insertItem() which will take the data from insertion form editor fields.
Yavor
Telerik team
 answered on 23 Sep 2009
2 answers
139 views
Hi,

I've been looking around but couldn't find anything so I ask here.
Is there "built in" support for dl / dt / dd in RadEditor.
I found UL OL LI - but nothing about DL and it's children.

Regards
Manfred
ManniAT
Top achievements
Rank 2
 answered on 23 Sep 2009
4 answers
192 views
Hi,
One of our internal sites lists a load of jobs. When you click on a job, all the details are displayed in a rad window, with one of the pieces of information being numerous thumbnails. When we click on a thumbnail it displays the fullsize picture in lightbox. The problem is this is displayed within the radwindow and not across the whole browser width. Is there a way to stop the radwindow limiting the size of the lightbox?
Thanks.
Georgi Tunev
Telerik team
 answered on 23 Sep 2009
5 answers
144 views
Is it possible to turn off or override the automatic "linking" of a url?

I need the user to type in http://telerik.com and have it displayed as text, not have it automatically changed into a <a href="http://telerik.com">http://telerik.com</a> link.

thanks


Lini
Telerik team
 answered on 23 Sep 2009
1 answer
70 views
Hi,

     I have to make Add New Record command item to be invisible on a user login , where as for admin login it will be visible.
    So i have a method where based on user login i am making 

RgdDomainDetail.MasterTableView.CommandItemDisplay =

GridCommandItemDisplay.None;
and for admin login 

 

RgdDomainDetail.MasterTableView.CommandItemDisplay =

GridCommandItemDisplay.Top;

But still i am able to see the add new record command item bar when the user is logged in.

Could you please suggest how to make it invisible .

Thanks,
Satya.

 

Shinu
Top achievements
Rank 2
 answered on 23 Sep 2009
1 answer
94 views
Hi,

Can anyone explain me the sequence of events occurs when we filter the grid?

I am not sure that what i need really possible, basically need something before the response go the server. and need it on the server side not the client-side handler.

Sunil.
Princy
Top achievements
Rank 2
 answered on 23 Sep 2009
5 answers
132 views
We use radeditor at many places on the same page and what we notice is that the toolbar button state is getting saved every time when we close the editor.

In other words, if I click on OK or Cancel button to close the editor, opening the editor again makes the same toolbar button highlighted.

Can you please let me know how I can disable this behavior?

Thanks, Lakshman
Rumen
Telerik team
 answered on 23 Sep 2009
1 answer
83 views

I have a button that opens a radwindow. The button more or less just tests the user input of a url in a RadWindow.
Below is the code that is called when the button is clicked. My issue is when the user closes that small RadWindow the page itself stops responding, you can click buttons and such but have no cursor and I can see the page thinking type icon at the top spinning and spinning and just doesn't stop. What is wrong? Why is the page having to think when the window is closed?

 

function

 

openNewWindow(testlink)

 

{

 

var windowURL = document.getElementById("ctl00$ContentPlaceHolder1$tmcreate$" + testlink).value;

 

 

if (Left(windowURL, 7) != "http://")

 

{

 

var oWnd = radopen("http://" + windowURL, null);

 

}

 

else

 

 

 

 

{

 

var oWnd = radopen(windowURL, null);

 

}

 

}

 

function Left(str, n)

 

{

 

if (n <= 0)

 

 

return "";

 

 

else if (n > String(str).length)

 

 

return str;

 

 

else

 

 

 

 

 

return String(str).substring(0,n);

 

}

Georgi Tunev
Telerik team
 answered on 23 Sep 2009
3 answers
109 views
When I enter text and apply H1 formatting, the P tag is often wrapped around the text.  Anyway to avoid this?
<H1>
<P>Text</P>
</h1>
Rumen
Telerik team
 answered on 23 Sep 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?