Hi,
I have ajaxify the attachment control I created but it doesn't show the loading panel when I click Upload button (postback after selection of files)
Below is the structure:
Attachment Manager page
- Attachment Manager user control
--- Attachment user control
I put RadAjaxManager in Attachment Manager user control:
<telerik:RadAjaxManager ID="radAjaxManager" runat="server" DefaultLoadingPanelID="radAjaxLoadingPanel"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="grdAttach"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="lblErrorMsg" /> <telerik:AjaxUpdatedControl ControlID="grdAttach" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="attachmentControl"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="attachmentControl" /> <telerik:AjaxUpdatedControl ControlID="grdAttach" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="ddlAttachTo"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="grdAttach" /> <telerik:AjaxUpdatedControl ControlID="attachmentControl" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManager><asp:Panel runat="server" ID="pnlControl"> <uc:AttachmentControl ID="attachmentControl" runat="server" InputSize="75" OnUploadClick="attachmentControl_UploadClick" /> </asp:Panel>On my Attachment user control, I put RadAjaxManagerProxy:
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="btnUpload"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="radUpload" LoadingPanelID="radAjaxLoadingPanel" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManagerProxy>This is not working and actually not doing a postback but if I remove RadAjaxManagerProxy, it will work but no loading panel will be shown while doing a postback.
Thanks.

I am using a custom Http Handler as described at http://www.telerik.com/forums/radasyncupload-without-temporary-file to upload files directly to a database without using a temporary folder. This is working correctly, however, if the user clicks 'cancel' or 'remove' the file is obviously not removed from my database.
Is there a way to override the cancel and remove operations so I can delete the files from my database?
I've created a new class that inherits from AsyncUploadResult to add a FileID so this should be easy... if I just knew which fuction to override. Thanks!

Hi,
not familiar with telerik. some help will be good.
try to get todat date and display it at center of the web page. under the gridnumberic column,,,, try to replace the headertext with today date....and display it at the center of the row. some advise and example will be appreciated.
<telerik:RadGrid ID="rgSIFull" runat="server" AutoGenerateColumns="False"
Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" GridLines="None"
CssClass="style1" HorizontalAlign="Center" Skin="" ForeColor="#000000">
<MasterTableView>
<CommandItemSettings ExportToPdfText="Export to Pdf" />
<Columns>
<telerik:GridNumericColumn DataField="Message" HeaderText=""
ReadOnly="True" SortExpression="Message" UniqueName="Message" ItemStyle-CssClass="style1">
<ItemStyle Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" Font-Bold="False" />
</telerik:GridNumericColumn>
</Columns>


Hi there,
I wonder whether I can indiviually use the recurrence control itself on my web form page apart from the scheduler advance form and its own functions in it on the server side end?
thank you
I have a grid which needs some adjustments to a display column.
I respond to the ItemDataBound event and retrieve an ID from the row which is my key to the other processing logic.
I do not want this column to be displayed to the user.
I set Visible = False and then the value is not returned, just null or an empty string (not sure / don't care)
Is there a way to get the value when the column is hidden?
I have tried to set the column width down to 1px but the ID numbers force it wider.
Tech notes: using latest release of AJAX UI with VS 2015 and C#.

https://mine.hourmine.com/c/pcalendar.aspx?pa=kernerchiro
On first load, the scheduler weekview goes beyond the end time of 6:40pm. The day views work fine (last bokable slot is 6:20pm) and once you visit the day view, the weekview also starts working ok. why does the scheduler show the slots beyond the endtime of 6:40pm that has been set?
thanks
