Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
87 views
We have a page with a grid-details format. Grid at the top, each row with a Select button and a detail form below the grid. When you select a row, the details are loaded below.  The page also has a btnSave and btnAddNew. Each record has some detail fields as well as a document field.  In the details area, there is a dropdown list that causes a postback, so we set the PostbackTrigger of the document control is currently set to "btnSave" so that if the user selects a document and then toggles the dropdown, the uploaded document won't be lost. However, the problem is that if a user uploads a document and then realizes they are in the wrong record, if the select a new record from the grid, the document field still maintains the previously uploaded document.  

What we need is a way to force a reset of the dropdown control on the server-side? Is that possible?
Plamen
Telerik team
 answered on 18 Jun 2013
4 answers
133 views
I'm having some problems with how telerik controls are displaying when running the site.  It seems to be a setting on my PC because I have published the code to another server and it displays correctly.  I'm not aware of any setting changes or updates to my PC but something is definitely wrong.  I'm attaching a screenshot.  Thank you for your help

Nick
Top achievements
Rank 1
 answered on 18 Jun 2013
1 answer
173 views

I'm trying to access the AdvancedEditForm save button to disable in a certain case and looking at AdvancedForm.ascx, I should be able to get to it by using:

protected void RadScheduler1_FormCreated(object sender, SchedulerFormCreatedEventArgs e)
    {
  
        if (e.Container.Mode == SchedulerFormMode.AdvancedInsert)
        {
            ((LinkButton)((Panel)e.Container.FindControl("ButtonsPanel")).FindControl("UpdateButton")).Enabled = false;
        }
    }

Unfortunately the program throws an "Object reference not set to an instance of an object." when it runs into that line of code. How can I access the save button? Please note I need to do it in the FormCreated event because I need to know the SchedulerFormMode value.

Also, how would I access the room and user resource dropdowns?

Thanks,
Matt

Boyan Dimitrov
Telerik team
 answered on 18 Jun 2013
2 answers
90 views
Hi,
Can I have each tile with more images instead of just one?
My objectives is to have each tile to represent each of my projects(e.g ProjectA, ProjectB).
In ProjectA and ProjectB, i have 10 images, i want the tile to scroll through the images? I notice the example only have 2 images and text. Can i do that? couldnt find it in the documentation as well.

Please advise.

Thanks.

CH
Top achievements
Rank 1
 answered on 18 Jun 2013
1 answer
125 views
Good day I have an issue using the radchart control, when I use the configuration wizard to configure my chart , like for instance remove or add series to the chart the changes are not saved. I can run the application an the chart loads fine, but when coming back to design view and now running the configuration wizard again all my series are gone and there is just one series remaining that reads 'Databound Col 1'
However when I look at the chart series collection editor my series are still there? It seems as though something is out of sync here

Any help would be appreciated thanks
Rosko
Telerik team
 answered on 18 Jun 2013
4 answers
112 views
 Hello,

I have one small issue. I have used rad editor inside a panel bar.
When I open one of the panel item, rad editor size decreases automatically.
Why this is happening? Can you suggest me some solution?
Ivaylo
Telerik team
 answered on 18 Jun 2013
3 answers
145 views
Was curious is there were any predefined CSS for tile colors? - to keep things Theme consistent.  I know radScheduler has these for Appointments - thought it might make sense here as well.
Bill
Marin Bratanov
Telerik team
 answered on 18 Jun 2013
3 answers
367 views

How can I add a confirmation message "Please confirm that you want to proceed with the selected value. Click OK to proceed." when rb1 value is changed? If user clicks OK then it should execute rb1_SelectedIndexChanged, otherwise it should not.

<asp:RadioButtonList ID="rb1" runat="server" OnSelectedIndexChanged="rb1_SelectedIndexChanged" AutoPostBack="true">
                        <asp:ListItem Value="1">1</asp:ListItem>
                        <asp:ListItem Value="0">0</asp:ListItem>  
</asp:RadioButtonList>
  
code behind:
protected void rb1_SelectedIndexChanged(Object sender, EventArgs e)
    {                               
           --call a stored procedure to update the database with the newly selected  rb1.Value
    }
Lisa
Top achievements
Rank 1
 answered on 18 Jun 2013
1 answer
68 views
I am experiencing odd behaviour with peek template animations under the default android browser (fine in other platform/browser combinations)

I am guessing this is something similar to the RadRotator RelativeWrapper issue?

With Rotator this fix works;
.RadRotator .rrRelativeWrapper {
    overflow: hidden;
}

Can you let me know the equivalent css class names for TileList so I can see if this is the case please.
Marin Bratanov
Telerik team
 answered on 18 Jun 2013
5 answers
87 views
Can I use the peek templates with other controls? Like rotator?

Marty
Marin Bratanov
Telerik team
 answered on 18 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?