Telerik Forums
UI for WinForms Forum
1 answer
193 views
hi All,

I have 2 tabbed documents .it should not be docked.prevent it from docking.And the tool window should not act as tabbed document.
Richard Slade
Top achievements
Rank 2
 answered on 28 Sep 2010
14 answers
392 views
I use RadTabStrip with some RadTextBox controls. If I press the Tab key to switch to the next textbox nothing happens.
The Tab key has no function for all textboxes in a RadTabStrip.Tabitem. I use new newest Version
Nikolay
Telerik team
 answered on 27 Sep 2010
2 answers
276 views
I have problem to set BackgroundImage for radTitleBar. It doesn't work.
The backcolor for transparent is not working as well.
Do I need to set other settings ?
I am using Radcontrol Q2 2009.
Nikolay
Telerik team
 answered on 27 Sep 2010
2 answers
142 views
hi all,
   I am showing records from databse in radgriview. The grid allow for insert, edit, delete etc. Frist time grid shows the records perfectly. When user added new row, i used  'UserAddingRow' event, pdate the new record into the table and bind the gridview with fresh records. Here Gridview showing one extra row in the bottom. How can i avoid that?

When i trace the code and check after fix the datasource to the gridview, the source rows count and gridview's rows count are equal and correcly binding with new data. But in the display one more extra row displayed.

Can anyone give a soultion for this. The make the interface bad...
Akhil Raj
Top achievements
Rank 1
 answered on 27 Sep 2010
11 answers
296 views
Hi, 

I'm trying to replicate the RowDetails grid that is in the demo. It works in that a row details row is shown under each row correctly, but I'm having an issue
The column that I am using as the RowDetails column is still showing it's header and has a blank area
If I set the column to IsVisible=False, then the RowDetails don't show. 


I've attached a pretty crude screenshot (it's just a test before I put this into our main project) 
Thanks all 
Richard
Richard Slade
Top achievements
Rank 2
 answered on 27 Sep 2010
2 answers
213 views
Dear Telerik-guys,

Using your GridView I'd like to create the following:

In the grid there is an empty 'cell' in the header (on the left, see Grid1.png), here I'd like to create a context menu for some general gridfunctions (like Grid2.png).

Could you give me some pointers on how to accomplish this?

Thanks in advance!

Gerald
Top achievements
Rank 1
 answered on 27 Sep 2010
1 answer
179 views
hi

i wonder what the best way to implement CellClick (which I use as a RowClick) would be when using keys for navigation. In a sence it would be optimal if the up/down/left/right keys would trigger CellClick.. 

thanks
- j
Emanuel Varga
Top achievements
Rank 1
 answered on 26 Sep 2010
4 answers
105 views
Hi,
I'm trying to get a reference to the bindingsource at run-time. The reason is that I use a tableadapter for appointments and I have a field called 'Call Id'. This isn't on the AppointmentDialog, but everything else is like subject etc. How do I reference my new field from within the appointment dialog? (I have already extended it)

Thanks
Dobry Zranchev
Telerik team
 answered on 24 Sep 2010
5 answers
199 views
Hi
I have two RadRadiobutton in RadGridViewColumn. now if i select one radiobutton then i want to uncheck second radiobutton which is in second Radgridviewcolumn how do i do this?


Thanks


Kind Regards:
Hariindarr Siingh
McConnell Dowell SEA
Jack
Telerik team
 answered on 24 Sep 2010
1 answer
181 views
Hi,
I've start from your demo "Grid view" --> "Use custom editor", to make a simple custom editor based on a textbox and a single button (like BrowseEditorElement)... but I've found a "strange" behaviour also in the BrowseEditorElement!
I try to explain (still referring to your demo "Grid view" --> "Use custom editor"):
only using the keyboard to navigate the grid (for example with the Tab key), starting typing in the second column, the customer editor of the cell becomes acitve, but the text just typed doesn't appear in the textbox of this custom control...

I think that this may be a desided behaviour, in consideration that in the demo the column rapresent a path (not to edit manually).

Anyway I've found this code that (for my opinion) doesn't work correctly.

 

public override void BeginEdit()

 

{

 

base.BeginEdit();

 

 

BrowseEditorElement editor = (BrowseEditorElement)this.EditorElement;

 

editor.TextBox.SelectAll();   // this is completely ignored

editor.TextBox.Focus();       // this is completely ignored - READING THE RETURN VALUE IT'S "FALSE"

editor.TextBox.TextChanging +=

new TextChangingEventHandler(TextBox_TextChanging);

 

editor.TextBox.TextChanged +=

new EventHandler(TextBox_TextChanged);

 

editor.TextBox.KeyDown +=

new KeyEventHandler(TextBox_KeyDown);

 

editor.Button.Click +=

new EventHandler(Button_Click);

 

}


Is this is a bug? How can I make my code work correctly?

Thank you in advance.

Luca
Alexander
Telerik team
 answered on 24 Sep 2010
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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?