Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
118 views
How can I change the dialog icons? I want to set a new icon for the document manager dialog window.
Rumen
Telerik team
 answered on 13 Oct 2010
1 answer
141 views
Dears,
I have RadGrid with the following options for MasterTableView:

 

Dir = "RTL" 
TableLayout = "Fixed"
and the direction of the form is also "RTL"
and 
<ClientSettings
<Scrolling AllowScroll="True" ScrollHeight="500px" /> 
</ClientSettings

I added a lot of columns to the grid so I had a horizontal scroll in the grid.
When I opened the application and filled the grid with data I noticed that horizontal scroll start from the left, which is incorrect in RTL pages
because every thing start from the right.
Could you please help me in solving this problem?
Best Regards.

 

 

Dimo
Telerik team
 answered on 13 Oct 2010
2 answers
72 views
How do I manipulate the RadUpload-control to have a description text to the left of every upload row?

So every row should look like:
"Description" | Input-TextBox | Select-Button
Anders
Top achievements
Rank 1
 answered on 13 Oct 2010
6 answers
692 views
I have a RadEditor ("Bio Summary") on which I've customized the tool strips and on which I have a MaxTextLength of 100 characters. This is 1 of 2 RadEditors that I have on the page. The other one ("Bio") has a character limit of 4000.

The problem is that when the 100-character limit is exceeded in the one RadEditor ("Bio Summary"), the javascript alert that is popped is very generic and doesn't indicate to the user which one of the two RadEditors has exceeded the limit:

"The added text exceeded the character limit 100. Please, reduce the content of the field."

How do I change the message in the javascript alert that is popped? Thank in advance.
Rumen
Telerik team
 answered on 13 Oct 2010
1 answer
97 views
Hi,

Is it possible to assign text to button assosiated with RADmaskedtextBox.
Dimo
Telerik team
 answered on 13 Oct 2010
1 answer
81 views
Hi,

i am using RadmaskedTextbox,I want a feature that allows the control to return (i.e.) "003" when the user enter "3".

Could you please help me to sort out this.
Shinu
Top achievements
Rank 2
 answered on 13 Oct 2010
1 answer
79 views
Hi,

In my scheduler I have one resource, but in the Views (DayView, WeekView, etc.) doesn't appear in the header of the control.  But when I editing an appointment, the Resources appears like a ComboBox.  Why I can't view my Resource in the DayView??

This is my code (is very simple):

    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack) cargarSalones();
    }

    void cargarSalones()
    {
        DataSet ds = new DataSet();
        DataTable dtSalones = new DataTable("salones");
        DataTable dtDetalle = new DataTable("detalle");

        dtSalones.Columns.Add(new DataColumn("salon", typeof(System.Int32)));
        dtSalones.Columns.Add(new DataColumn("nombre", typeof(System.String)));

        dtDetalle.Columns.Add(new DataColumn("salon", typeof(System.Int32)));
        dtDetalle.Columns.Add(new DataColumn("asunto", typeof(System.String)));
        dtDetalle.Columns.Add(new DataColumn("inicio", typeof(System.DateTime)));
        dtDetalle.Columns.Add(new DataColumn("fin", typeof(System.DateTime)));

        DataRow row = dtSalones.NewRow();
        row["salon"] = 1;
        row["nombre"] = "Salon 101";
        dtSalones.Rows.Add(row);

        DataRow row2 = dtSalones.NewRow();
        row2["salon"] = 2;
        row2["nombre"] = "Salon 202";
        dtSalones.Rows.Add(row2);

        DataRow row3 = dtDetalle.NewRow();
        row3["salon"] = 1;
        row3["asunto"] = "Curso A101 - Carrera LAE";
        row3["inicio"] = "08:00";
        row3["fin"] = "08:59";
        dtDetalle.Rows.Add(row3);

        DataRow row4 = dtDetalle.NewRow();
        row4["salon"] = 2;
        row4["asunto"] = "Curso B02 - Carrera II";
        row4["inicio"] = "10:00";
        row4["fin"] = "10:59";
        dtDetalle.Rows.Add(row4);

        ds.Tables.Add(dtSalones);
        ds.Tables.Add(dtDetalle);

        ResourceType salon = new ResourceType();
        salon.KeyField = "salon";
        salon.Name = "salon";
        salon.ForeignKeyField = "salon";
        salon.TextField = "nombre";
        salon.DataSource = ds.Tables["salones"];
        RadScheduler1.ResourceTypes.Add(salon);
        
        RadScheduler1.DataSource = ds;
        RadScheduler1.DataMember = "detalle";
        RadScheduler1.DataKeyField = "salon";
        RadScheduler1.DataSubjectField = "asunto";
        RadScheduler1.DataStartField = "inicio";
        RadScheduler1.DataEndField = "fin";
        RadScheduler1.DataDescriptionField = "asunto";
    }

Thanks in advance.
Veronica
Telerik team
 answered on 13 Oct 2010
1 answer
156 views
I have a RadNumericTextBox with both the EmptyStyle-CssClass and ReadOnlyStyle-CssClass defined. The Empty style appears to be taking precedence over the ReadOnly style. Can someone verify this?
Dimo
Telerik team
 answered on 13 Oct 2010
9 answers
260 views
Hi support,

I searched the internet and this forum to determine how to prevent the user from double inserting/editing at different hierarchical levels.  That is, I have code now which will prevent the user from double inserting or editing at a particular level of the grid.  However, I would like to prevent it at all levels.  That is, if the user has an insert or edit form at one level and then clicks on an insert or edit form at another level then I want to close the insert or edit form at the first level and show only the insert or edit form at the level the user clicked on last.  The purpose being that only one data entry form is ever shown at any one time.  Is this possible?  How do I do it?

I'm actually surprised that this isn't a commonly asked for setting.  It makes sense to me that in a hierarchical grid,  in order to stem some of the chaos, that the developer would only want one data entry form open at a time.

Thanks,
Josh
zel
Top achievements
Rank 1
 answered on 13 Oct 2010
1 answer
146 views
When setting Animation="Fade" and Modal="true" on my RadWindows, I notice that the window fades in to view and THEN the "modal" gray page background is displayed. As a result, the fading animation is somewhat spoiled by the sudden appearance of the gray background at the end of the animation.

I was wondering if it would be possible to either fade the modal background in and out, or at least display the background before fading in the window.

Thanks!

Jake
Georgi Tunev
Telerik team
 answered on 13 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?