Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
19 views

My ASP.NET Web Form has a RadTabStrip with 3 different tabs. The first tab has the username and password, the second tab has the permissions, and the third tab has the clients. The username and password have RequiredFieldValidators on them.

I have noticed that whenever I go from one tab to another, the Windows TextBox Control txtPassword's Text field is getting reset, causing the page to not validate whenever tabs 2 or 3 are shown.

I created a hack to fix this:

Protected Sub RadTabStrip1_ClientTabSelecting(sender As Object, e As RadTabStripEventArgs) Handles RadTabStrip1.TabClick
    Page.Validate()
    If Me.IsValid() Then
        If Not String.IsNullOrWhiteSpace(txtPassword.Text) Then
            ViewState("password") = txtPassword.Text
        End If
    Else
        If String.IsNullOrWhiteSpace(txtPassword.Text) Then
            txtPassword.Text = ViewState("password")
        End If
        If String.IsNullOrWhiteSpace(txtConfirmPassword.Text) Then
            txtConfirmPassword.Text = ViewState("password")
        End If
        Page.Validate()
        If Not IsValid() Then
            MultiView1.ActiveViewIndex = 1
            RadTabStrip1.SelectedIndex = 0
            RadMultiPage1.SelectedIndex = 0
        End If
    End If
End Sub

I do not like storing their password in the ViewState, but it works.

Almost.

The Submit button is on the bottom of the page, contained within a RadToolBar.

Protected Sub RadToolBar1_ButtonClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadToolBarEventArgs) Handles RadToolBar1.ButtonClick
    Dim rb As Telerik.Web.UI.RadToolBarButton = e.Item
    Dim clientList As List(Of Client) = ViewState("MyClientList")
    If rb.CommandName = "Save" Then

There is a breakpoint on that line of code, but Validation fails before that code is reached.

By this point, my customers are on Tab 3, and they have no way to tell that the txtPassword control has had their input deleted on Tab 1.

Has anyone ever experienced a Windows Control like this password getting cleared whenever the RadTabStrip Index changes?

How do I fix this?

Rumen
Telerik team
 answered on 23 Jan 2025
2 answers
19 views

I am able to drag and drop a message from old Outlook into Telerik File Explorer, but I can not do that in new Outlook. I am not sure if Telerik File Explore support that. And does Telerik File Explore support copy paste out look messages. 

Rumen
Telerik team
 answered on 23 Jan 2025
2 answers
32 views

Hello!  This is my first time using a RadEditor.  I've figured out a lot of the settings. 

However, I am still having problems with the HTML edit mode.  The content is surrounded by a too narrow border/container.  When entering large amounts of text, it wraps and is hard to read.  Is there any way to remove this border/container, or make it wider, so that the whole width of the RadEditor is available for HTML content?

Thanks!

Nancy
Top achievements
Rank 1
Iron
 answered on 22 Jan 2025
2 answers
68 views

Hi,

It seems that something has changed on the PostbackUrl behavior of the RadButton. When we click, there is no navigation to the PostbackUrl.

This leads to big issues in running applications.

Marc

Jose-Miguel
Top achievements
Rank 2
Iron
 answered on 22 Jan 2025
1 answer
20 views

Hi everyone,

Hi everyone, I'm using Telerik UI, and when I'm on a mobile view with the content editor, and then I select the image gallery, it doesn't seem to be responsive, or its just too wide for the phone screen.  Is there some way to force that image manager to be the correct size? Or is that even possible?  

 

Rumen
Telerik team
 answered on 17 Jan 2025
1 answer
10 views

Dear Technical Team,

I have installed Telerik UI for ASP.NET Ajax. I need to change my skin from Hay to Vista or Other.

I checked in following path, only one file Vista.gif is available. and I am not getting file select-hover.png. so combobox not looking good.

C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX R1 2022\Skins\Vista\ComboBox

Skin are not working properly then I checked there are not available png image of controls folde.

 

Kindly Provide me to download all skins controls png or other format images to show proper control on web page.

 

Thanks

Alam

 

Rumen
Telerik team
 answered on 14 Jan 2025
3 answers
23 views

Hi Telerik Team,

I would like to know if it is possible to make the context menu visible for a newly created table in the RadEditor. Currently, the context menu is only visible for tables that are explicitly "accepted as changes." Is there a way to enable the context menu for newly created tables without requiring them to be accepted as changes first?

Rumen
Telerik team
 answered on 13 Jan 2025
2 answers
41 views

Hi

I have a Telerik rad grid which populates data, one of the columns is date and is in format of DD-MMM-YY.

when I click on the header of the column to sort, it doesnt sort it correct in ascending date or descending order. Im assuming its because of the format as the month is a string.

Can anyone advise how to get it to sort correctly please?

Thanks

Rakhee

Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 08 Jan 2025
13 answers
1.8K+ views
Hi,

where can I download an older Version (2013.1.417.40) of RadControls for ASP.NET AJAX. I really need the Telerik.Web.Designer.dll ASAP :(

Thank you for your time and effort :)
Dar1054n
Top achievements
Rank 1
Iron
 updated answer on 07 Jan 2025
6 answers
231 views
Hello all,

I am new to Telerik product line. Just installed the Telerik UI for ASP.NET AJAX Q1 2015 along with the Live Demos, but when trying to launch the Live Demo, it throws an error "Cannot find ASP.NET Development Server".

What I have tried:
- Uninstalled and Reinstalled the entire Telerik UI for ASP.NET AJAX Q1 2015; same error occurs.
- Restarted computer; same error occurs.
- Copied "Live Demos" folder from C:\Program Files (x86)\Telerik\UI for ASP.NET AJAX Q1 2015\Live Demos to C:\Users\myAccount\Desktop and tried to start; same error occurs.

Any idea?

My system specs:
- Windows 8.1 Enterprise x64
- Visual Studio 2013 Update 4

Bhavika
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 01 Jan 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Krasimir
Top achievements
Rank 3
Iron
Iron
Anas
Top achievements
Rank 1
Gone2TheDogs
Top achievements
Rank 2
Iron
Veteran
Shaimaa
Top achievements
Rank 1
Iron
Joe
Top achievements
Rank 2
Iron
Veteran
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Krasimir
Top achievements
Rank 3
Iron
Iron
Anas
Top achievements
Rank 1
Gone2TheDogs
Top achievements
Rank 2
Iron
Veteran
Shaimaa
Top achievements
Rank 1
Iron
Joe
Top achievements
Rank 2
Iron
Veteran
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?