Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
108 views
I attach 2 images.
 
I have a grid, with to buttons : Quick add (is the same that add new record) insert new row in grid.
Add Full add (open a modal popup)

Steps:
1- Add new record using inline Add (quick add).
2- Fill some fields.
3- Click again in Quick Add.
And the first row info desapear.

I need between item 2 and 3, add some Confirm Widows such as:
The current row will be delete. Are you sure? with OK and Cancel.
If click on OK --> continue with Insert
if click on cancel --> keep the row and not insert.

Where and How I can do this??

Image 1 --> Items 1 and 2
Imgae 2 --> error, lost the current row!
Iana Tsolova
Telerik team
 answered on 28 Nov 2011
0 answers
59 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
208 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
77 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
169 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
183 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
130 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
108 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
96 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
265 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?