Telerik Text Selection?

Mar 27, 2012

I have a telerik radgrid, like shown underneath

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

[code].....

View 5 Replies


ADVERTISEMENT

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

Telerik Control - Unable To Get The Text Typed In That Text Box?

May 23, 2009

I am using telerik Rad Grid in my applilcation.I have placed a text box in the header of one column of this rad grid.I am able to find the control of header and text box but my problem is that I am not able to get the text typed in that text box.Here I am typing the code how I am finding the control of header and text box.

[code]...

View 2 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

VS 2010 Add Text Before And After Selection Text (rtb)?

Oct 13, 2011

Let's say I have selected a few (or one) words. I want to add text before the selected word(s) and after the selected word(s). How would I do that?

View 2 Replies

Add Value Or Text To Selection In Datagridview?

Oct 29, 2010

based on a selection of name and time i want to add a value or text in datagridview,but it doesn't return a value... this my code

Public
Sub Btnplanner_Click(ByVal
sender As System.Object,[code]......

View 2 Replies

Get Selection Text From Any Process?

Feb 2, 2011

I am a newbie starting to learn on how programming in vb language, and now I would like to know---> How to get selection text from any text editor such as in Notepad, Wordpad, MS Word, Excel, ...and so on ...to show in VB2010 Textbox.

View 2 Replies

Code Selection Of Text Within A RichTextBox?

Mar 26, 2009

How do you code selection of text within a RichTextBox. I tried the following code and nothing happens.I would think this should select all text within the RichTextBox.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.RichTextBox1.SelectAll()
End Sub

I would think this would select text from a start point to an end point.

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
ss = Convert.ToInt16(TextBox1.Text)
se = Convert.ToInt16(TextBox1.Text)
Me.RichTextBox1.Select(ss, se)
End Sub

View 1 Replies

Disallow Text Selection In NET WebBrowser?

Dec 6, 2009

I do not want the text in my WebBrowser control to be selectable. How would I do this?

View 4 Replies

Drop Down Text Selection Like Msword?

May 9, 2011

I am looking to include in my word processor a drop down font selection button, much like that in MSword, where it shows the installed fonts an allows the user to pick one. It is for a rtb, so I'm not sure if it's possible. If it isn't, could you guide me into coding a button with say the text 'Arial' to change the selected text in my rtb to arial. Also, which fonts are supported by rtbes?

View 11 Replies

Handle Text Selection In Web Browser?

Aug 10, 2010

i want to do the following : select text in a web browser control, then click a button. When the button is clicked , the selected text should be copied to a richtextbox.

the main problem is how to copy the selected text from web browser control?

View 1 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

Data Grid Selection Load Form - Call A Stored Procedure With The Value Of The Selection

Feb 27, 2009

I am trying have a data grid selection populate a form. I am new to this.Basically I have a connection persistance object and I would like to call that and call a stored procedure with the value of the selection. The datagrid is bound to an object.

[Code]...

View 1 Replies

Listbox (20 Items) With Multi-selection And Label That Disply The Selection And One Button

Dec 25, 2010

I have a listbox (20 Items) with multiselection and label that disply the selection and one button. So I wrote (it works fine)

[code]...

Now when I click on button the label show lets say Item2,Item5,Item10,How do I take off the last ","

somthing like that Item2,Item5,Item10

I used to do: Dim s As String = Trim(Label1.Text)Label1.Text = s.Substring(0, s.Length - 1) but it give me an error converting intiger to string

View 6 Replies

Change Text In Combobox When User Changes Selection?

Aug 19, 2011

I have a combobox on a form with the dropdownstyle set to drop down. Users can either salect a value from the list, or type in any value they wish. This all works fine. However, when one particular item in the list is selected I wish to set a different value. Unfortunately I don't appear to be able to set the combobox Text property from within any of the events that fire when the selected item is changed.

[Code]...

View 6 Replies

List Box - Selection Output To Rich Text Box

Apr 24, 2011

I have a list box created, and a rich text box. I have an item Fire Ball in the list box would like to have a description in the rich text box when the item is selected in the list box for some reason this code isn't working..

Code:
if listbox.selecteditem = "Fire Ball" then
richtextbox.text = "Description"
end if

View 9 Replies

VS 2010 Add Text To Begin/end Of Each Line In Selection?

Mar 18, 2012

I have a few lines in an rtb. e.g:

1. radjesh
2. radjesh
3. radjesh

now I select the 3 lines and press a button. The output should be (for example):

<start>
<line>1. radjesh</line>
<line>2. radjesh</line>
<line>3. radjesh</line>
</start>

View 5 Replies

Xml - Duplicate Selection In Text() XPath Selector

Jan 7, 2010

I'm trying to select all nodes with text that contain a certain word (ex: Company) because the word needs to have a register mark.

Here is part of the XHTML (this <p> is inside a table cell).

<p>
<strong>
<a style="color:#0E5A8B; text-decoration:none" target="_blank" href="http://www.trekk.com">

[Code]....

My goal is to just select the 2nd one, the <span> tag and am not sure why <p> tag is also being selected. If it selects <p>, but why wouldn't it also select the <strong> or <a>, and why not the <table> or <td> that contain the <p>?

View 1 Replies

Office Automation :: Range(Selection, Selection.end(xlDown)).Select In .NET?

Jun 16, 2009

osheet.Range("A1").Select
'The line below is the one I would like to know how should I write it in VB.NET:
osheet.Range(Selection, Selection.end(xlDown)).Select

[code]......

View 3 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

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

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

Textbox: Place The Cursor At The Beginning Of A Text Selection

Sep 30, 2011

I have a text box with some text inside it;

the text is long (say 100 chars);

the textbox can display about 20 chars.

The following code:

tbxTest.SelectionStart = 5
tbxTest.SelectionLength = 60

selects a part of the text and sets the cursor (blinking beam) at the and of the selection, in this case the first caracters of the selected text is out of the user sight because the textbox is too small to display the entire selection.

Is it possible to force the cursor to be at the beginning of the selection so the first part of the text is visible? (as if I had selected my text with the mouse dragging from the end back towards the beginning)

View 7 Replies

VS 2008 - Text Selection - WYSIWYG Blog Editor ?

Sep 5, 2011

I'm working on a WYSIWYG Blog Editor, I'm having an issue with my text selection. I've added a couple of graphics to illustrate. My code is selecting the text and putting it back into the textbox, but it's adding extra text. I can't quite figure out how to get it to select the intended text and manipulate it correctly (make it Bold or Italic and so on,) and then show the text in the two windows (one is the Textbox and the other is a webtext box) correctly.

Below is my code and my 2 graphics.

Public Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
boldstart = "[ b ]" 'variables to hold formatting
boldend = "[ /b ]"
wboldstart = "<b>"
wboldend = "</b>"
clearrtf = ""

[CODE]............

Every thing works up to the point when I try to manipulate the text, it then puts more text in. I have been trying to find info on how to clear the text box and then re-insert the text with the text formatting. Side note in my graphics is a small graphic that is just there as a marker for me, it has no affect on the actual program.

View 4 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

VS 2008 - Using Telerik Controls / Tools

Sep 2, 2009

Anybody have experience with using Telerik controls/tools?

View 26 Replies







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