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

I'm using RadEditor in a Windows SharePoint Services custom column (I don't use RadEditorMoss, but the RadEditor 2008_Q3 for Ajax ASP.Net ... simply because I had to activate some features depending on WSS rights, which isn't possible with RadEditorMoss).

I saw that topic : http://www.telerik.com/community/forums/aspnet-ajax/editor/why-does-toggle-full-screen-take-so-long-in-ie-7.aspx

I tested today the online demo and my implementation of the RadEditor. I got :

- something like 5s in the live-demo. that's acceptable.
- something like 30s in my implementation in WSS in IE7
- something like 10s in my implementation in WSS in FF3

I saw in the topic reported below that this issue was pinned, and may be improved in 2009. Has this feature been improved in the last release ? If not, how can I improve my use of the RadEditor in WSS ? Did you do something special for the RadEditorMoss ?

Thanks in advance for you answer.
Tervel
Telerik team
 answered on 07 Aug 2009
1 answer
146 views
Hello,

My functionality is Before selection start i want to insert one symbol & after selection end also want to insert one symbol. for that purpose i want the exact position of selection start & selection end.


Thanks,
Atul Deshmukh


Tervel
Telerik team
 answered on 07 Aug 2009
3 answers
143 views
My question is how do you prevent wrapping of items in the grid. When the grid has lots of columns it causes the icons to wrap.
See http://www.creditbootcamp.com/grid_tools.png

We tried:   
<rad:GridTemplateColumn UniqueName="Tools" HeaderText="Tools" ItemStyle-Width="150">
But it did not work. Putting the icons in a table did work but caused borders to show up around the table (which we dont want).

We want the icons to stay on the same line and not to page break.


Thanks guys!!

Dimo
Telerik team
 answered on 07 Aug 2009
1 answer
133 views
I want to get the date range of a week from a client side RowHeaderClick event (so that I can send it in a web services call).

I can get the week number from the inner text of the dom element (see below).

I can see several ways to turn the week number into a date:

1. If I get the <td> cell that is the first "next sibling", is there a way to determine the date triplet (in which case I wouldn't even need the week number)?

2. Is there a way to get the first date triplet or the first week number being displayed in a multi-view calendar?

...
function OvernightCalendar_OnRowHeaderClick(calendarInstance, args)
{
  // don't select, we're just using the click to style the week

  args.set_cancel(true);

  // Get the dom element
  var e = args.get_domElement();

  // The inner text holds the week number
  var weekNumber = e.innerText;
  Sys.Debug.trace('Week Number: ' + weekNumber);
  
  // walk the td cells from the row, styling each cell
  var e = e.nextSibling;
  while (e != null) {
    styleCell(e);
    e = e.nextSibling;
  }
}
Dimo
Telerik team
 answered on 07 Aug 2009
1 answer
103 views
Hi. I've got a RadTabStrip with a few RadMultiPages. In IE7 if I set the following style the vertical scroll bars appear on page load but when I click on to another tab then back on to the first tab the scroll bars aren't there. If I click onto another tab then back onto the first tab again the scroll bars are there. If I repeat the same process over the same behavior occurs.

overflow-y: auto !important; overflow-x: hidden !important; 

It checks out okay in IE6, IE8 and FF3.

Daniel
Kamen Bundev
Telerik team
 answered on 07 Aug 2009
1 answer
92 views
I have a problem when press  "Enter" Key on last row of RadGrid Control.... when press "Enter" key on the radgrid control  make postback and the focus be position in the penultimate row and this be open in mode edit------ this is my problem.......... You have any solution.

regards.

Q.
Shinu
Top achievements
Rank 2
 answered on 07 Aug 2009
2 answers
119 views
I'm using a rad grid with 2 rows and the following columns { 2010,2011,2012,2013,2014 }, each column has a Sum Aggregate displayed in the footer and the default mode is edit. Whenever a field (input) value is changed (just edited, without clicking save or cancel) i want to automatically re-calculate the sum's either using javascript or code-behind, however i can not find any event to handle this.

I'd also like to know if there is any possibility to get a running value* in the footer instead of a simple sum.

*running value = adding the sum from the previous year, to the current/next and so on.
Veli
Telerik team
 answered on 07 Aug 2009
1 answer
189 views
Hi community,
    I neeed display html content inside a radrotator template. Imagine i wanto to display this :
<P><FONT color=#ff0000>Changes</FONT></P>
<UL>
<LI dir=ltr style="MARGIN-RIGHT: 0px"><FONT color=#008000>Change 01</FONT></LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px"><FONT color=#0000ff>Change 0w</FONT></LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px">Change 03</LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px">Change 04</LI>
</UL>
The bullets are not displayed. I've tried to make changes in the radrotator css file but with no luck.
The html i want to render is introduced by end-users in a ritch text content editor inside a windows application, and then converted to html.
Can you help me out with this?
Thanks.
Martin
Telerik team
 answered on 07 Aug 2009
1 answer
138 views
HI i want to use ajax confirm button extender in radgrid

i have a template column in which i have a link button
i have set confirm button extender in that template column.
when i click on the button  the confirmbutton extender appears but if i click ok or cancel same action performed.

let me know if i am using  confirm button extender in radgrid then which event of radgrid should i call in order to perform the same.


 i used grdName_ItemCommand.
but it doesnt work when the code written in the grdName_ItemCommand.
executes then confirmbutton apperas please help me
Veli
Telerik team
 answered on 07 Aug 2009
1 answer
154 views
As i have the previous version i am not able to make use of GridImageColumn could you please tell me dynamically how will i add imagecolumn to radgrid?

Thanks a million in advance.
Princy
Top achievements
Rank 2
 answered on 07 Aug 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?