Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
109 views
Hello Telerik,
we have problems uploading files under Windows XP/IE8.
When we add files only the flashing yellow indicator is shown, but the file is not freed.

The same
behavior was observed in your demo:
http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/asyncupload/defaultcs.aspx

The normal async upload without using file explorer works without problems
:
http://demos.telerik.com/aspnet-ajax/upload/examples/async/webmail/defaultcs.aspx

hope you can help us

regards Ronny
Peter Filipov
Telerik team
 answered on 14 Jun 2012
2 answers
78 views
In the AdvancedForm i added some controls

example:
 <ul class="rsTimePickers">
                        <li class="rsTimePick">
                            <label for='<%= VisibleFromDate.ClientID %>_dateInput_text'>Visible from</label><%--
                                Leaving a newline here will affect the layout, so we use a comment instead.
                                --%><telerik:RadDatePicker runat="server" ID="VisibleFromDate" CssClass="rsAdvDatePicker"
                                    Width="110px" SharedCalendarID="SharedCalendar" Skin='<%# Owner.Skin %>' Culture='<%# Owner.Culture %>'
                                    MinDate="1900-01-01">
                                    <DatePopupButton Visible="True" />
                                    <DateInput ID="DateInput1" runat="server" DateFormat='<%# Owner.AdvancedForm.DateFormat %>'
                                        EmptyMessageStyle-CssClass="riError" EmptyMessage=" " EnableSingleInputRendering="false" />
                                </telerik:RadDatePicker>
                             
                        </li>
</ul>

but i can figure out how to get the raddatepicker VisibleFromDate value in the AppointmentInsert function (i tried custom attributes with no success)

I found this thread that seems to apply to my case
protected void Radscheduler1_FormCreated(object sender, SchedulerFormCreatedEventArgs e)
{
    if (e.Container.Mode == SchedulerFormMode.AdvancedEdit || e.Container.Mode == SchedulerFormMode.AdvancedInsert)
    {
        _VisibleFromDate = (raddatepicker)e.Container.FindControl("VisibleFromDate");
             
    }
}

I got an error here VisibleFromDate control is not found.

I just want to get values from custom controls in the insert but I'm struggling for days,
Help!


Jean-Marc
Top achievements
Rank 1
 answered on 14 Jun 2012
5 answers
109 views

If you have validation controls and RadGrid in the same page, when you are trying to add a new record using the RadGrid Insert command the other control in the same form will fire validation. To solve this issue use this setting in your RadGrid

 

<ValidationSettings EnableValidation="false" CommandsToValidate="NO" ValidationGroup="no" />

 

Basically I am tricking the RadGrid control by passing bogus string to CommandToValidate and ValidationGroup in addition to EnabelValidation should be set to false.

 

I believe this a bug in telerik control but they claim the problem is fixed.


My version is 2009.3.1407.35
 

Thanks

Mohammed

Chamin
Top achievements
Rank 1
 answered on 14 Jun 2012
4 answers
165 views
Hello!

Setting EnableValidation to false has NO effect on page.

The grid ALLWAYS validates.

I have to hack around with validation groups.

is this a bug?.

thx in advance
Markus
Chamin
Top achievements
Rank 1
 answered on 14 Jun 2012
5 answers
105 views
1 answer
512 views
Hello,

I have a feeling that I am overlooking something obvious, yet I cannot figure it out.

My RadGrid has a GridBoundColumn that utilizes a GridTextBoxColumnEditor during in-place edits. The GridTextBoxColumnEditor has TextBoxMode set to MultiLine. While in edit mode, if "Line 1" is typed in, and the Enter key is pressed, and "Line 2" is typed in, the data is displayed like this 1st illustration:

    Line 1
    Line 2

But after I click Save, and the RadGrid returns to View mode (instead of Edit mode), the data appears like this 2nd illustration:

    Line 1  Line 2

If I go back to edit mode, the data appears like the 1st illstration, but then appears like the 2nd illustration after clicking Save or Cancel (return to View mode).

How do I get the View mode to display the data like the 1st illustration? Setting these GridBoundColumn properites, ItemStyle-Wrap="true" and Resizable="true", does nothing in this situation. How do I get the GridBoundColumn to always display the data like the 1st illustration?

Thank you,
Steven
Princy
Top achievements
Rank 2
 answered on 14 Jun 2012
4 answers
116 views

Hi ,
I have a scenario where i have textbox field in footer item, at grid item filter item is working fine.,
for footer i need to disable footer option .. when click enter on footer item, filter items shows up. with focus on first column.

Please refer the attached document for the error.

How can i avoid this ?

Regards,
Akki
Akki
Top achievements
Rank 1
 answered on 14 Jun 2012
1 answer
79 views
Dear Telerik-Support,

I use a lots of RadtextBoxes and some of these are used with Textmode="multiline".

With the new Q2 2012 release something strange occur. In EnableSingleInputRendering = fallse the text value of the textarea only disapear if I click into the textbox. If i set the text box to EnableSingleInputRendering = true everything is ok.

Unfortunalty currently I need the EnableSingleInputRendering = fallse behaviour.

I can't find a css problem but If i set the textmode other than multiline everything is ok in EnableSingleInputRendering = fallse.

Whats wrong here?

Kind reagrds,

Christian
Vasil
Telerik team
 answered on 14 Jun 2012
0 answers
62 views
want to open insert and edit forms in radwindow, and minimize it.
like example of radwindow and mdi. Scheduler placed in the main page and all the opened insert and editforms when minimized shown as tabs.
there are no examples for opening radwindow with scheduler.
how to achieve this.
Perumal A
Top achievements
Rank 1
 asked on 14 Jun 2012
2 answers
95 views
We are facing performance issues when selecting a row in a radgrid with nopaging and AllowScrrol = true.
Data bindng and scrolling performances  are good, but when it comes to select a single row, the selection process takes 5 seconds for a 100 rows dataset and endless 15 seconds for a 600 rows dataset.
Don´t need to say that these times are unacceptable for a comercial web application.

I am trying to get these performance issues solved before getting into the keyboardnavigation problems.

What should I do to solve the selection poor performance?

TIA.  
Ian
Top achievements
Rank 1
 answered on 14 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?