Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
Hi

After the update to 2010 Q3, every time that I insert in a page with the panel update management a javascript with RegistreStartupScript, IE 8 show my an handler exception.

Can tell my how to solve this problem?

Thanks.
Sebastian
Telerik team
 answered on 23 Dec 2010
3 answers
178 views
For some reason, I dont see telerik RadAsyncUpload control. I do see telerik:RadUpload, but when I write the tag for telerik:RadAsyncUpload, VS do not recognize that. Do I need to add some special reference for that to work?

I also do see Telerik.Web.UI.RadUpload class, but Telerik.Web.UI.RadAsyncUpload or Telerik.Web.UI.AsyncUpload is not available anywhere. Please suggest what I can do to bring that in my code?

I am using version 2009.3.1314.35 of rad Controls under VS.NET 2008

thanks,
Genady Sergeev
Telerik team
 answered on 23 Dec 2010
5 answers
103 views
Up till now, I have used a single radwindowmanager in my application (in a masterpage).The RadWindowManager specifies the skin to be used for all popup dialogs throughout my application, I open similarly-styled windows using:

windowObject.radopen(url, name)

...where "windowObject" determines which "frame" to open the window from (ie window, top, parent, etc.)


Some new application requirements dictate that I need to be able to open dialogs in more than one styled window. My understanding is that, to accomplish this, I need to add a second RadWindowManager to my pages (please let me know if there is a more straightforward method of doing this). The second RadWindowManager has a different id and skin. Now, when I want to open a popup using this second style, I just get a reference to the second RadWindowManager and use:

oManager2.open(url, name);

This works fine, except the issue I am running into is that i'm not sure how to open the window from the correct "frame" anymore using this windowmanager .open syntax. I need to specify the frame because sometimes I have windows that are opened from within other windows, and I need to be able to specify whether the window should open on top, or within the frame of the parent window.

Svetlina Anati
Telerik team
 answered on 23 Dec 2010
3 answers
119 views
Hi,

I am using RadGrid for dynamic data. When i Bind the data using DynamicLinqDataSource and load it is all waorking with edit and delete all the functions .

But i wants to use the column filtering to the RadGrid , When i enter something in the filterBox and try filtering it It is giving me an error like

LinqDataSource 'GridDataSource' does not support the Where property when AutoGenerateWhereClause is true

I don't kow how to fix this problem, I tried adding AutoGenerateWhereClause="false" to the LinqDataSource But still i am getting that error.

Is it like so , i can't use column filtering for the grid when i use dynamic data structure??

Please Help me..

Thanks a lot .

--


Radoslav
Telerik team
 answered on 23 Dec 2010
3 answers
137 views

Using telerik:RadAsyncUpload, when I am trying upload a document I get following expcetion in my IE window.

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)

Timestamp: Tue, 14 Dec 2010 17:54:57 UTC

 

 

Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500

Line: 6

Char: 62099

Code: 0

URI: http://myappserveriis49/AppFramework/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3de828f0-5e0d-4c7d-a36b-56a9773c0def%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.2.929.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a15a8cff0-9e51-4282-a100-c2dcd204ecf2%3a16e4e7cd%3a86526ba7%3a874f8ea2%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3aaa288e2d%3a19620875%3a490a9d4e%3abd8f85e4%3a8674cba1%3ab7778d6c%3ac08e9f8a%3a59462f1%3aa51ee93e%3a58366029%3aa585d0d4%3ad312a85e%3ae085fe68

 
The system where this application hosted in on Windows 2003 Server R2.

I have attached my web.config file for any one to help me. Can you please help me where the error is and how to fix this issue.
Your help is greatly appreciated.

Using the same RadAsyncUpload, when we try to upload a file it is asking the Authenticating the user by asking UID/PWD. However even after we enter the valid USerName/Password it is throwing above script exception.

Thanks
Ramana

Genady Sergeev
Telerik team
 answered on 23 Dec 2010
3 answers
100 views

I have created a user control named InvoiceDate by adding RadDatePicker control. This user control is embedded in many ASP.net Web pages within the application. The application is live and used by many users, some of the users complained that the DataInput field appear squeezed.
If page is refreshed then DateInput field appear correctly. As this happens intermittently only for few users.
Telerik Version used 2009.3.1314.35

