Telerik Forums
UI for WinForms Forum
5 answers
405 views
Hi There,

I have a radgrid that I am using that i have created via the editor and is set like this:

Col0 = Checkbox = (Set to false for each row)
Col1 = textbox = Filled with info from SQL (not bound in gui, done programatically at load time using sqldatareader)
Col2 = textbox = Filled with info from SQL (not bound in gui, done programatically at load time using sqldatareader)
Col3 = combox = filled with generic list - all cells need to have same value example (1,2,3,4,5,6,7,8,9)
col4 = textbox = left blank user will edit this
col5 = textbox = left blank user will edit this

I need to be able to bind the pre created Col3 to a list that has the values already specified. I have tried using radgridview1.columns(3).... however there is no option to for datasource as an option when using an already created combobox for this.

is there an easy way to achieve this or will i have to create Col0 - Col2 in the designer, fill these columns with values from the SQL database then come back and create the new Col3 in order to bind this to a seperate source for the generic list and then create Col4 - Col5.

any help would be greatly appreciated as I used to use normal datagrid in VS and this was rather easy to do via the column editor for that, however i would rather use radgrid in my project as all other grids i use are radgrid and i really would like to have the ability to use the row reorder possibility that i get with radgrid that i don't get with the normal gridview of VS.

thanks!

Jonathan
Alexander
Telerik team
 answered on 11 May 2011
5 answers
120 views
Hi,


                  I have raddropdownbutton in the ribbiongroup on the click of this raddropdownbutton i am showing radcolor dialog form from this i select a color .


Now i need to apply this selected as my theme ,so that i can apply this color to my entire application using theme .so how can i make the selected color to work as my theme .....can anyone explain it how it can be done....

public void raddropdownbutton1_click(sender s,EventArgs e)
{
RadColorDialog frm=new RadColorDialog();
frm.ShowDialog();

}

Thanks
Divya
Stefan
Telerik team
 answered on 11 May 2011
5 answers
125 views

 Is it possible to add for example a message box or another window when we click on the appointment box?

I mean instead of the appointment dialog I want to view another window or message box.

 

PS: I do not mean custom appointment dialog

 

Thanks in advance

Anoop
Top achievements
Rank 1
 answered on 11 May 2011
11 answers
197 views
Hi,
       i have check box when i check it the mark will be right mark fine.when i set right to left property then the checkbox turns but the right mark is same i want even the mark also shld be turn as in screen .please refer screenshot .can anyone explain me how is it done...


Thanks
Divya
Ivan Todorov
Telerik team
 answered on 10 May 2011
3 answers
271 views
Hi,
             I have used Radcheckbox  i have RightToLeftChanged event ,but inside a ribbion bar group i have added RadCheckboxElement for that i dont have RightToLeftChanged event.Why is it so



What is the difference can anyone explain me and how can i implement RightToLeftChanged event for RadCheckBoxElemnt.


Thanks
Divya
Ivan Todorov
Telerik team
 answered on 10 May 2011
1 answer
357 views
How to disable the right click function where...
you mouse over your mouse to the pageview(DocumentWindow) Tab... right click.
you will see the close, close all...

May i know how to disable this function of right click?

Regards
Johnny
Stefan
Telerik team
 answered on 10 May 2011
3 answers
192 views
I'm attempting to get a RadDateTimePicker to allow "friendly" input using either the calendar or the text box.  The situation is that the current value of the picker is the null value.  It correctly displays the NullText in the text box.  When the calendar drop down is opened, it originally display the NullDate, but I've got that changed to display the current date by setting the calendar.FocusedDate property which is described in another thread.

However, I can't figure out how to get a similar behavior when typing in a date value.  The user tabs into the control.  The NullText is removed and an insertion point is left in the empty text box (correct).  When the user types the first digit, the text box is populated with the NullDate modified by the digit that was typed.

I'd like to have today's date populate the text box instead of the NullDate.  I've tried setting the text box Text property from various event handlers, but it's always overwritten with the NullDate.  What do I need to set and when do I need to set it?

Thanks,
DaveL
Ivan Todorov
Telerik team
 answered on 10 May 2011
1 answer
99 views
Hi,
we are using telerik Radgridview - version 2010.3.10.1215 (i got it by viewing the properties of the dll under ->reference part of the solution explorer) for winforms application. Our requirement is, the user should drag multiple rows from Radgridview and drop it in a radtreeview node. Currenly we are able to move only one record from grid view to treeview node. After researching for some quite we are still unable to find a solution for this. Any help will be appreciated lot.
Svett
Telerik team
 answered on 10 May 2011
1 answer
93 views

I have an application that was working fine and then upgraded to the latest version without reading the release notes. I know....dumb...but wanted to keep current.

The problem is with databinding.
I have the following business object that has child colletions for ProductCategories and Locations:

public class Customer
{
    private string name;
    private List<ProductCategory> categories;
    private List<Location> locations;
  
    ... with their associated public properties;
}
the ProductCategories class also has a child collection of products like so..
public class ProductCategory
{
    private string categoryName;
    private List<Product> products;
  
 ....
}
public class Product
{
    private string productName;
    ......
}

I would like that tree to display the following:
Customer Name
     Product Categories
          Product Category 1
               Product Name 1
               Product Name 2
          Product Category 2
               Product Name 1
               Product Name 2
 Locations
      Location Name 1
      Location Name 2

When I retrieve the information about the customer the child collections get loaded up in a List<Customer> custList 
  
How do I set that up?
Do I use the RelationBindings colletion? If so, how?

Thanks

 

Stefan
Telerik team
 answered on 10 May 2011
6 answers
186 views
Hi,
             I hav used RadColorDialog ,on the click of a button i will show this radcolordialog and from it i select a color.Now i want the selected color to add to the themeslist so that  i can use that color has my   theme to be applied to my application .How can i do this .....


Thanks
Divya

         
Stefan
Telerik team
 answered on 10 May 2011
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?