Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
181 views
I am popping up a ContextMenu in the Scheduler's OnClientAppointmentContextMenu event.   Is it possible to get a reference to the client-side appointment object or at least it's Id value during the context menu's OnClientItemClicked event handler.

There is a get_targetElement() method but this returns a reference to the HTML element.  Is there any way to reference the appointment object that was clicked on inside of this event handler?
Peter
Telerik team
 answered on 17 Jul 2008
1 answer
53 views
I currently have a RadChart showing a variety of series as a StackedBar chart.  Now I want to add in another 2nd set of series and have them all display as a 2nd set of StackedBars.  So for each item along the x-axis I would like 2 StackedBars next to each other and would REALLY like for a total value of each entire stack to be displayed as well.

Is this possible with RadChart?  How?
-Aaron
Ves
Telerik team
 answered on 17 Jul 2008
1 answer
367 views
Is it possible to disable scroll bars in a radwindow?
Sophy
Telerik team
 answered on 17 Jul 2008
3 answers
124 views
Hi,

Does anyone know how to populate the line graph with 2 inputs. I'm able to populate the line chart successfully with one input, it appears on Y-axis, but the X-axis shows the counter of the input. For example, if I have value 10,20,30,40. I can see these 4 values appear on the Y-axis but on X-axis shows 1,2,3,4.

What I intend to achieve is to have 2 sets of input. Do anyone has example on this ? or is it possible to do it with RadChart using Line.

Thanks.
Giuseppe
Telerik team
 answered on 17 Jul 2008
2 answers
162 views
Hi

We are using the RadEditor for Moss in our Sharepoint sites.  I've added the 'AjaxSpellCheck' to the toolsfile.xml for the site.  However, when the spellchecker is used it is using the en-us dictionary.  I have downloaded a en-GB dictionary that I found through a previous post although I'm not sure if it is the latest version.

I have copied the tdf file to this directory:
wpresources\RadEditorSharePoint\4.5.2.0__1f131a624888eeed\RadControls\Spell\TDF

I've also copied the en-US directory in the Localization folder and renamed it en-GB.

Where do I set the spellchecker to use the en-GB dictionary?  I've seen posts about giving multiple languages as a choice but we want the GB dictionary to be the only option.

This is the toolsfile that I am currently using incase it is just a property that needs setting:

Thanks
Peter

<root>
  <modules>
    <module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true" />
  </modules>
  <tools name="MossTools1" dockable="false">
    <tool name="Cut" shortcut="CTRL+X" />
    <tool name="Copy" shortcut="CTRL+C" />
    <tool name="Paste" shortcut="CTRL+V" />
    <tool separator="true" />
    <tool name="Undo" shortcut="CTRL+Z" />
    <tool name="Redo" shortcut="CTRL+Y" />
    <tool separator="true" />
    <tool name="MOSSLinkManager" shortcut="CTRL+K" />
    <tool name="Unlink" shortcut="CTRL+SHIFT+K" />
    <tool name="ImageManager" shortcut="CTRL+G" />
    <tool separator="true" />
    <tool name="FormatStripper" />
    <tool separator="true" />
    <tool name="AjaxSpellCheck"/>
    <tool name="FindAndReplace" shortcut="CTRL+F"/>
    <tool separator="true" />
  </tools>
  <tools name="MossTools2" dockable="false">
    <tool name="FormatBlock" />
    <tool separator="true" />
    <tool name="Bold" shortcut="CTRL+B" />
    <tool name="Superscript" />
    <tool name="Subscript" />
    <tool name="InsertOrderedList" />
    <tool name="InsertUnorderedList" />
    <tool separator="true" />
  </tools>
  <contextMenus>
    <contextMenu forElement="*">
      <tool name="Cut"/>
      <tool name="Copy"/>
      <tool name="Paste"/>
    </contextMenu>
  </contextMenus>
  <paragraphs>
    <paragraph name="&lt;h2>Heading 2&lt;/h2>" value="&lt;h2>" />
    <paragraph name="&lt;h3>Heading 3&lt;/h3>" value="&lt;h3>" />
    <paragraph name="&lt;p>Normal&lt;/p>" value="&lt;p>" />
  </paragraphs>
</root>
Peter Livsey
Top achievements
Rank 1
 answered on 17 Jul 2008
6 answers
284 views
Hi there,

i tried to disable parts in the content of the editor with:
contentEditable=" false" unselectable="on" 

(as described here)

But unfortunately its not working in Firefox.

Is there any workaround for this scenario to disable selecting and editing of certain areas in editors content?

Thanks in advance
Felix
Rumen
Telerik team
 answered on 17 Jul 2008
0 answers
104 views
Hi All,

I am trying to achieve the following using tab strip's and Dock control.

Each user can create as many tabs a they want, each tab as a basic "content template" which is s dock control.  So as a user creates a tab it is automatically displayed with a RadDoc sheet which they can populate as they want.

Like Google does it.

I have the tab creation part sorted thanx, so I can create a tab, but now, how do I get the "tab content template" thing done?

Thanx
Rhys
Top achievements
Rank 1
 asked on 17 Jul 2008
3 answers
109 views

Hi,

From the RadScheduler1_AppointmentClick I want to access the customattribute values.

I was trying to do that using
Dim s1 As String = e.Appointment.Attributes("RECUR_SERIES_ID") but it was returning "Nothing"

My main goal is.... when user clicks on the appointmnet i want to redirect the user to a custom page to edit the appointment, based on the customattribute value.

You can see my way of using RadScheduler here.

<
telerik:RadScheduler runat="server" ID="RadScheduler1" EnableEmbeddedSkins="True" Height="630px"

Skin="Outlook" DayStartTime="06:00:00" DayEndTime="22:00:00" TimeZoneOffset="00:00:00"

DataKeyField="REP_APPT_ID" OnClientTimeSlotClick="OnClientTimeSlotClick"

 DataSubjectField="Subject" CustomAttributeNames = "RECUR_SERIES_ID"

 DataStartField="START_DT_TIME" DataEndField="END_DT_TIME" AllowDelete="false" AllowInsert="false" ShowViewTabs="false" >

 </telerik:RadScheduler>


Am I doing any thing wrong here? Please let me know.

Peter
Telerik team
 answered on 17 Jul 2008
0 answers
78 views
i have downliad trail version of  rad control,  i have to show wheather report inside the wedgets. how to show wheather report inside the wedgets please guide me its  very urgen
kannan
Top achievements
Rank 1
 asked on 17 Jul 2008
2 answers
175 views
Hi,

I found that in winforms, there is a function that can set an alternating background color for every odd row by using the IsOdd property of GridRowElement. 

void radGridView1_RowFormatting(object sender, RowFormattingEventArgs e)
{
    if (e.RowElement.IsOdd)
    {
        e.RowElement.DrawFill = true;
        e.RowElement.BackColor = Color.Red;
    }
    else
        e.RowElement.DrawFill = false;
}

Is it possible to set it in web forms as well? If do so, please give me some sample.

Thanks.
Saint
Top achievements
Rank 1
 answered on 17 Jul 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?