C# - Upgrading Telerik RAD Controls For ASP.NET

Jun 19, 2009

I go about upgrading the Telerik ASP.NET controls? I am currently using the Q3 2008 release and I just recently bought the Q1 2009 SP1 release. How do I upgrade my projects? Do I need to uninstall the old one and install the new one or just install the new one? Also how do my projects get upgraded? Also, what about my projects that I have "live"? Do I just need to upload the new DLLs and and change my web.config?

View 4 Replies


ADVERTISEMENT

VS 2008 - Using Telerik Controls / Tools

Sep 2, 2009

Anybody have experience with using Telerik controls/tools?

View 26 Replies

Telerik Winforms Controls Free For MSDN Subscribers?

Jan 6, 2010

for MSDN subscribers:[URL]

View 6 Replies

Upgrading Software Written In VB To Include More Graphics/controls/indicator For User Interface?

Feb 18, 2011

I have been given a project to update software written in Visual Basic. The software and some files are enclosed in a folder and was written 3 years ago. I have no clue what to do. All I have been asked to include more controls. The user interface allows user to select three processes by clicking on the buttons on user interface. The new requirements is to add two more buttons. There is not much information so I have to use only the resources available. When I tried to open the project, visual studio prompted to convert the project so its compatible with current version. I could open the project but dont know what to do from there. Please guide me towards the right direction. If the project folder is required please advise me how to attach it too.

View 2 Replies

Telerik.web.ui Is Missing?

Oct 11, 2011

I am Telerik controls in my project, Error is telerik.web.ui is not found, Coudn't find assembly

I have added Telerik.web.ui.dll inside Bin directory

Reference Code is available inside web.config

View 1 Replies

Asp.net Telerik Text Selection

Mar 23, 2012

I have a telerik radgrid, like shown underneath [code]When I click one of the rows, it will display the password of the clicked row, like so:[code]That works fine. I am proceeding this way because the decryption of the password is a rather complicated and long process, so decrypting one password at a time is less time consuming, especially when the user doesn't need all the passwords.When I have the password displayed, I'd like to be able to select the password in the grid to copy it. Unfortunately, the radgrid will fire the "RowClick" item command once more, and the row gets de-selected. Therefore, I cannot copy the passwords. My question is: Is there a way to cancel the itemcommand of a radgrid under certain circumstances? I'd like to be able to disable the itemcommand event when the password is already decrypted.[code]

View 1 Replies

C# - PostBackUrl In RadPanelBar Telerik?

Sep 7, 2010

i would just like to ask.. how do i assign a postback url in my radpanel items in my master page

Eventually i have a MasterPage wherein i construct my radpanelbar.. and i have this Item Quiz with a child name Create What i want to achieve is when i hit the button Create in my radpanelbar it will make a

PostBackUrl="CategoryCreate.aspx?Quiz=True"show me how to do this and another question how do i manipulate the Create child in my RadPanelBar.. i have started this code shown below.. but i don't know what to do next to achieve my goal..

[Code]...

View 1 Replies

C# - Telerik RadComboBox Not Building?

May 20, 2011

I'm receiving a very peculiar Telerik error, I was wondering if any of you with Telerik experience had come across this one before.

I'm using a RadComboBox, when trying to build I get this error :

