Telerik Forums
UI for WinForms Forum
2 answers
260 views
I'm trying to pop up a MsgBox in a GridView's CellValidating event. like this:

If e.Value.ToString.Length = 0 Then 
    e.Cancel = True 
    MsgBox("Text is required.")  
End If 

The event keeps firing over and over, causing the MsgBox to appear "a million" times, and finally, the MsgBox AND the Form that contains the GridView both lose the text in their title bar.

I can use a flag like this:

If e.Value.ToString.Length = 0 Then 
    If Not validationInProgress Then 
        validationInProgress = True 
        e.Cancel = True 
        MsgBox("Text is required.")  
        validationInProgress = False 
    End If 
End If 

...and it works correctly, as long as I am trying to navigate away from the cell to some other element in the grid. If I click on any other control on the form, I get the message twice (???) but then the focus still goes to whatever other control it was I clicked on. For example, I have a "Close" button on the form, and I want the user to be able to click it to cancel their edits and not get the validation MsgBox, but instead I want to show a "Discard changes?" type dialog. Any ideas?

PS: If possible, please provide tech specs on exactly what causes the event to fire, such as the gridview losing focus, etc.
Martin Vasilev
Telerik team
 answered on 10 Dec 2009
2 answers
143 views
Hi


Please provide me the working source code in Vb.Net for RadBubbleBar.  I downloaded the latest TelerikCustomControlVB Code from the website but this example is not working showing lots of errors. I Included the references as per requirements but the result is the same .

I am working on VS 2008 using VB.Net Editor.


Attached is the solution file with errors shown.


I hope I will get the working example for the same






With Regards


Arshad Hussain
Nikolay
Telerik team
 answered on 10 Dec 2009
5 answers
745 views

Hi,
Is it possible to set the autosizerows = true with a minimum row height for each row of the datagrig without doing a loop on each row?

 Thanks
Jack
Telerik team
 answered on 10 Dec 2009
7 answers
326 views
I have the RadGridView.CellDoubleClick Handler implemented.  FYI, it's being used to open the Row being Double-Clicked in a separate Form for view / edit / delete, but that's besides point.  The problem is that it's being Triggered when I'm trying to expand / collapse ChildGridViewTemplate in quick succession (i.e. to quickly browse the ChildGridViewTemplate of a series of Rows).  This is happening with Mouse Double-Click Speed as fast as 8 / 10 not to mention the average 5 / 10 setting.  Is there a way I can detect in the RadGridView.CellDoubleClick Handler that the Cell being clicked on is a ChildGridViewTemplate Expander Cell (i.e. a GridGroupExpanderCellElement)?

Telerik WinForms 2009Q3 (2009.3.9.1103), VB, VS 2005 (v8.0.50727.762 SP.050727-7600), .Net 2.0 (2.0.50727), XP SP3, 3GB, 2.99GHZ, Core2Duo.


Svett
Telerik team
 answered on 10 Dec 2009
11 answers
383 views
I upgraded from 2009 Q2 SP1 to 2009 Q3 and have noticed some odd behavior with Autohide toolwindows that was not there before.

On the main MDI form, I have a toolwindow set as autohide. With the new release, I find that when I open a child MDI form, the autohidden toolwindow opens or animates as if I hovered over its tab. This did not use to occur. I only want animation when I hover over the tab.

On a child MDI form, I have a toolwindow set as pinned. When I hide it, hovering over the tabs does not do anything until I resize the main MDI form window. That action causes the tabs to animate normally. Again, this did not use to occur. I want animation anytime I hover over a tab.

Has anybody else experienced this?

More importantly, how can I get back the old (normal) behavior short of rolling back to Q2?


Nikolay
Telerik team
 answered on 09 Dec 2009
3 answers
260 views


Hi,
    Kindly let me know from where we can download the latest version (trial version) and also let me know the cost of the latest version or
we are using old version, so can we download the latestversion without any cost ?

From:
Support | telerik

To: murali.subramanian@aspiresys.com

