Telerik Forums
UI for WinForms Forum
4 answers
353 views
I would like to make sure that I am doing this the best way possible.  I would like to setup a display only grid that looks like the following:

Quantity     Description     Price     Total

1                xxxx                  9.99       9.99       Need to be able to set number of rows that are visible before scrolling
12              xxxx                 10.00   120.00      Row data will be supplied through code.
 ...
...
...
The rows above to scroll up as new rows are added
The rows below to be fixed in place
                                  You Owe     ####.## Some number including tax (not a summary of the above rows).
                                  You Paid    ####.##  Amount Customer Paid 
                                  Change     ####.##   Change Due Customer

How would you suggest accomplishing this,

Thanks,

James
James
Top achievements
Rank 1
 answered on 12 Dec 2008
2 answers
107 views
I haven't found anything for this but if I just go in straight to the gridview and right click on the filter row I get "ArgumentOutOfRangeException was unhandled".  I've tried handling this on mouse click, but that doesn't work.  How do I fix this?
Jack
Telerik team
 answered on 12 Dec 2008
1 answer
104 views
Can the photo Album sample application be converted into a web application. I just want the exact same thing (functionality) in my website? So is that possible by doing some changes or by using silverlight or by any means. If yes, then please guide me in it. I am very much keen to do this!
Or if there`s anything which can be made draggable apart from this 'Photo Album Applicaiton' which can be populated as many as i`ll retrieve images from database...then please guide me in it as well. Thankyou
Nick
Telerik team
 answered on 12 Dec 2008
4 answers
221 views
Hi, I need to be able to trap when an appointment has changed. Is there an event for this?  For example, I need to be able to update my database when I change the description for a particular appointment.

Thanks.
Jordan
Telerik team
 answered on 12 Dec 2008
7 answers
131 views
Based on prior experience with past new releases of Telerik's Winforms controls, I uninstalled Q1 2008 prior to installing Q2 2008.  All went well with the uninstall of the old and the install of the new. 

Upon completion of the installation, I opened a sample Telerik project I'd downloaded a couple days ago that had NOT worked properly with Q1 2008 (this was related to http://www.telerik.com/support/kb/article/b454K-bagd-b454T-a-b454c-a.aspx) After the install of Q2 2008, (and after removing and re-adding Telerik references) that project worked as promised in this thread: http://www.telerik.com/community/forums/thread/b311D-bkccac.aspx)  Also note (and this will become more important later) that the RadGridView was still visible in the designer.

THEN, I opened my client's solution which contains 6 projects.  Errors everywhere.  Okay fine... first thing to check is references.  While the reference path was the same as it had been for the Q1 2008 controls, the version number had changed from 6.1.0.0 to 7.0.0.0.  That's right and yet I had compile errors galore where previously I had none.  So... I went through and removed the 4 Telerik references I had in each of those 6 projects and re-added them.  All the compile errors went away.  Life was good... So I ran the solution...

It ran successfully.  BUT... First thing I noticed was that my RadGridView themes went from "blue" to "black" (I'd chosen the "Telerik" theme for nearly all of the Telerik controls in this solution).  I ignored that for the time being and went to test something  more critical which had supposedly been fixed on the RadGridView.  I found that it had indeed been fixed.  I then stopped the solution to investigate the sudden change in "look" (blue to black theming on the grids and also incorrect theming appearing on RadButton, RadComboBox and RadTabStrip controls.

I opened one of my existing forms containing all 4of the aforementioned Telerik controls in designer mode.  The RadButton, RadComboBox and RadTabStrip controls appeared but not ONE RadGridView appears!  Where did they go?  The app runs!  The grids appear at run-time but not design-time!  The RadButton, RadComboBox and RadTabStrip, while wrong in styling, still appear in design-mode!

I clicked on a SmartTag for a RadComboBox and selected the "Theme Name" dropdown.  Where before I had several choices, I'm now down to "Control Default" and "Reset".  Where did the other themes go?

The disappearance of themes is annoying but relatively minor when compared with the complete disappearance of the RadGridView from the designer!   You've just brought a critical project to a standstill!  I use those grids on the majority of the forms in my solution and they drive a lot of functionality!

HELP!  FAST!
Jordan
Telerik team
 answered on 12 Dec 2008
1 answer
89 views
Is it possible to set the charactercasing for TextBox or MaskedEdit columns like we can for the RadTextBoxEditor?
Nick
Telerik team
 answered on 12 Dec 2008
1 answer
137 views
Hi,
I've been building a testing application as a front-end to an sql database.
I'm using a RadListBox control as a navigator of the underlying dataset.datatable and under certain circumstances
I'd like to forbid the user from changing the SelectedIndex.
I know that I could just disable the RadListBox when these circumstances are met and then re-enable it back when everything is
in the correct state to keep navigating.
The thing is that I don't like the look of the disabled state of the control (everything grayed out..).
As far as I know I could also customize the theme of RadListBox to make the disabled state look identical to the enabled.
But I'm not sure if this modified theme will override the default themes of all the other Rad Controls I have on the form / solution.

Anyway, I was looking for a more "by code" solution than repainting the theme.
The problem is that the RadListBox doesn't have a SelectedIndexChanging event (or something alike) that supports cancellation (just like the regular .NET ListBox).
I tried using the Enter event to change the focus to another form control (as I did in a previous test with a comboBox) but this doesn't work as expected.

Any info would be much appreciated
Thanks in advance
Nick
Telerik team
 answered on 12 Dec 2008
1 answer
105 views
Hi,

Part of my app listens on the Selection event, however when the same node is clicked on agaIn this event does not fire. I call OnSelectionChanged() method. In your documentation it states it is for internal use only. Why is this? It works fine for me,
 

P
Martin Vasilev
Telerik team
 answered on 12 Dec 2008
3 answers
71 views
Hi,

it seems filtering isn't working when the column has a uniquename that is different from the field name. No filtering happens regardless of type of filter, isreadonly etc. The issue can easily be reproduced with your hard-coded demo data.

Can you confirm this or am I doing something wrong? Is there a workaround?

Thx & regards
Frank
Jordan
Telerik team
 answered on 12 Dec 2008
10 answers
141 views
Well, when I try to add the ribbonbar I get this message: RADError (External)
I am using Microsoft Windows Vista Ultimate Service Pack 1.
Also, I am using Microsoft Visual Studio 2005 with the RAD WinForms tools Q3 2008.

Is there any solution for this problem?


Thank You
Vassil Petev
Telerik team
 answered on 12 Dec 2008
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?