Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
166 views
I'm using Q3 beta, but it does the same thing with Q1. It works locally, but when ran from IIS7 and when I try to upload something I get a 404 error message. The upload dialog shows up and I can actually upload small files (a few KB), but it fails for larger files (between 1 and 2MB) although the limit is set to 4MB. Interestingly when using Fiddler a few calls are made to Telerik.Web.UI.DialogHandler.aspx?[a bunch of parameters], but after 4 requests the 5th fails with a 404.

I'm out of ideas as to what to try....

Thanks.
Rumen
Telerik team
 answered on 02 Nov 2009
0 answers
120 views
Hello,

I want to give a width to the RadComboBox, but I wanted to do it with a css class. The problem is that I don't get the width I want, it's like not giving any css class. Does RadComboBox admit a css class or it just run with skins??

Thank you,
nessy00 nessy00
Top achievements
Rank 1
 asked on 02 Nov 2009
1 answer
94 views
Now this would seem to have a straightforward answer for a built in ASP web control...but the Telerik controls gave me some real headache - I tried the following
                string szClientID; 
                //first attempt doesn't work 
                szClientID = RadToolbarToggleButton2.ClientID; 
                //neither this 
                RadToolbarToggleButton tbBut = (RadToolbarToggleButton)MSAToolbar.Items.ToggleButtons[1]; 
                szClientID = tbBut.ClientID; 
                //and again... 
                RadToolbarToggleButton tbBut = (RadToolbarToggleButton)MSAToolbar.FindControl("RadToolbarToggleButton2"); 
                szClientID = tbBut.ClientID; 
As you can see I have a Toolbar called MSAToolbar, which in fact contains all kind of web controls. Built in ASP web controls give an expected ClientID (in a mangled format, ie: "RadToolbarTemplateButton1_ctl00_ddMerchant"), but the ToggleButton.ClientID is the same as the ID on the .aspx markup page, thus cannot reference it properly from javascript. I need it in javascript as I want to set the Toggled property to true/false from client side. I don't want to use the <%=RadToolbarToggleButton.ClientID%> version for a couple of reasons.
is there any way I can accomplish the above written task (getting the ClientID and changing the Toggled property)
Yana
Telerik team
 answered on 02 Nov 2009
1 answer
115 views
I have try everything but I could not set the background image of the first row of the grid. can some please help?

Shinu
Top achievements
Rank 2
 answered on 02 Nov 2009
1 answer
70 views
Was something changed between Q3 2008 and Q2 2009 in regards to the height of the ShowMoreResults Box?  I was using that area to display a multi line message with the record counts, but now with Q2 2009 the box doesn't extent when I use a <br /> in the string of the message property.  Would be nice if there was a place at the bottom similar to the More Results box, but separate to display messages.
Kamen Bundev
Telerik team
 answered on 02 Nov 2009
5 answers
260 views
Hi guys,

I wan't to load multiple pages into a tabstrip preferably with load-on-demand functionality. I've read the TabStrip / Load on Demand RadPageView which describe how to load user controls, but is it possible to add an actual Page instead? The reason is that my wish is to have my website divided into separate files for increased clarity in each single file, and still have javascript possibilities. How should I do?

Thanks in advance! :o)
Ahrensberg
Top achievements
Rank 1
 answered on 02 Nov 2009
7 answers
235 views
Hello-
I have been trying to use the following example to help me build some new functions into my app but have been running into some issues.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=upload

Are there any new demos/examples showing how to integrate the Upload control with a RadGrid that is bound to either a LinqDatasource or an EFDatasource?

My app continues to blow "Object of type 'System.Byte[]' cannot be converted to type 'System.Data.Linq.Binary'" but all fields/mappings look correct.

Thanks
MJD



ephillipe
Top achievements
Rank 2
 answered on 02 Nov 2009
