Telerik Forums
UI for WinForms Forum
4 answers
274 views
Hello,

I have a filterable datagrid being used as a search screen by the user.  When the user begins a search, we select the entry they last selected as a starting point and then set the focus to the filter text box for the first column of the grid.

As they type, we scroll to the first matching entry by hooking the FilterChanged event by executing
this.TableElement.ScrollToRow(((Telerik.WinControls.UI.GridViewRowInfo)(this.MasterGridViewInfo.TableFilteringRow)).ViewInfo.Rows[0]);
and it seems to work well.

1. I'd like to enhance it by actually selecting the row (IsCurrent = true) and then place the focus (cursor) back to the filter text box at the end of the text so the user can keep typing without overwriting the original filter criteria.  I figured out how to do everything except placing the cursor at the end of the filter criteria text.

2. A problem did arise in using the mouse.  After entering a filter and scrolling the list to the first match, using the mouse to click on an entry in the list causes the list to scroll down the screen 1 line and a blank line appears between the filter row and the first row of results.

I am using VS 2008 version 9.0.30729.1 SP, Framework 3.5 SP1, Telerik Winforms 2010.3.10.1215

Thanks,
Chet
Chet Musialowski
Top achievements
Rank 1
 answered on 22 Feb 2011
1 answer
71 views
Key on the right hand side of the bar chart is overlapping with the chart, I am unable to see the chart behind it. I don't know how to move key to the right so that it appears after chart is finished or make my chart less wide so that key does not overlap?
Missing User
 answered on 22 Feb 2011
9 answers
205 views
I have a RadDropDownListElement in a Horizontal RadBibbonBarButtonGroup. I have attached the a screen-shot. You can see that the TextBox of the RadDropDownListElement is of a slight small height and thus an extra line effect is seen. Also, the TextBox is also slightly overflow-top-aligned too.. How can I fix this?
DoomerDGR8
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 22 Feb 2011
5 answers
120 views

What exactly I want is to click on one date from the calendar then I want the day view I have selected to be appearing in the scheduler table?

 

Is that possible? If you have a way let me know please.

 

 

Thanks in advance.

Richard Slade
Top achievements
Rank 2
 answered on 22 Feb 2011
7 answers
380 views
This has to be simple, but I'm stumped.
I want to drag and drop onto a RadGridView.  I can determine the mouse position of where I have dropped:
    
Dim dropLoc As Point = grdDeliveries.PointToClient(New Point(e.X, e.Y)) 

But I'm stumped as to determine which row this is  as GridDataRowInfo does not give me the row index, or I can't work out how to get it. 

Nor can I work out which part of the row I've dropped on.  (column header, row header, cell, etc.) There is an enumeration 'GridViewHitTestType', but I can't work out how to use it.  HitTest(x,y) just gives true or false.

In other words, what is the equivalent of the Windows DataGridView.HitTestInfo() within the Telerik framework?
Jack
Telerik team
 answered on 22 Feb 2011
7 answers
157 views
it would be very handy if the radMenu builder had some way to move the items around in design mode, rather than saving, go to source, copy/paste items, go back to design, open radMenu Builder again...etc etc
Stefan
Telerik team
 answered on 22 Feb 2011
4 answers
198 views

I would like to change the text of the items

-Close
-Close All But This
-New Horizontal Tab Group
-New Vertical Tab Group

in the context menu of my document panes

I use the DockingManager with automatic MDI child detection enabled.

I just want to change it to another language, the functionality must remain the same.

Also, is it possible to remove the New Horizontal/Vertival Tab Group items?


Regards,
Jill-Connie Lorentsen

Nathaniel
Top achievements
Rank 1
 answered on 21 Feb 2011
13 answers
274 views
Hello, I am running into an odd display issue with a dropdown element in RibbonBar.  I am using the drop down to allow user to select font for text, and showing a preview of the text within drop down directly using the suggested code in following forum post (http://www.telerik.com/community/forums/winforms/ribbonbar/font-in-ribbon-bar.aspx). 

While the text is showing up in the specified fonts, no scroll bar is appearing in the drop down, and the list takes up the entire height of the app.  How can I get the scroll bar to appear, as well as limit the size of the list when drop down button pushed?

(as a side point, is it also possible to set the font size for each list item?  Some of items the text is too small toread clearly...)

Thanks!
Justin
Richard Slade
Top achievements
Rank 2
 answered on 21 Feb 2011
9 answers
407 views
I'm working on a solution wich receives events that represent data from stock exchange.
I receive the data and list the quotes within the radgridview. What I want is to change the backcolor of a cell for around 500ms, to blue, if the price rises, red if it goes down and do nothing if the prices remains the same.
I have read the topics, and conditional formatting is not possible, because i don't have a static value to trigger the color change. Then I tried, as some topics suggest, changing the backcolor of the cell using the CellFormatting Event. However, when the values in the cell change, the event triggered is CellValueChanged, not CellFormatting. I was wondering if there is a way for me to raise the CellFormatting after I receive a CellValueChanged.

Thanks,

Alexandre
Richard Slade
Top achievements
Rank 2
 answered on 21 Feb 2011
5 answers
315 views
HI

I have a Radgridview Which has a ComboBoxColumn---'Account'

The data from database came in this Fashion--  (XXXXXX) XXXXXXXXXXXXX
for e.g -----  (Expence) Computer and Internet Expence
                    (Income) Investment Income

I want to show the data as---

Text within Brackets Should display in Blue color
text outside of Brackets should display in Black color

Suggest me any way to Show this....
Thanks
Richard Slade
Top achievements
Rank 2
 answered on 21 Feb 2011
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?