Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
40 views
Hi.

I have several pages in our website using html editor, now they want to add tagcloud to the page to show the content from html editor.
My thought is to create a user control use TagStrip with two tabs, one for htmleditor one for tagcloud. When the user click the cloud tab it will show the keyword cloud.
Can anyone give some samples on how to achieve this?

Thanks,.
Harry
Top achievements
Rank 1
 asked on 28 Nov 2011
3 answers
180 views
Hello,

I just discovered that using radgrid with paging turned on and active, my agency's firewall (Check Point Firewall-1 Smart Defense) considers it a sql injection for the request "minValue." 

RadGrid pagesize=20.  If the items return is 20 or less everything runs fine.  If I change the pagesize to 5 and the records return is 20, paging shows and all request is now rejected.

Any insight will be helpful.  Thanks.
Khanh

--------------begin 
 
Number:                              2153036 
 
Date:                                     09June2010 
 
Time:                                     13:51:22 
 
Product:                               SmartDefense 
 
Interface:                            eth0 
 
Origin:                                   nrodo3 
 
Type:                                     Log 
 
Action:                                  Reject 
 
Protocol:                              tcp 
 
Service:                                http (80) 
 
Source:                                 207.67.36.210 
 
Destination:                       nriis3 (198.234.44.227) 
 
Source Port:                       57783 
 
Attack Name:                    SQL Injection 
 
SmartDefense Profile:   Default_Protection 
 
Information:                      reason: WSE0040002 SQL injection detected in request: 'minValue' 
 
                                                 
 
------------end 
 
Khanh
Top achievements
Rank 1
 answered on 28 Nov 2011
1 answer
65 views
Hi,

I have created a dropdown toolbar, using  a ToolsFile.xml, which is loaded with emoticons. When the page has loaded, the editor looks like Image01. Once I have selected an emoticon, it looks like Image02. How do I get it to go back to what it looked like in Image01, after I have selected the emoticon?

I would really appreciate any help with this.

Thanks in advance,
Pierre
Rumen
Telerik team
 answered on 28 Nov 2011
6 answers
151 views
Hello Telerik team,

I have a weird problem and it became a show stopper for me.
Problem: "Rad combobox options are not moving along with the rad combobox while scrolling"

RadCombobox is in <asp:Content which is in child page. and the <asp:Content is place in a rad splitter.
Below gives  clear idea about  the layout i am using.

Master Page==>Rad Splitter==>RadPane==><asp:Content==>RadComboBox

scrollbar is there for RadPane.
Please provide me a solution asap.

Thanks in Advance.
Pratap.K

Dobromir
Telerik team
 answered on 28 Nov 2011
4 answers
166 views
Hi folks,

Help! Help!
I use sql server as RadScheduler datasource. And I define the ReurrenceRule, the detail definition is provided below .
BUT  my recurrence appointment only shows ONCE (one time only), meaning not recurrence. Please do me a favor. Thank you in advanced.

Here is My data in sql server database.

ID Subject Description Start End RecurrenceRule RecurrenceParentID Reminder Annotations TestResourceId
5 DevMedia conference NULL 2011-11-01 06:30:00.000 2011-11-01 07:30:00.000 DTSTART:20111101T063000Z  DTEND:20111101T073000Z  RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20111120T210000Z;BYDAY=MO,TU,WE,TH,FR;   NULL NULL NULL 3

My scheduler binding is like
<telerik:RadScheduler runat="server" ID="RadScheduler1" Skin="Windows7" Height="551px" DataEndField="End" DataKeyField="Id" 
                    DataSourceID="EntityDataSource1" DataStartField="Start" 
                    DataSubjectField="Subject" 
                    DataRecurrenceField="RecurrenceRule" 
                    DataRecurrenceParentKeyField="RecurrenceParentID">
</telerik:RadScheduler>
                
                <asp:EntityDataSource ID="EntityDataSource1" runat="server" 
                    ConnectionString="name=IAppointmentEntities" 
                    DefaultContainerName="IAppointmentEntities" EnableFlattening="False" 
                    EntitySetName="Appointments">
                </asp:EntityDataSource>
                <asp:EntityDataSource ID="EntityDataSource2" runat="server" 
                    ConnectionString="name=IAppointmentEntities" 
                    DefaultContainerName="IAppointmentEntities" EnableFlattening="False" 
                    EntitySetName="TestResources">
                </asp:EntityDataSource>
Ivana
Telerik team
 answered on 28 Nov 2011
