Telerik Forums
UI for WinForms Forum
1 answer
115 views
I have a reasonably complex request for the GridView control, is it possible to group some rows but not others? and also to have it ordered so i have some of my ungrouped rows above and some below the grouped items?

i have a fixed number of rows... it'll look something like this .. (each row has 3 sets of checkboxes after the below text).

- create (ungrouped)
- Review (Group Header)
        - Send for Review
        - Fail Review
        - Pass Review
        - Cancel Review
- Approval (Group Header)
        - Send for Approval
        - Fail Approval
        - Pass Approval
        - Cancel Approval
        - Bypass Approval
- Delete (ungrouped)
- Withdrawn (ungrouped)
- Review (ungrouped)

Hope that is clear to you.

Cheers :)
Victor
Telerik team
 answered on 11 Feb 2009
1 answer
125 views
Hi dear
i have one treeview with somw static nodes . for examples : node1 , node2 , node3
now i want to map some records from database in node2`s childs .
i want to do it with using dataset .  and binding . but binding 1 node's child
in basic we can read database records by records and add one records to treevies in one step manually . but it works very slow !
with mapping records to treeview via dataset i think speed is so better .
can u help me ?


Victor
Telerik team
 answered on 11 Feb 2009
1 answer
136 views

Hi,

I am using Rad Grid View of telerik version  8.2.0.0.
Sometimes I get an exception if I call 'best fit' on last column via context menu. It is not reproducible every time and here is complete log

 

System.NullReferenceException:
Telerik.WinControls.UI.GridHeaderCellElement.menuItemBestFit_Click(Object sender, EventArgs e) bei Telerik.WinControls.RadItem.OnClick(EventArgs e) bei Telerik.WinControls.UI.RadButtonItem.OnClick(EventArgs e) bei Telerik.WinControls.UI.RadMenuItemBase.OnClick(EventArgs e) bei Telerik.WinControls.UI.RadMenuItem.OnClick(EventArgs e) bei Telerik.WinControls.RadItem.DoClick(EventArgs e) bei Telerik.WinControls.RadItem.RaiseBubbleEvent(RadElement sender, RoutedEventArgs args) bei Telerik.WinControls.RadElement.RaiseRoutedEvent(RadElement sender, RoutedEventArgs args) bei Telerik.WinControls.RadItem.RaiseBubbleEvent(RadElement sender, RoutedEventArgs args) bei Telerik.WinControls.RadElement.RaiseRoutedEvent(RadElement sender, RoutedEventArgs args) bei Telerik.WinControls.RadElement.DoMouseUp(MouseEventArgs e) bei Telerik.WinControls.ComponentInputBehavior.OnMouseUp(MouseEventArgs e) bei Telerik.WinControls.RadControl.OnMouseUp(MouseEventArgs e) bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ScrollableControl.WndProc(Message& m) bei Telerik.WinControls.RadControl.WndProc(Message& m) bei Telerik.WinControls.UI.RadPopupControl.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) # ShowThreadExceptionDialog ---> [L-0] >>> Void HandleThreadException(System.Object, System.Threading.ThreadExceptionEventArgs) >>> Void OnThreadException(System.Exception) >>> Void WndProcException(System.Exception) >>> Void OnThreadException(System.Exception) >>> IntPtr Callback(IntPtr, Int32, IntPtr, IntPtr) >>> IntPtr DispatchMessageW(MSG ByRef) >>> Boolean System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32, Int32, Int32) >>> Void RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) >>> Void RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) >>> Void Run(System.Windows.Forms.Form)


Can I handle this issue at my end? Please let me know.

Regards,
Renu

Jack
Telerik team
 answered on 11 Feb 2009
1 answer
128 views
This issue, as far as I can see, is totally GUI based. I don't think you need any code to re-create it.

When there is a column (or two) in the "group by" panel, and you hold and slightly move one of the columns, but not enough to actually change the grouping, one of the group header's text will be cleared. In my case I have used the AutoGenerateColumns feature along with SaveLayout and LoadLayout. I am on Windows Vista. Even in this example application (for a different thing), the issue is still shown.
Jack
Telerik team
 answered on 11 Feb 2009
1 answer
3.3K+ views
Hi,

I am struggling to find an equivalent event to the generic gridview selectedrow.

I'm currently using the fowwing code, but i feel there must be a more appropriate way of completing this task.

 

int selectedindex = gvOffSite.Rows.IndexOf((GridViewDataRowInfo)gvOffSite.CurrentRow);

 

SelectedID = (

int)gvOffSite.Rows[selectedindex].Cells["EntityID"].Value;

 


In brief i want to use data from the radgridview selected row, something similar to this i hope;

this.radgridview1.selectedrow.cell[i].value.... etc etc

Can anyone help please?
Regards
Chris
Nikolay
Telerik team
 answered on 10 Feb 2009
3 answers
223 views
I have just implemented my first RadTooltip using ToolTipTextNeeded and was wondering whether it would be possible to send something more sophisticated back such as (X)HTML which would allow users to format the tooltip text in a more sophisticated manner.  You could therefore create your own bold text, italics, paragraphs etc.  and if you wanted to get really fancy, you could consider allowing users to embed graphics in the tooltip too.

Just a suggestion.

Best regards

Marek
Nikolay
Telerik team
 answered on 10 Feb 2009
1 answer
166 views
I have a form with one docking manager, I have defined 2 autohide panels on the left and 4 autohide panels on the right. I have 3 panels docked in the center of the form.

I have added a radgrid to one of the authide panels. when I run the application and hover over the panel tab it opens, but the grid does not show. If i dock that panel the grid then shows.

How can I make the controls inside of a panel show when the panel is opened up with the mouse hovering over it.
Julian Benkov
Telerik team
 answered on 10 Feb 2009
3 answers
159 views
hi, know what this error is about?   

No such property registered: MouseOverState, Telerik.WinControls.UI.RadDropDownButtonElement

Thanks.
Derek
Top achievements
Rank 1
 answered on 09 Feb 2009
3 answers
196 views
Hi,

I want to set Header Text of command button column as empty string.
When I set empty string, it has replaced it with the value given in UniqueName property!

For now I have set space in Header text and it is showing a space in header text.
My problem is solved with this but I thing this is bug in RADGrid View and Command Column !

Regards,
Divyesh Chapaneri
Nikolay
Telerik team
 answered on 09 Feb 2009
5 answers
286 views
I installed rad ribbon bar on my visual studio 2008 running on windows 7 and it cannot run.  I know windows 7 is beta but that is the reason for the trial.  Can I get some help, please?  System.ArgumentException: Parameter is not valid
Deyan
Telerik team
 answered on 09 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?