Can any one guide me on how to scroll syncing of two winform radgridview in a manner, when i scroll one gridview, other gridview scrolls to the same level(row); and same happens when 2nd gridview is scrolled; and 1st gridview is also scrolled in same manner.
how to se freezecolumn in gridview. if i using pinned state column goes left or right side ,i don't want like that. Have to freeze column the actual position of the column. Please help on this.
Ok, I wnat my users to be able to use the suggest append option, BUT I want them to only pick items that are in the list.
Any ideas on how this is possible?
eg. if the list contained :
apple
pear
plum
orange
grapefruit
They can start typing "grap" and it autocompletes, but I don;t want them to not pick "grapefruit" from there. ie. leave just "grap" in the text field. Is there an option setting for this. There used to be something called first marked match I think in asp.
It's a small typo, but one that probably should have been caught. I found this in the API Reference under the Telerik.WinControls.UI.Namespace section.
How would I add custom words or fields to a dictionary so that I can use the spell checker to also check that the client has types the fields correctly
Such as in the following
Dear <<CustomerName>>
Your invoice number <<InvoiceNo>> is due on the following date <<InvoiceDate>>
Etc
I had in mind making the <<CustomerName>> a special word in a custom dictionary
Creating the scenes: 1- setting the sources for grid and combocolumn...
Dim Mycon As New SqlConnection Mycon.ConnectionString = "Data Source=YAGESRV\SQLSRV2008;Initial Catalog=TEST;User ID=sa;Password=1234sax." Mycon.Open() Dim Mycmd As New SqlCommand("", Mycon) Mycmd.CommandText = "select ID, BEDEN from tbl_Beden "
For Each table In MyDset.Tables If table.ToString = "BEDEN" Then MyDset.Tables("BEDEN").Clear() Next
Dim MyDAdp As New SqlDataAdapter(Mycmd) MyDAdp.Fill(MyDset, "BEDEN")
a. at the first grid left top of the picture, we are defining the items which will be used in the 2nd grid's combo column datas.
b. then we add a row to the second grid, no problem when adding.
c. then i delete all rows from 2nd grid. no problem when deleting.
d. then i delete all rows from first grid.no problem when deleting.
e. then i add new row to first grid, no problem when adding
f. then we choice the second grid and start to ad a new row... but at the begining of key press these is an item is coming to column BEDENID1 but i havent choiced anything yet !!! please look at the picture attached.
finally i realised that when i delete first main grid's all rows, there is a problem comes up about the realtions between 2nd grids comboboxcolumn...
Question: plese read the (2) and inform us if there are ant way to fix it up ?
Hi,
I use RadPageView in ExplorerBar mode and at run time add to it pages and in pages add one RadRadScrollablePanel and add many buttons to RadScrollablePanel depending datas in database, all of this run correct and show all buttons correct, but when i want to move between buttons, when i press up key of arrowkeys, below button of selected button select and when press down key of arrowkeys, the top button of the selected button selected. how can i correct this? thanks many.
How can i make a tool window in a dock manager look like an outlook style popout window? if you look at the screen shot attached, you can see what i mean. the entire left side of the docked window is the button and the entire thing can be hovered over to get it to pop out. by default, the tool window has a small button tab like visual studio does when collapsed.
I import a .docx file in my RadRichTextBox. Now I want to save the Text in the RadRichTextBox as a String in my database. Please, can someone show me how to do it?