2 answers
90 views
I have a grid and a SlideZone with SlidePane.
When user selected row --> open SlidePane.
When user deselected row --> slidepane are collapse but broke the design

I attacha 2 images.

How I can fix this?

I open and close programmatically
July
Top achievements
Rank 2
 answered on 28 Nov 2011
1 answer
80 views
How do you detect that a freehand (maunual) entry is made into the RadComboBox? Naturally, this value has to be validated using regex match pattern...
Kevin
Top achievements
Rank 2
 answered on 28 Nov 2011
2 answers
75 views
When I set a group by on the Timeline View I lose my records. I am using a List<ScheduleInfo> as my datasource 

                List<ScheduleInfo> appointments = new List<ScheduleInfo>();

                appointments.Add(new ScheduleInfo(new DateTime(2011, 11, 18, 8, 00, 00),
                                                    new DateTime(2011, 11, 22, 13, 30, 00),
                                                    "Course: 1234 - Instructor: Me",
                                                    "Dorm 1"));
                appointments.Add(new ScheduleInfo(
                                                    new DateTime(2011, 11, 15, 8, 00, 00),
                                                    new DateTime(2011, 11, 20, 13, 30, 00),
                                                    "Course: 4321 - Instructor: Me",
                                                    "Dorm 2"));
                appointments.Add(new ScheduleInfo(
                                                    new DateTime(2011, 11, 15, 8, 00, 00),
                                                    new DateTime(2011, 11, 20, 13, 30, 00),
                                                    "Course: 4321 - Instructor: Me",
                                                    "Dorm 1"));


                RadScheduler1.DataSource = appointments;
                RadScheduler1.DataBind();

And setting my GroupBy to the Dorm attribute of the ScheduleInfo

            <TimelineView NumberOfSlots="28" ColumnHeaderDateFormat="dd"  
                    GroupBy="Dorm" GroupingDirection="Vertical" HeaderDateFormat="MM/dd/yyyy"  />    

Any ideas why my records are disappearing?

Thanks,

Chip
Chip
Top achievements
Rank 1
 answered on 28 Nov 2011
5 answers
233 views
We have a WebSite and it uses Telerik and AjaxControlToolikit components both. But we faced a brand new problem.

Problem: If there is an "AjaxControlToolkit.dll" in your Bin folder. RadWindow.OnClientClose event fires only once time.

To reproduce this error, you can use "\Live Demos" samples shipped with Telerik.

Steps to reproduce:
Set startup page to "\Live Demos\Window\Examples\Default\DefaultVB.aspx" and,
add "alert(oWnd);" after the "function OnClientClose(oWnd) {".

After the changes code must be shown like this:
function OnClientClose(oWnd) {
    alert(oWnd); //newly added line
    //Get the title of the active RadWindow
    var title = oWnd.get_title();
    .....
    .....



Then run the sample.

Press "Open" button for three times to open three "bing.com" windows. And try to close one by one opened windows.
So far, there is no problem. Every click to "X" button, will fire "OnClientClose" event.

Now; add the "AjaxControlToolkit.dll" to the "Live Demos\Bin" folder. And run same example again.
When you close the first Bing Window you'll see an alert. But when you try to close second ( or third, or more) Bing window "OnClientClose" event will be not fired.




Information:
Visual Studio 2010 - .NET 4.0 Web Site Project
Telerik.Web.UI : 2011.3.1115.40
AjaxControlToolkit.dll: 4.1.51116.0 (latest)
Kevin
Top achievements
Rank 2
 answered on 28 Nov 2011
1 answer
84 views
hello all,
I have a problem that I can not fix.
I have a aspx page with a radtabstripeach tab loads a different UserControl.

menus call the same tab (and the same UserControl), but putting  different 
 value in session type operation. (insert, update, find,delete).

From masterpage get the value of the menu and set the session and call the tab.

The tab invoke the method SetFormatRadGrid (session ["tipooperazione"]. ToString ())

and I see the value of the session properly updated.
  but the RadGridthe screen is still shown as the first
(step back)


So the fisrt time it works, then the second time since the UserControl is already present in the viewstate on the client doesn't update.

while on the server (whith debugging) I see the correct values â€‹â€‹in the code of the UserControl tab.

P.S.

if I add,in the ascx, override OnInit event and  invoke the radgrid.Rebind() method  it works... but this is not good solution.

Please
Help
 me 

Dimitar Terziev
Telerik team
 answered on 28 Nov 2011
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?