Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
28 views
hello,
as the title says, it is possible to change the location of the InlineForm when inserting a new Appointment ?
Right now, the form shows over/close to the cell(s) designated to hold the appointment, i would like to place it centered over the scheduler.
I saw a thread where it was shown how to do this with the AdvancedForm, i don't know if the same is possible with the InlineForm.
Thank you.
Veronica
Telerik team
 answered on 16 May 2011
3 answers
107 views

The demos on this site are really terrible and largely useless.  

All I am trying to do is to upload images files, and display progress of upload (both indvidual and overall).

 

Does anyone have a WORKING example of this? (C#)  for the life of me, I cannot find ANY info on how to actually do this.

How do I query the progress of the current image file being uploaded?

When Uplaod Files Button Clicked:

 

 

foreach

 

(UploadedFile f in RadFileUpload1.UploadedFiles)

 

 

{

 

 

    string fPath = string.Empty;

 

 

 

    int i = 0;

 

 

    i++;

 

 

    fPath = Server.MapPath(

@"~\Scanned_Images") + @"\" + f.GetName();

 

 

    f.SaveAs(fPath,

true);
   /// Call some other loop here???????????

 

 

 

 

//    RIGHT HERE - HOW DOES PROGRESS BAR GET REFRESHED AND DISPLAYED????????????????? HOW DO I QUERY THE STATUS OF EACH FILE BEING UPLOADED?
}


Private Void SomeOtherLoop
{
// something like this???????????

 

 

    for

 

 

(int j = 0; j < 10000; j++)

 

 

    {

 

        context.CurrentOperationText =

 

"Uploading File " + j.ToString();

 

 

        context.PrimaryTotal =

 

Convert.ToString(j);   <===== how do I know % of file uploaded?

 

 

        context.SecondaryPercent = context.PrimaryTotal; <===== how do I know % of file uploaded?

 

        System.Threading.

 

Thread.Sleep(100);

 

 

    }

 

}

 

 

 

Genady Sergeev
Telerik team
 answered on 16 May 2011
1 answer
40 views
Greetings, I'm trying to find a similar Row Detail functionality in the asp.net Ajax Grid like the one found in the silver light Grid.
http://demos.telerik.com/silverlight/#GridView/FirstLook

Please advise.
Shinu
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
62 views
Hello
I wonder if you have a library to make the conservation of HTML to PDF.
I have a grid with multiple rows and columns.
A column is a column we publish HTML with RadEditor.
I need to export the HTML column of each line in a PDF file.
So I have 10 lines, I have 10 PDF files.

Can I use the RadEditor to convert HTML to PDF, but I do a postback for the conversion works. I've seen several rows in the grid the result is not very nice and user-friendly for the user.

Is that code for converting the RadEditor is accessed through a library?

Thank you
Rumen
Telerik team
 answered on 16 May 2011
1 answer
369 views
Hello,

I am using a radcombobox, but cannot get the default style (or any style/skin for that matter) to show the rcbArrowCell to show up!

I have tried several fixes including setting the enablebasestylesheet=false to no avail.

The html element is being rendered at the correct size/width, the sprite image is begin downloaded successfully, and the background image position is also correct...  it just isn't showing up?

any help on this would be great.  I can provide code if you want it... but i do not know what to give you because I can just create a blank new form, and then put in a single combobox with NO extra code, and it does the same thing.
Shinu
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
82 views
i have a grid and use showgrouppanel.
it works fine befor i postback the whole page.
when the page fully postbacks , grid loses all groupings.
any help?
thanks in advance.
Princy
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
40 views
Hi,

We converted a project containing a RadScheduler from VB to C# and now we're getting a javascript error that indicates that the Recurrence checkbox is null.  The error is occurring on line 12734 of the javascript file.  The line where it breaks is
if(j[0].checked){h.show();  j[0] is null or not an object.  I can find no functional difference between the two versions.
Here is the code from RecurrenceEditor.js:
    _initializeRecurrenceCheckbox: function()
    {
        var id = this._baseId;
        var recurrencePanel = $($get(id + "_RecurrencePanel"));
        var recurrentAppointment = $($get(id + "_RecurrentAppointment"));
        if (recurrentAppointment[0].checked)
        {
            recurrencePanel.show();
        }
 If you have any insight on what could cause this error we would greatly appreciate it. Thank you
Veronica
Telerik team
 answered on 15 May 2011
2 answers
63 views
Hi there.

I have a large organisational structure. When I load my page showing details of an item half way down the tree I want to load my RadTreeList using the selected item as the parent so that it only shows the current item as the parent and then all its children. Anything above it is ignored. So I'm specifying a dynamic starting parentID essentially

Thanks
Chris
Chris
Top achievements
Rank 1
 answered on 15 May 2011
2 answers
143 views
I am trying to use the TabStrip control with the Multipage Control, where each Tab has a single RadRotator control on it.
Each Rotator has it's RotatorType set to "AutomaticAdvance", and I am using the "Live XML" demo of the RadRotator. So, each Tab has a copy of the "Live XML" demo placed on it, radRotator1, radRotator2, etc.

When the page initially loads, the first tab's Rotator (radRotator1) works correctly with the items automatically scrolling from bottom to top, but when I select either of the other 2 tabs, the items on the Rotator are rendered, but they don't auto advance or scroll (they seem static) like the first tab's rotator does. If I click again on the First Tab, the Rotator appears to have paused, then resumes (which is exactly what I want).

So, the first tab's rotator works great, but rotators 2 and 3 will not start their scrolling animation at all.

What am I doing wrong? Does anyone know how to make this work?
Thank you for any assistance. Craig
chulcy
Top achievements
Rank 1
 answered on 14 May 2011
1 answer
91 views
Hi I have a
radgrid that is based on the http://demos.telerik.com/aspnet-ajax/grid/examples/client/clientdelete/defaultcs.aspx

but with an objectdatasource and when I click delete it removes the row clientside but doesnt commit serverside...so if I refresh or reload the page the rows comes back...this was built on the old asp:gridview and worked fine before the modification but not now?

<

 

 

tr:GridClientDeleteColumn ConfirmTextFields="ProductName" 
ConfirmTextFormatString="are you sure you want to remove {0} from your order?"

 

 

 

HeaderStyle-Width="35px" ButtonType="ImageButton" ImageUrl="~/images/icons/cart_remove.png" />

 


Also with the telerik:postback I get error unknown server control so I cant have that on my page at all.

How can I make sure this commits so the objectdatasource triggers the delete?

Thanks,
Magnus
Top achievements
Rank 2
 answered on 14 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?