Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
215 views

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

 
anna
Top achievements
Rank 1
Bronze
Iron
 asked on 01 Jan 2022
0 answers
150 views

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

 

anna
Top achievements
Rank 1
Bronze
Iron
 updated question on 01 Jan 2022
0 answers
252 views

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;
            
anna
Top achievements
Rank 1
Bronze
Iron
 asked on 01 Jan 2022
2 answers
1.1K+ views


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.

 

 

 

 

 

Attila Antal
Telerik team
 answered on 31 Dec 2021
0 answers
126 views

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

anna
Top achievements
Rank 1
Bronze
Iron
 asked on 30 Dec 2021
0 answers
86 views

Hi Team,

We have migrated all RadTreeView Classic to RadTreeView Ajax Controls.

https://docs.telerik.com/devtools/aspnet-ajax/controls/treeview/appearance-and-styling/migrating-skins 

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";
Can anyone help how to modify changes programattically with any example?
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 29 Dec 2021
0 answers
171 views

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?

Harlem98
Top achievements
Rank 1
Iron
Iron
Iron
 updated question on 28 Dec 2021
1 answer
246 views

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

 

Vessy
Telerik team
 answered on 28 Dec 2021
1 answer
168 views

Currently testing with Telerik R32021.3.914.45 ,.NetFramework-4.8 and browser - Chrome and Edge

https://docs.telerik.com/devtools/aspnet-ajax/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax

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);
        }

Vessy
Telerik team
 answered on 28 Dec 2021
0 answers
108 views

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

Rebeen
Top achievements
Rank 1
Iron
 asked on 26 Dec 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?