<tr>
        <td width="5%" id="radioButtonColumn4" runat="server"> </td>
        <td width="35%">
            <telerik:RadDatePicker ID="fromValue" runat="server" Enabled="false"
                <Calendar ID="Calendar3" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" runat="server"></Calendar>
                <DatePopupButton ImageUrl="~/images/icons/calendar.gif" HoverImageUrl="~/images/icons/calendar.gif" />
                <DateInput ID="DateInput1" Width="128px" runat="server">
                    <ClientEvents OnValueChanging="DateValueChanging"  />
                </DateInput>
            </telerik:RadDatePicker>
        </td>
        <td width="10%"> </td>        
        <td width="50%">           
            <telerik:RadDatePicker ID="toValue" runat="server" Enabled="false">
                <Calendar ID="Calendar2" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" runat="server"></Calendar>
                <DatePopupButton ImageUrl="~/images/icons/calendar.gif" HoverImageUrl="~/images/icons/calendar.gif"  />
                <DateInput  runat="server" Width="128px">
                    <ClientEvents OnValueChanging="DateValueChanging"/>
                </DateInput>
            </telerik:RadDatePicker>
        </td>
    </tr>

Any suggestions anyone? Thanks!

Umesh

Maria Ilieva
Telerik team
 answered on 23 Dec 2010
7 answers
314 views
I need to select data FROM Date and Time TO Date and Time. Date Range is working but how to add Time to that ? I am doing it in aspx page. Can anybody send me any example ?
Iana Tsolova
Telerik team
 answered on 23 Dec 2010
1 answer
134 views
I have a grid with 2 text boxes, 1 for a youtube link, the other for its description.  When I paste the link into the textbox and click the save button, I get a javascript error and the page crashes.  Heres the grid code

<telerik:GridTemplateColumn UniqueName="YouTubeLink" HeaderText="YouTube Link"  SortExpression="YouTubeLink">
                                                <ItemTemplate>
                                                    <%#DataBinder.Eval(Container.DataItem, "YouTubeLink")%>
                                                </ItemTemplate>
                                                <EditItemTemplate>
                                                    <telerik:RadTextBox ID="RadTextBoxLink" Runat="server" Skin="Vista" Width="400px" MaxLength="2000" TextMode="MultiLine" Rows="10">
                                                    </telerik:RadTextBox>
                                                </EditItemTemplate>
                                            </telerik:GridTemplateColumn>
 and this is the link im trying to save

<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/xT4Kw3A0pHI?fs=1&;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xT4Kw3A0pHI?fs=1&;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

Im basically setting up a data entry screen where users can save various youtube links for subsequent display on their website, surely this is possible ?  Can anyone help me out ?
Daniel
Telerik team
 answered on 23 Dec 2010
3 answers
104 views
I have a radGrid on my page and a user control containing a radWindow which contains a radTabStrip. When a row of the radGrid is double-clicked I open the radWindow and load the first tab of the radTabStrip. Clicking on one of the tabs in the tabstrip causes a postback to load that tab. When the postback occurs, the currently selected row in the radGrid is lost! This only happens if I ajaxify the grid. I've tried got the tabstrip and its multipage ajaxified as per your examples and it works fine. The AjaxManagerProxy in the user control looks like this:

<telerik:RadAjaxManagerProxy runat="server" ID="rampTicketDetail">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="rtsTicketDetail">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="rtsTicketDetail" LoadingPanelID="ralpTicketDetail" />
                <telerik:AjaxUpdatedControl ControlID="rmpTicketDetail" LoadingPanelID="ralpTicketDetail" />
                <telerik:AjaxUpdatedControl ControlID="hfTicketDetailParams" LoadingPanelID="ralpTicketDetail" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="rmpTicketDetail">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="rmpTicketDetail" LoadingPanelID="ralpTicketDetail" />
                <telerik:AjaxUpdatedControl ControlID="hfTicketDetailParams" LoadingPanelID="ralpTicketDetail" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>

As I said, that works great, but I'd like to be able to perform an action from one of the tabs that will affect the selected row of the grid. I can successfully get the selected row of the grid as long as it is not ajaxified, but I apparently, according to your examples, need to ajaxify the grid and the AjaxManagerProxy in order to rebind the grid when the radWindow is closed. However, as soon as I add the AjaxManagerProxy to the page containing the radGrid and set it up, the currently selected row is lost on postback. Here is the AjaxManagerProxy for the page containing the grid:

<telerik:RadAjaxManagerProxy runat="server" ID="rampMainContent">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="rampMainContent">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="cpRadGrid" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="cpRadGrid">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="cpRadGrid" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>

I've also tried adding the user control to the above AjaxManagerProxy, both as an updated control of the grid and as an updater of the grid, but neither of those options work either. FYI: the user control does implement INamingContainer.
Iana Tsolova
Telerik team
 answered on 23 Dec 2010
1 answer
72 views
IT appears that the Panel Bar  On Expand is NOT firing after the panel has been expanded? Anyone else experience this? Any work around?
Shinu
Top achievements
Rank 2
 answered on 23 Dec 2010
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?