Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views
We are using a modal RADWindow as a status indicator while running clientside JavaScript.  When the user clicks a button we are opening a RADWindow and then calling another clientside function that runs for about 3 minutes (we are downloading data of an attached USB based medical device using a local activeX dll).  The RadWindow has an animated gif and some text that tells the user that we are processing data.  In order to get the window to open we are waiting 1 second before calling the script that runs for 3 minutes. 

The window opens fine and the animated gif spins for the 1 second but stops as soon as the second function is called.  The gif will spin again once the second function has finshed.

Is there any way around the gif stalling during the longer java script process?
Georgi Tunev
Telerik team
 answered on 20 Feb 2009
2 answers
384 views
I followed the code from:

http://www.telerik.com/help/aspnet-ajax/grdinsertupdatedeleteatdatabaselevel.html

And implemented an edit on a singleClick, and save on clicking another row such as:

http://demos.telerik.com/aspnet/prometheus/Grid/Examples/DataEditing/EditOnDblClick/DefaultCS.aspx

The data is saved correctly, however, the Grid does not leave Edit Mode. Once the grid the request is complete, the same row is still editable.  How do I cancel the edit mode.  (I've tried the cancelAll() and still no luck).
-DJ-
Top achievements
Rank 1
 answered on 20 Feb 2009
3 answers
93 views
Is this possible? I would like to have regular anchor tags without the buttons for my toolbar.

Thanks for your help.
Petio Petkov
Telerik team
 answered on 20 Feb 2009
1 answer
123 views
Hi,

i have 3 docks i'm saving the state in a Session for a temp solution then users can save it in DB when they choose to but the problem i have is that when i close a Dock i tell it to do a post back to save the state, but then i have a way of reshowing control in Javascript but when i do a post back it seems to still think it's closed when it's not??

HELP

James
Petio Petkov
Telerik team
 answered on 20 Feb 2009
1 answer
127 views
I am writing a solution which means I have to create all of my docks programatically.

The problem I am coming across is creating the Commands in the TitleBar in the way I need them to look.

I have no problem creating custom commands and adding those (they appear on the right).

The only difference is that I require the DockExpandCollapseCommand on the left of the title.

// I want this to be a command, not a hyperlink, but I can't add commands to the controls collection
HyperLink hl = 
new HyperLink(); 
hl.NavigateUrl = "/url.aspx"
hl.Text = "CollapseCommand"
tempDock.TitlebarContainer.Controls.Add(hl); 

// Title
Label lbl = new Label(); 
lbl.Text = tempDock.Title; 
tempDock.TitlebarContainer.Controls.Add(lbl); 
 
// Create a command for the "Edit" button 
DockCommand cmd = new DockCommand(); 
cmd.Name = "cmdHelp"
cmd.AutoPostBack = false
cmd.CssClass = "helpButton"
cmd.Text = "Help"
tempDock.Commands.Add(cmd); 

I can add things to the TitlebarContainer but I'm not sure this is the right way to do things.

Ideally i want the layout:

[ CollapseCommand | Title                CustomCommand1 | CustomCommand 2 ]

Thanks for your help!
Petio Petkov
Telerik team
 answered on 20 Feb 2009
15 answers
411 views
Hello,

I have been trying to install RadEditor Lite in my WSS 3.0 site and everything seems to go well during installation, but the editor never shows up in the site.  Here is what I have done. so far.  This is a single server sharepoint site.

I used the directions found here...
http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-wss-v3-environment.html

1. I first installed ASP.NET AJAX Extensions 1.0.
2. I made all the additions to the web.config file.
3. I made the addition to the default.master file.
4. I did not do anything with the section on "using UpdatePanels within Sharepoint" as that did not seem to apply.  Maybe this is where I went wrong?
5. I extracted the solution to c: drive.
6. I added the solution.
7. I deployed the solution.
8. I edited the toolsfile.xml and the listtoolsfile.xml.  I followed these directions as best I could because the the path was different.  It seems that the directions were written for older version of RadEditor.  For example, I did not have a "resources folder".  My two files where in a folder called "editor".
9. While not specified in the directions I did go to my site in Sharepoint and activate both "Use RadEditor to edit List Items" and "Use RadEditor to edit List Items in Internet Explorer as well".
10.  I opened up IE went to my wiki, clicked on Edit, and I still have the default sharepoint editor.
11.  I opened up Mozilla, went to my wiki and did not have any editor at all.

So somewhere I got something wrong.  Can anyone help?

Thanks,

Jamie Edwards
System Administrator
Sensors, Inc.
Jamie
Top achievements
Rank 1
 answered on 20 Feb 2009
7 answers
460 views
Hi guys,

I'm having some problems with a GridEditCommandColumn in my grid.
With ButtonType set to ImageButton, I can change the EditImageUrl as expected. However I cannot change the
UpdateImageUrl
CancelImageUrl
UpdateText
CancelText

It just has no effect.

Another note on GridEditCommandColumn as well as GridButtonColumn with ButtonType set to ImageButton. Would it not be logical that the Text property should work as a tooltip  with these settings?

Regards,
-DJ-
-DJ-
Top achievements
Rank 1
 answered on 20 Feb 2009
12 answers
188 views

Hi

I have a RadUpload control on my page and I am noticing some strange behaviour with the caret in the text box. I also see this in your example pages (e.g. http://demos.telerik.com/ASPNET/Prometheus/Upload/Examples/UsingTargetFolder/DefaultCS.aspx)

If I set focus to the input box and hover the mouse over the 'Select' button (on the same row) the caret moves to the left of the imput box and follows the mouse around.

Also, I can't select the text by double clicking on it or by dragging the mouse in the normal way.

I am using IE 7.0.5730.11 on XP SP2, and 2008 Q2 of Rad controls for AJAX.

Any ideas?

Thanks
Russell Mason

 

Genady Sergeev
Telerik team
 answered on 20 Feb 2009
3 answers
208 views
Hello Everyone,

I m using calendar control in one of my application.

code is like this

<telerik:RadCalendar ID="RadCalendar1" runat="server" Font-Names="Verdana" OnDayRender="CustomizeDay" 
                Skin="Sunset" EnableMultiSelect="false" Width="202" Height="150"
                <ClientEvents OnDateSelected="onDateSELClick" /> 
            </telerik:RadCalendar> 


Now when i click on any date on calendar then is show as selected. i dont't want to show as selected.

how can i do ?
please help me

thanks in advance
Shinu
Top achievements
Rank 2
 answered on 20 Feb 2009
9 answers
749 views
Hopefully I can explain this in such a way that it makes sense, but I have a situation that I'm trying to figure out how to accomplish.

In my grid, I need the ability to click "Edit" (using GridEditCommandColumn) and enable EditForms mode.  I also need the ability to click "Delete" and also enable EditForms mode.  Prior to deleting the row in question, the user needs to submit a brief reason as to why that row is being deleted.  If I have just a standard GridButtonColumn, I don't have the ability to do anything but the confirmation text to confirm the deletion (or so I think).

Basically, I need to have two GridEditCommandColumns, one for "Edit" and one for "Delete". Is this possible?

Thanks,
Kyle Parker
Kyle Parker
Top achievements
Rank 1
 answered on 20 Feb 2009
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?