Hello.
Does telerik:RadGrid have this InsertAt ?
// Adjust the Data Table to add Grid Rows to arbitrary positions. int insertRowIdx; DataTable dt = (grvItemPrice.GridControl.DataSource as DataTable); DataRow dtRow = dt.NewRow(); dt.Rows.InsertAt(dtRow, insertRowIdx); dt.AcceptChanges();
====================
I want to add GridView-B Rows to the row below 8 o'clock in GridView-A.
How should I program the algorithm for the GridView?
there are InsertAt of telerik:Radgrid ?
attached file : radgrid.png
Hello.
I want to add GridView-B Rows to the row below 8 o'clock in GridView-A.
How should I program the algorithm for the GridView?
there are InsertAt of telerik:Radgrid
attached file : radgrid.png
I am using radgrid.
How do I clear DataSource or delete old data in DataSource?
Is the source below correct?
please tell me another way.
DataTable dt = null;
gv.DataSource = dt;1. platform used : ==== > telerik:radgrid on ASP.NET
as the Attached File, I want to input text by adding a txtBox to a column in telerik:radgrid
Is there an ASP.NET version of the source code I can refer to?
Telerik : radgrid on ASP.NET
Please Help me.

Attached File : GridtxtBox.png
I need the asp.net version of the ASP.NET Version example source files. Because I'm not good at programming.
Please check the file I attached.
I need ASP.NET Version Souce Example File.
Please Help me
Hi Team,
We have migrated all RadTreeView Classic to RadTreeView Ajax Controls.
Modified existing skin as per above document but could not find anything related to SingleSelect_Hover,SingleSelect_Select,Disabled.
Code before migrating existing default skin: private const string SINGLE_SELECT_HOVER_CSS_CLASS = "TreeNodeOver_SingleSelect";
private const string SINGLE_SELECT_CSS_CLASS = "TreeNodeSelect_SingleSelect";
private const string DISABLED_CSS_CLASS = "TreeNodeDisabled";Hello.
I'm using CommandItem built in Insert button to open a window with a form to insert new values.
<telerik:RadWindow ID="UserListDialog" runat="server" Title="Atualizar listagem" Height="400px" OnClientClose="OnClientCloseHandler"
Width="800px" Left="150px" ReloadOnShow="true" ShowContentDuringLoad="false" DestroyOnClose="true"
Modal="true"
Behaviors="Close,Move,Resize" CssClass="opaque" KeepInScreenBounds="True" >
<ContentTemplate>
<uc1:ViewEmissaoTimeSheetEdit ID="EditTimesheet" runat="server" />
</ContentTemplate>
</telerik:RadWindow> <CommandItemTemplate>
<telerik:RadButton CommandName="InitInsert" RenderMode="Lightweight" ID="AddNewRecordButton" Text="Adicionar nova versão" ToolTip="Adicionar versão"
runat="server" style="background:none; border:none; color:green;">
<Icon PrimaryIconCssClass="rbAdd"></Icon>
</telerik:RadButton>The problem is, when i use Validators in my form atributtes, the form doesn't open when clicking the insert button.
Validators structure in my form (contained in a user control)
<telerik:RadTextBox ID="txtAssinaturaTimesheet" runat="server" MaxLength="30" Width="220px">
</telerik:RadTextBox>
<%-- <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtAssinaturaTimesheet" Display="Static"
CssClass="ValidationFont" Text="Campo Obrigatório!" Font-Size="Medium" ></asp:RequiredFieldValidator> --%>It is a common issue? How can i overcome it?
hi,
we are using Telerik UI ASP.NET AJAX version 2013.3 and we would like to upgrade to the latest version.
how tough it will be?
what difficulties we should expect?
thanks

Currently testing with Telerik R32021.3.914.45 ,.NetFramework-4.8 and browser - Chrome and Edge
We migrated from Classic to Asp.Net ajax controls followed the aboved document.
and observed that SSL property has been removed from Telerik.Web.UI controls.
May anyone help me out to find an alternate propoerty instead of SSL for that?
Old Code with Classic TreeView (Telerik.WebControls): protected override void OnInit(EventArgs e)
{
eventTypeTree.SSL = ConfigurationManager.SystemSettingsSection.ApplicationInfo.Protocol == Protocol.https;
base.OnInit(e);
}
Dears,
I want to generate thumbnail from images upload to cloud azure cloud already I have create azure function to generate thumbnail but it is not suitable for us because has many issues... if possible please share with me any way to do that
thanks