<
telerik:TreeListTemplateColumn
>
<
ItemTemplate
>
<
asp:LinkButton
ID
=
"deleteButton"
runat
=
"server"
Text
=
"delete"
CommandArgument='<%# Eval("pdrID") %>' CommandName="Delete" />
</
ItemTemplate
>
<
ItemStyle
HorizontalAlign
=
"Right"
Width
=
"50px"
/>
</
telerik:TreeListTemplateColumn
>
windowObject.radopen(url, name)
...where "windowObject" determines which "frame" to open the window from (ie window, top, parent, etc.)
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.
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
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
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