Sent: Tuesday, December 01, 2009 8:10 PM

Subject: RE: General Feedback ID:237563 -- Issue in Rad Grid View - Filter

Please, do not reply to this e-mail.

You are receiving this message because you have been copied to a ticket in Telerik's Support System.

From: 
Date: 12/1/2009 8:40:39 AM
CC: 
murali.subramanian@aspiresys.com,srinivasan.mani@aspiresys.com

Hello muralitharan,

You use a very old edition of RadGridView. Please download and use the latest edition of RadControls for Winforms (Q3 2009). We have made many improvements and fixes in filtering.

Kind regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a
video on how to optimize your support resource searches and check out more tips on the blogs.

 

From: muralitharan
Date: 11/27/2009 6:25:39 AM
CC: murali.subramanian@aspiresys.com,srinivasan.mani@aspiresys.com

Hi,
    We are using Image column in Radgridview (version 6.1.0.0) , In this image column, while clicking the filtering option or selecting the filtering cell, we are getting the error likes " Value Cannot be null ".   
But this is not reproduce in 6.0.0.0,   
  
Kindly let us know how to overcome this issue in 6.1.0.0

Thanks & Regards,
Murali

 

From: 
Date: 8/27/2009 10:20:22 AM

Hello muralitharan,

The information you have provided is not enough to figure out where the problem is. Please give us a more detailed description of your scenario or send us a simple project to reproduce the problem locally. We have moved your Forum thread to our support ticketing system to allow attachments. You can find the ticket in your account --> My Support Tickets. The Ticket ID is 237563.

Thank you in advance.

 

 

Best wishes,
Julian Benkov
the Telerik team

Nick
Telerik team
 answered on 09 Dec 2009
3 answers
145 views
Hello,

We met a probelm about the RadTreeNode Class of Treeview,

We find that the MouseDown Event of RadTreeNode Class disappear now and other Events such as NodeCollapsed,NodeExpanded also disappear besides only the PropertyChanged Event in RadTreeNode Class,

For example:
childnode = new RadTreeNode("child");
childnode.MouseDown += 
new MouseEventHandler(node_MouseDown);

The code as above is work OK in RadControls for WinForm Q2 2009,but it'll occur error message when compile these codes for WinForm Q3 2009,

The error message show "Telerik.WinControls.UI.RadTreeNode' is not include the Definition of 'MouseDown'..."

This problem have led to some functions can't work of our software now.

We need your help to resolve this problem ASAP.

Best Regards.
Victor
Telerik team
 answered on 09 Dec 2009
3 answers
97 views
Hi,

I have a RadPanelBar on a form with two PanelGroupElements and with a GroupStyle of OutlookNavPane. When I compile my project I see this grey image on the top right corner of the PanelBar (see attached image). Any ideas what this is and how I can remove it?

Thanks
Nikolay
Telerik team
 answered on 09 Dec 2009
1 answer
109 views
Hi,

I have a multicolumn comboBox, it worked properly for me till i selected a row from the grid.

After selecting the row and focusing on the textbox,  whenever i press any key it gives the following exception. (See Attached File.)

I also tried it in your DEMOS of multicolumn comboBox and i received the same result.

It surely seems as a bug, i hope it will be removed in Q3.

Regards,

Onur

Jack
Telerik team
 answered on 09 Dec 2009
1 answer
250 views
I have a RadGridView control on a form which I need to place a RadButton over the top of.      The RadGridView will be disabled in code using the enabled property based on a timer.   Basically a timer will disable the grid and the refreshing aspect of it.    The RadButton will then be made visiable and allow the user to re-enable the grid display and thus allowing data to update again.

The problem I am having is that the RadButton docks to the RadGridView Control meaning it becomes a child of the RadGridView control.   This means when I disable the RadGridView the button also becomes disabled.

Do you have any idea how I can have the button overlapping the RadGridView Control without it becoming a child of the control?


Regards
Neil
Nikolay
Telerik team
 answered on 09 Dec 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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
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
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?