I would like to see if it's possible to pass the value from a container.data with rad button in an asp.repeater control.
<script type="text/javascript">
function open_windowtemplate_AddSection(sender, args) {
var button = sender.get_id();
alert($(button).commandarguments);
}
</script>
<asp:Repeater ID="rpt_Channel" runat="server" OnItemDataBound="rpt_Channel_ItemDataBound">
<ItemTemplate>
<tr>
<td colspan="4" class="MainLineItem">
<div style="float:left;">■ <asp:Label ID="lbl_ChapterName" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "Chapter")%>'></asp:Label></div>
<div style="float:right">
<asp:ImageButton ID="imgbtn_AddSection" runat="server" AlternateText="Click to add section" ImageUrl="~/Includes/images/green_plus_add.png" Height="20px" CommandName="Add" />
<telerik:RadButton ID="radbutton_AddSection" runat="server" Text="+" CommandArgument='<%Databinder.Eval(Container.DataItem, "Channel_ID") %>'
ButtonType="StandardButton" OnClientClicked='open_windowtemplate_AddSection' AutoPostBack="false">
</telerik:RadButton>

Hello
I need to save a workbook to the database as a blob and then be able to open it again later. I'm trying to find an example of this and don't see one. According to this link (http://www.telerik.com/forums/save-data-back-to-database-table) it's possible but no information is given. The closest documentation I could find was this (http://docs.telerik.com/data-access/developers-guide/crud-operations/developer-guide-domain-model-managing-advanced-working-with-streams) but it was not specific to the spreadsheet control.
Thank you

I'm seeing that while uploading the file, RadAsyncUpload is also sending set of additional information as part of the payload (form-data fields) like "rauPostData", "fileName", "contentType", and others data pieces (see attachment).
I'm thinking whether it is possible to add additional custom fields to the payload mainly the CSRF token which will help me evaluate the authenticity of the file upload before it gets processed on the server.
I'm doing all CSRF validation through HttpModule and hence I cannot use Custom RadAsyncUpload Handler which for me is not a viable solution as the module will not let the request reach till this point.
Is there any degree of customization which can help me through this? Any help will be truly appreciated.
Thanks,
Gururaj

Hi,
When I'm adding both scatterLineSeries and ScatterSeries in the same graph, scatterseries are always behind the scatterLineSeries? How I get ScatterSeries over the Scatterlineseries?
Regards,
Auvo

I have a dynamically built page with many different controls loaded onto the page.
Tthis page could have multiple rad editor on it.
The problem is that the page has the focus set on to the last rad editor loading on to that page.
Which events sets the focus to the content area?
the rad editor is drawn as divs


Hi, every one
i use tool RadCaptcha in my Project but
RadCaptcha Audio in Chrome ,FireFox is working. ----- Have sound
and RadCaptcha Audio in IE11 ,Safari is not working ------ no sound
How do I solve this problem?
Please Help.
Thank you.

Hi,
We are having a problem with Paste from Word & Paste from Word, Strip Font Issue. The pasted text is broken and totally different compare to the text copied from the word document. Please find the attached for the sample text in word and the result in Chrome/FireFox. It works fine with IE edge but it does not in Chrome/FireFox.
Also when we try to bullet the last paragraph it does not work as expected, it bullets as expected but it works fine with "Paste" (Ctrl V)
Here's the link of the sample page - https://www.knowledgelink.training/Edit
Hope to hear from you soon.
Regards
Dev
