Telerik Forums
UI for WinForms Forum
2 answers
124 views
i have five columns in radgridview

1.Employee id                                   Gridviewtextboxcolumn
2.Employeename                            Gridviewtextboxcolumn
3.D.O.B                                            Gridviewdatetimecolumn
4.Designation                                   Gridviewtextboxcolumn
5.Date of joining                                Gridviewdatetimecolumn

radgridview properties

Enter key mode  --->EnterMovesToNextCell
Newrowenterkeymode-->EnterMovesToNextCell
im enter the employee name in employeename column  and press enter key in the column
  it wil be skip on designation column..


--->same error im enter the value in  designation column and press enter
it wil be skip on new row..

-->how can i select  the date in  D.o.B column and Date of joining column

Anyone can help me!!
thanks
regards,
vignesh







kottu
Top achievements
Rank 1
 answered on 04 Dec 2009
3 answers
141 views
Hello,

Some way would like to know if exits to keep the configurations of grid for a filing-cabinet (example XML) and later loading of new this configuration.

Morgado

Jack
Telerik team
 answered on 04 Dec 2009
1 answer
137 views

Hello, I'm using RadControls for Winforms Q3 2009 to build an Winforms application. I have a RadgridView in there. I want to change the text "Drag a column here to group by this column".

I tried to do this, through the option edit UI elements, it changes the text for a moment, but when I execute the application the text doesn't change

 

thanks for the help

Svett
Telerik team
 answered on 04 Dec 2009
1 answer
167 views
Good Morning,

I just recently started working wth the htmlView for grids as I need to represent rows in a more structured fashion. I love the fact you can define the layout using an HTML table like file and load it into the view definition. I have created this file and gone through the process, however, when running the following code:

        protected   void    InitializeDataEntry()
        {
            htmlView = new HtmlViewDefinition();
            htmlView.RowTemplate.ReadXml("/vcenter/address.html");

            gridAddressEditList.ViewDefinition = htmlView;

        }

I receive the following error:

Object reference not set to an instance of an object.


This is my address.html file. This seems to load fine:

<table>
 <tr>
     <td rowspan="2">Type</td>
  <td>Address1</td>
  <td>City</td>
  <td rowspan="2">Postal Code</td>
 </tr>
 <tr>
  <td>Address 2</td>
  <td>State</td>
 </tr>
</table>

I am new to using the viewDefinitions and thought I had followed the example code pretty closely. Could anyone point me in the right direction here?

Thanks,

Chris Eisnaugle

Jack
Telerik team
 answered on 04 Dec 2009
1 answer
88 views
I am wondering why any changes (f.e. Size, AutoSize, Orientation) of RibbonControls (RibbonButtonGroup, RibbonCombos, and such) that I have made get lost.

Changing attributes of controls within my ribbonbar through the UI they do not get applied well to the designer and to the built application. f.e. changing the size of a radlabel control results in not showing any other control within the hole ribbonbar.

taking a look into the desinger code I recognized that all attributes i have touched are not written back to the desinger code under some circumstances. after adding the neccessary attributes manually in the code everything works fine until i change or modify the next ribbon attributes.

it is really frustrating to work like this!

please advise.

thanks in advance.
Justin
Top achievements
Rank 1
 answered on 04 Dec 2009
2 answers
115 views
I can't find how to page the RadGridView, does it have this functon?
Thank you .
ayumi hinako
Top achievements
Rank 1
 answered on 04 Dec 2009
3 answers
446 views
Hello
 
I am trying to do something similar to this post http://www.telerik.com/community/forums/winforms/gridview/adding-items-to-a-combobox-column.aspx which is basically trying to bind different data to each new row in a comboboxcolumn inside a radgrid. 

I would like to be able to add my own items in the combobox inside each row without binding them to a dataset.  
combobox.items.add(item) basically.   I downloaded the sample app that was included with the post but it is an older version and C# so I can't quite get the coding figured out ( I am using Q2 2009 SP1 in VB .net).

I am also planning on using other columns and setting my own values but the combobox seems to be the most difficult.

Also, when the combobox selection is changed, will I be able to trap that and perform some operation?

Thanks

Alex
Nikolay
Telerik team
 answered on 03 Dec 2009
1 answer
146 views
Good with everyone
Any news on the date when it will be released service pack 1 Q3 2009?

Thanks

Victor
Nick
Telerik team
 answered on 03 Dec 2009
4 answers
166 views
Hello Telerik

We have two questions in Grideview

1:Can we add two different control in one cell of Grideview?
   we want to add a progress bar and corresponding text in one cell,please see attached
If Grideview can't do that, do you know if tehre is any other control can realize this?

2: Our GridView :when we want to add a item in sub-table, and datasource has been update(we can find the new item in datasource), but this new item didn't show in sub-table

BTW, How to change the color of current selected row (Default is orange, we want to change to Gray)

Svett
Telerik team
 answered on 03 Dec 2009
3 answers
192 views
Hello Telerik

First, Thank you very much for your previous's support
I have a question about Gride view.
I have attached two pictures
The First one is the File List we used Gride view.
The second one is the the File list what we want to to look like.

1: I want to know if there is any way we can remove the orange color border of the Gridview ? and if we can make the child-folder's culomn border aligned with the  super-folder?
2: Can we get rid of history folder?

Thank you very much!
 
Martin Vasilev
Telerik team
 answered on 03 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
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?