Telerik Forums
UI for WinForms Forum
1 answer
257 views
Hi,

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.

Thanks in advance,
Vishal Gupta
Ivan Todorov
Telerik team
 answered on 27 Sep 2012
7 answers
324 views
Hi,

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.

Stefan
Telerik team
 answered on 27 Sep 2012
2 answers
88 views
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.

Any help appreciated.

Tox
Stefan
Telerik team
 answered on 27 Sep 2012
1 answer
81 views
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.
Stefan
Telerik team
 answered on 27 Sep 2012
1 answer
180 views
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
Svett
Telerik team
 answered on 27 Sep 2012
1 answer
106 views
Dear All,

please check for belows...

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")

        RadGridView1.DataSource = MyDset.Tables("BEDEN")
        RadGridView1.Refresh()

        Mycmd.CommandText = "select ID, MUSTERITANIM, SENARYOTANIM, BEDENID from tbl_Musteri "

        For Each table In MyDset.Tables
            If table.ToString = "MUSTERI" Then MyDset.Tables("MUSTERI").Clear()
        Next

        MyDAdp.Fill(MyDset, "MUSTERI")

        RadGridView2.DataSource = MyDset.Tables("MUSTERI")
        RadGridView2.Refresh()

        Dim ComboBox2 As New GridViewComboBoxColumn()

        ComboBox2.DataSource = MyDset.Tables("BEDEN")
        ComboBox2.ValueMember = "ID"
        ComboBox2.DisplayMember = "BEDEN"
        ComboBox2.FieldName = "BEDENID"

        RadGridView2.Columns.Add(ComboBox2)

        MyDAdp.Dispose()

        Mycmd.Dispose()
        Mycon.Dispose()
        Mycon.Close()

2- actions:

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 ?
Julian Benkov
Telerik team
 answered on 26 Sep 2012
1 answer
97 views
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.
Ivan Todorov
Telerik team
 answered on 26 Sep 2012
16 answers
401 views
How  to set background image to raddock.

Thanks
Suresh
Mattias Hermansson
Top achievements
Rank 1
 answered on 26 Sep 2012
3 answers
146 views
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.

Thanks!
John
Top achievements
Rank 1
 answered on 26 Sep 2012
2 answers
186 views
Hi,

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?


Thank you guys and greetings

Daniel
Daniel
Top achievements
Rank 1
 answered on 25 Sep 2012
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?