1 answer
154 views
I'm trying to create a link column that displays text from the db.  It's currently a GridBoundColumn and it displays the text in the Status db field fine, but I want it to be a link so I tried this:
gridColumn = new GridButtonColumn();  
(gridColumn as GridButtonColumn).ButtonType = GridButtonColumnType.LinkButton;  
(gridColumn as GridButtonColumn).DataTextField = "Status";  
(gridColumn as GridButtonColumn).DataTextFormatString = "{0}";  
 
But the column shows this now 'System.Data.DataRowView' on every line instead of something like 'Accepted'.
What am I missing from setting up a Link column?
Status is defined as nvarchar(50) in the db.
Princy
Top achievements
Rank 2
 answered on 02 Nov 2009
1 answer
112 views
Hi All,

I have page with some grid and and some controls.

I have a RadDateTimePicker also which works fine in IE and it is not working in Mozilla Firefox.

<fieldset style="width:42%;" >  
            <table border="0"><tr><td align="left" >  
            <asp:Label ID="Label15" runat="server" Text="Meeting Date And Time :"></asp:Label>  
            </td>  
            <td>  
                <telerik:RadDateTimePicker ID="RadDTPMeeting" runat="server">  
                </telerik:RadDateTimePicker>  
            </td>  
            </tr><tr>  
            <td>  
            <asp:Label ID="Label16" runat="server" Text="Actual Meeting Date And Time :"></asp:Label>  
            </td>  
            <td>  
            <telerik:RadDateTimePicker ID="RadDTPActMet" runat="server">  
                </telerik:RadDateTimePicker>  
            </td>  
              
            </tr></table>  
            </fieldset>  

Is there any option to make it work in Mozilla also.

Thank You

-Anto
Shinu
Top achievements
Rank 2
 answered on 02 Nov 2009
3 answers
159 views
Hi Guys,
I have an ascx control (DNN module) with the RadGrid, RadAjaxManager and ASP.NET Timer controls.
The grid contains datetime column and edit form with the RadTimePicker control.

All looks great until I set the grid as a control to be updated by the ajax manager.
In this case, when the edit form is opened, there's no way to open the timer picker view. It doesn't appear by some reason.

I'm just wondering how to get it working. You help is highly appreciated.

Code snippet:

<asp:Panel ID="Panel1" runat="server">
    <asp:Timer ID="tmrActiveCampaigns" runat="server" Interval="10000" OnTick="Timer1_Tick" Enabled="false" />
</asp:Panel>

<div>
    <div>
        <rad:RadAjaxManager ID="ajaxManager" runat="server">
            <AjaxSettings>
                <rad:AjaxSetting AjaxControlID="ajaxManager">
                    <UpdatedControls>
                        <rad:AjaxUpdatedControl ControlID="tmrActiveCampaigns" LoadingPanelID="AjaxLoadingPanel" />
                    </UpdatedControls>
                </rad:AjaxSetting>
            </AjaxSettings>
        </rad:RadAjaxManager>

        ...
       
        <rad:RadGrid ID="grdActiveCampaigns"  runat="server" ... >
            <MasterTableView DataKeyNames="Id,TriggerId" GridLines="None" Width="100%" >
                <Columns>
                    <rad:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditButton" />
                    <rad:GridDateTimeColumn DataField="TriggerDate" HeaderText="Scheduled Date" UniqueName="TriggerDate" ItemStyle-Wrap="false" />
                </Columns>
                <EditFormSettings EditFormType="Template">
                    <FormTemplate>
                        <table id="Table4" cellspacing="1" cellpadding="1" width="100%" border="0" class="module">
                            <tr>
                                <td align="right">End Time:&nbsp;&nbsp;</td>
                                <td><rad:RadTimePicker Skin="Telerik" runat="server" ID="TriggerDate" /></td>
                            </tr>
                        </table>
                        <br /><br />
                    </FormTemplate>
                </EditFormSettings>
            </MasterTableView>
        </rad:RadGrid>
    </div>
</div>


Thank you for you help!



Shinu
Top achievements
Rank 2
 answered on 02 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?