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

There is no event as Noad Double Click from it I should get particular Noad as event args !

Regards,
Divyesh Chapaneri
Nikolay
Telerik team
 answered on 06 Feb 2009
2 answers
506 views
Hello.

Anyone have any idea why could the FullRowSelect property not be working? I have the property set to True and even try to change it with a button switch but it stays the same anyway (like it's False even when it's True).

Switch code:

   Private Sub Button1_Click(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles Button1.Click 
        Me.tree.FullRowSelect = Not Me.tree.FullRowSelect 
        Me.lblTest.Text = Me.tree.FullRowSelect.ToString 
    End Sub 



Jure
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 05 Feb 2009
1 answer
145 views
Good day!

i have a radtabstrip which in one of the tab i load a voluminous data on a radgridview so when select the tab where the radgridview is, it'll took about 2 minutes or more.. how can i use / put a radwaitingbar so that the user will know a long process is running.. im new in c# and threading so if you can give me sample codes it'll be much appreciated..

thanks,
Ayem
Martin Vasilev
Telerik team
 answered on 05 Feb 2009
3 answers
268 views
Hi,

I'm trying to gain access to the RadGridView Filter boxes contents programmaticaly. I.E. when the user enter text in the filter boxes directly underneath the column heading I want to be able to access that text programmaticaly.

I've tried the following:

foreach(GridViewCellInfo cellInfo in myRadGridView.MasterGridViewInfo.TableFilteringRow.Cells)
{
       if(cellInfo.Value != null)
           MessageBox.Show(cell.Value.ToString());
}

Values are always null

Thanks!

Miguel de Sousa
    
Jack
Telerik team
 answered on 05 Feb 2009
1 answer
159 views
Hi,

  1. How can i Customize the appointments, like add a picture on the left side in a box followed by description.
  2. Can i make a appointment to blink/flash?.

Thanks
Raj
Jordan
Telerik team
 answered on 05 Feb 2009
3 answers
290 views
Hi all,

Just been doing a search on this and I think I'm stuck...

Is there really no way to programatically format a row other than use the Conditional formatting object or the RowFormatting Events?

In any other grid out there, I would be able to do something like:
myGrid.Rows(3).Backcolor = Color.Maroon;
Seems slightly short sighted if I can't do the same thing with the RADGrid control

I notice with RADGrid, I can do 'myGrid.Rows(3).VisualElement.Backcolor = Color.Maroon;', but VisualElement is only the rows that are currently scrolled into view.

The reason I ask is because I want to format certain rows based on a series of criteria that isn't anything to do with the value of the cells, so ConditionalFormatting is out and RowFormatting event would be very cludgy for this.
Surely there must be a simple way to programatically format certain rows?

Thanks,
Richard.
Jack
Telerik team
 answered on 05 Feb 2009
4 answers
161 views
Hi,

I have a problem with the masked edit in Q2 2008 SP1

If I highlight all the text in the edit control, and then begin typing (so that the previous text is replaced) I get the following exception occurring on the Application.Run line of my application:


System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="Telerik.WinControls.UI"
  StackTrace:
       at Telerik.WinControls.UI.RadMaskTextBox.OnKeyDown(KeyEventArgs e)
       at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
       at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
       at System.Windows.Forms.Control.WmKeyChar(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
       at System.Windows.Forms.TextBox.WndProc(Message& m)
       at Telerik.WinControls.UI.HostedTextBoxBase.WndProc(Message& message)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at SewWhat_Database_Manager.Program.Main() in D:\Visual Studio 2005 Projects\Sewwhat\SewWhat Database Manager\Program.cs:line 17
       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()


This happens with several edits, some with masks, some without. If I delete the text in the box using backspace and then type everything is fine. I do not have any Keydown event handlers. Some of the edits have a handler for keypress, but this problem even occurs with those that do not.

Please help.
Since upgrading from the Q1 2008 to this version I have had nothing but problems in many of the controls.

Thankyou

Boyko Markov
Telerik team
 answered on 05 Feb 2009
1 answer
224 views
Hi Telerik,
I have implemented rad scroll bar to navigate a standard web browser.
The problem i m facing is that I noticed the standard vertical scroll bar of web browser get disabled (With no thumb) when its control (web browser) area is greater then page display area.

I tried to implement the same behavior with rad scroll bar. The bar gets disabled but the Only problem is that it continues to show the thumb. and its appearance  in  much darker (Which looks odd). I m using vista theme of scroll bar, I guess theme will do the appearance job. but please do guide me some good way to disable the vertical scrollbar showing similar behavior as per standard scroll bar.

Regards,
Haroon.
Deyan
Telerik team
 answered on 05 Feb 2009
3 answers
145 views
Hi - I am new to these controls and have so far been very impressed. I am trying to write a generic grid control to use for editing reference data in my database. I am developing in C# and using the v8.2.0.0 of the Telerik controls.

I drop a RadGridView onto my form and add a few columns but when I run the application I am unable to enter *edit* mode, even though the *new* row is showing up and the context menu is giving the option to *edit* existing rows.

If I double click on a row, or hit enter, or F2, nothing happens - it is as if the row/grid is locked.

Does anyone have an idea what I could be doing wrong here? I am sure it is something simple - but I have spent the last 2 hours searching the docs and trying countless combinations of property settings etc - with no luck!

Thanks in advance!
Ben
Deyan
Telerik team
 answered on 05 Feb 2009
4 answers
252 views
Hi,
I have a column in grid view which contain Date Time. Requirement is to add group by expressions for date part of column.
We do not want to make Time string to be a part in grouping.
Jack
Telerik team
 answered on 05 Feb 2009
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?