Telerik Forums
UI for WinForms Forum
2 answers
968 views
Hi,
I  have 2 columns among other columns in a radgridview: one is a textbox and the another is a button (Scan button). The user either can enter data in the textbox or can click on the scan button to get back data into the textbox. The textbox has some validation that I don't need to be triggered if the user is clicking on the Scan button but should be triggered if the user click on any other cell. How can do that as right now any validation is triggered as soon as I click on the Scan button.

Thanks, 
Ryan
Top achievements
Rank 1
 answered on 20 Oct 2014
0 answers
103 views
Hi,
I have an asp.net 4.0 application with telerik control. In My cuurent page, have radtextbox, radwindow, and update panel also. When i click on the search button, it will display the record in radwindow  in IE and mozilla. But i want to add one more new radtextbox and enter some data,and search it. it will display the data, but in IE 8 , showing an error such as expected ')' at the line 109 char 68 code 0. But it is working in Mozilla fina. how can i resolve this one.?

if u look that line also design page, it is a blank line.

Thanks
Dileep
Dileep
Top achievements
Rank 1
 asked on 20 Oct 2014
3 answers
105 views
how can i bind 2fields of sql in combobox with id?
i want "name" and "family"  bind in comobox and id as value member
can i do this?
George
Telerik team
 answered on 20 Oct 2014
1 answer
229 views
I have a set of tabbed ToolWindows that are initially hidden when my application starts.  When I hover over one of them, and then select to pin the windows, is there a way to specify the width, and/or height, that I want them to be when pinned?

Thanks.

Dimitar
Telerik team
 answered on 20 Oct 2014
1 answer
553 views
Hi, I recently installed the Telerik Winform and using the RadGrid control. I am working with a database where the values get updated every second and I have to display the updated rows to RadGrid. Before that I was using the standard DataGrid but there was lot of flicking problem on assigning the data source again to refresh it.

RadGrid is better option but I am still facing the same issue with it. I am using background worker control with Async mode queries and on Timer control I am refreshing the data
1. Clearing the dataset
2. RadGrid datasource to Nothing
2. Filling the dataset again, 
4.and assigning the data source to RadGrid

All the above process causing the RadGrid to flick, can you please guide me to do this is better way. Example will be appreciated.

Thank you.
Dimitar
Telerik team
 answered on 20 Oct 2014
4 answers
195 views
Hi,

I want to achieve the same 'new row behavior' as the default windows gridview.
That means that if I edit a cell in the 'new row', the row is also added to the datasource and is a 'real' row instead of a 'new row'. Now this only can be achieved by pressing enter or set the focus to another row.

Best regards
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Oct 2014
4 answers
390 views
When I override Onclick on RadButton, the code first finishes the whole onclick method before firing base.OnClick.
For a standard Button, this works fine.
In the example below, the OnClick will first finish completely before the base.OnClick will be executed, but is should not.
How to fix this ?

public class QButton : RadButton
{
protected override void OnClick(EventArgs e)
{
var form = FindForm();
try
{
// set wait cursor 
form.Cursor = Cursors.WaitCursor;

// execute base click code
base.OnClick(e);
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
finally
{
// set arrow cursor
form.Cursor = Cursors.Default;
}
}
}

Dimitar
Telerik team
 answered on 17 Oct 2014
3 answers
86 views
Hi,

I need to impelment the Y axis in center position of radchart programatically in C# winform.

Could you please advice the solution.
George
Telerik team
 answered on 17 Oct 2014
1 answer
111 views
Hi,

I have a project VS 20110 , with Telerik  . In my application , have radgrid. This Radgrid having some data. When I mouse out the data in the radgrid, it wiil disappear and if the the mouse over , the data  is diaplaying.The problem only in IE11 , But its working fine on Mozilla and IE8. How can I resolve this.?

Regards,
Dileep
Eyup
Telerik team
 answered on 17 Oct 2014
1 answer
250 views
Hello,

How can i add a rectangle (or a button) in the PDF viewer, only on the first page?

Thank you
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Oct 2014
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?