Method 'Protected Sub
ddlMyDropDown_SelectedIndexChanged(sender
As Object, e As

[code]....

It all runs as expected when I force run the project, but it won't build successfully or allow me to publish. The error message just doesn't make any logical sense.I've tried using System.EventArgs assuming that the Telerik event args derive from it. But still no success.

View 2 Replies

Form For Telerik RadRibbonBar?

Apr 25, 2010

I got the Telerik RadRibbonBar for free with the Express edition of vb a while back, but it did not come with any sort of form. It also, unfortunately, has the control buttons there automatically. How would I create a form which is resizable, and works like a standard winform, but doesn't have the top bar?I tried:

FormBorderStyle = Sizable
Text = Nothing
ControlBox = Falseady made for this.

[code].....

View 1 Replies

Telerik Text Selection?

Mar 27, 2012

I have a telerik radgrid, like shown underneath

| Username | Password |
-------------------------
| A_user | ***** |

[code].....

View 5 Replies

Asp.net - RegisterPostbackControl In An AsyncPostback For Telerik RadGrid?

Jun 13, 2012

I have a RadGrid in a page which has a master page with an UpdatePanel wrapped round the Content. I have successfully run RegisterPostbackControl for the Export buttons on it on first load, thus:

[Code]...

View 1 Replies

Asp.net - Telerik Rad Grid Button Caption

Apr 6, 2010

Is there a way to change the caption on a gridButton on a Telerik RADGrid (on a ASP.NET web page) , depending on another of the bound fields (in this case active) e.g if active = true text = "Disable", if active = false then text "Enable"

I have resolved the issue by iterating through the e.items on the databound event, but wonder if there a 'cleaner' method for doing this

View 1 Replies

Asp.net - Update Telerik ComboBox And RadGrid?

Nov 2, 2011

I have inherited an application that uses telerik controls. This is my first time to work with it and I'm a little confused.I have a RadComboBox that has its values hard coded. When the user selects an item, a RadGrid is refreshed to show the records that correlate with the item the user selects from this combo box. This all works great.I'm trying to create link buttons, so that when the user clicks on one, the RadComboBox value is changed to whatever value I set it to in the codebeind page and the RadGrid is refreshed to show the appropriate records.I can set the value of the RadComboBox, and see what value it has when debugging, but the RadComboBox in the browser does not reflect the change and the RadGrid is not refreshed when I programatically execute the event handler for it.

View 1 Replies

Build Programmatically A CommandItemTemplate In Telerik?

Nov 7, 2011

I have a question about Telerik. I have a RadGrid where inside the MasterTableView I have a DetailTables tag (so I have a hierarchy) and I also have a CommandItemTemplate tag inside my MasterTableView tag. Everything is fine when it runs from markup, but I've tried to build this programmatically from code behind. Unfortunately I was not successful. Everything works, except that my CommandItemTemplate is nowhere.[code]...

View 1 Replies

What Is Code For Selecting A Telerik Radiobutton

Aug 24, 2010

What code should I write to select a Telerik radiobutton?It doesn't have a .checked property.

View 2 Replies

Upgrading .net Web App From .net 1.1 To 3.5

Apr 14, 2011

I have been tasked with upgrading a large web application from .net 1.1 to 3.5. I have converted it using Visual Studio 2008, and it compiles ok. Should I be expecting everything to work correctly straight off? And if not can anyone suggest what are the major pitfalls I should be looking out for. Should I be taking the time to write and carry out a full test for the entire system, or is that overkill?

View 2 Replies

VB 6 GUI When Upgrading To .NET?

May 26, 2011

We are upgrading a VB6 project to VB.NET. I ran it though an upgrade utility (Artinsoft). I guess the question is where is the GUI. In VB6, there is a form designe and Object mode. That does not exist in vb.net correct???

It looks like during the upgrade the entire GUI, the forms, the buttons, they are all gone. None of that was upgraded. So does the entire GUI have to be recreated in asp.net or something?

View 3 Replies

Unwated Additional Row In Telerik Hierarchical Grid?

Dec 10, 2010

I've got a normal Telerik hierarchical grid with a child detail table. However when the items get bound in the master table there is an extra row between each item. It has a cell with the class "rgExpandCol". I suppose this has to do with the expand icon? I have run out of ideas...

Has anyone out there experienced this before?

View 2 Replies

Best Way To Use Upgrading On PayPal

Feb 3, 2010

this is a discussion on what is the best way to add License's to your Program and the Best way to obtain/buy one using Paypal

View 1 Replies

Upgrading An Old VB Six Program Into .Net?

Nov 4, 2009

I am currently working on upgrading an old visual basic six program into .Net. I seem to be getting this error after the conversion on one of arrays. "Value of type '2-dimensional array of String' cannot be converted to '1-dimensional array of String' because the array types have different numbers of dimensions."

[Code]...

View 2 Replies

Upgrading Of Datagrid From Vb6 To .net?

Jun 1, 2010

I am upgrading from vb6 to vb.net.I used to list my query results in datagrid in my previous applications.What can be more visually attractive control in replacement of datagrid?

View 1 Replies

Working With Upgrading VB5?

Feb 17, 2010

My work has a VB 5.0 file they want modified or upgraded. The only tool I currently have at my disposal is VS 2005.

View 16 Replies

.net - Telerik Version Of System.windows.text Code?

Jun 8, 2012

I want to have a partial class to manage my focus between radtextboxes when a user presses the enter key and I am looking for the telerik interpretation of this line of code tbs(i).KeyDown += New KeyEventHandler(AddressOf textBoxes_KeyDown)?

Partial Public Class MstFileTruck Inherits Form
Private tbs() As Telerik.WinControls.UI.RadTextBox
Public Sub New()

[code]....

View 1 Replies

Asp.net - Cancelling The Keypress [Enter] Action On A Telerik RadGrid

Feb 7, 2012

I have a Telerik Radgrid containing all the valid usernames and passwords that can be used to unlock functionnalities on my web page. The password is encrypted, so you have to click the row to decrypt and show the actual password. All usernames and passwords can be changed by an admin When the admin presses [ENTER] to submit the new username/password combination (instead of pressing the submit button), the new combination is actually submitted (which is fine).

[Code]...

View 1 Replies

Asp.net - Telerik Upload Control In DNN Just Posts Back Without Uploading?

Jul 13, 2011

Ultimately, what I would like to do is upload files directly into the database, so I updated this question with the code I'm using to write to the database. I am developing a module in DotNetNuke using Telerik controls. I need to upload files to the server in the user interface, so I am using the RadUpload control and the RadProgressArea/RadProgressManager.

Here is my ASP:

<telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="CheckBoxes, RemoveButtons, ClearButtons"
AllowedFileExtensions=".doc,.docx,.pdf,.tiff,.gif,.jpg,.jpeg,.xls,.xlsx" MaxFileInputsCount="2"
MaxFileSize="10000000" InitialFileInputsCount="2">
</telerik:RadUpload>

[Code]...

When I hit the button, it does a postback to the page, but the files do not get uploaded. I tried using the autoupload functions and specifying pysical and virtual paths but that didn't work. I did it exactly like they said. I manually registered the controls in my web.config, then removed them and used the auto-register feature to re-register thinking maybe I did something wrong, but I'm still at a loss.

Here's where I spent the last couple hours:
[Upload Overview][3]
[Files are not uploaded][4]

get this upload control and progress indicator working?

View 1 Replies

C# - Telerik RadGrid Set BoundColumn To ReadOnly In Edit Mode?

Jan 8, 2012

I have a Telerik RadGrid that has three bound columns and one button column. I would like to let the user edit the values in only one of the bound columns. The user can add a new record so i can't set the two bound column to read only. Is there anyway i can do this in the ASPX or do i have to do it in the code behind? I have some code that is working but it is not the best.Here's my code:

Case "Edit"
Dim aoeAnswerCode As GridBoundColumn = CType(e.Item.OwnerTableView.GetColumn("aoeAnswerCode"), GridBoundColumn)
aoeAnswerCode.ReadOnly = True
Case "Update", "PerformInsert"[code].....

View 2 Replies

Telerik Grid Not Rendering Dropdownlist In Column MVC3?

Sep 3, 2011

I have a problem with the Telerik grid that I can't seem to find quite the exact problem anywhere. I'm following the demo from their site for Client Side Edit Templates. When going into edit mode it immediately dies saying select method is undefined from this js statement:

[Code]...

View 2 Replies

Telerik Grid, Razor And .NET In Ajax Binding Mode?

Dec 19, 2011

I'm trying to create a Grid in MVC3 with razor and VB.NET. The normal Grid works fine, sorts and paginates fine, but when trying to make the Ajax binding, I get an error 500 - internal server error when I try to go to the next page.

[Code]...

View 1 Replies

Telerik RadOpen Command Reloads Parent Window And Scrolls?

Dec 8, 2011

I am creating a modal popup window using the Telerik RadOpen function on an Asp.Net webpage.The popup window appears correctly, but the parent window refreshes and scrolls the popup down the page. How do I create the popup without scrolling the parent window.The code I am using to create the popup is:

btnEdit.OnClientClick = _
"radopen('newDialog.aspx?id=" + _id.ToString() + _
"&_newid=" + _newId.ToString() + "', 'newDialog'); return false;"

[code].....

View 1 Replies

Considerations To Be Made While Upgrading To .NET?

Oct 2, 2011

I had been programming in Visual Basic 6 as an Intermediate programmer. I realized that it is far too old and is comparatively less powerful. So, I've upgraded to VB.NET. I'm using Visual Studio 2010. My query is before beginning programming with it, what things should I consider over VB6?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved