Telerik Forums
UI for WinForms Forum
1 answer
62 views
Is there any way to remove the 3D effect on RadDropDownButtonElement controls that are added to a RadRibbonBar?  I hate the way it looks in 3D.  It seems to be based on the theme as changing my theme fixes the problem; however I want the color scheme of the Office2007 theme and that is where I have this terrible 3D effect on the borders.
Nikolay
Telerik team
 answered on 17 Mar 2010
3 answers
758 views
I've tried using a masked edit box for data that should be numbers only. I set the mask type to standard and the mask to "##########", which is supposed to allow optional numbers up to 10 characters. What happens is that I can't tab out of the field unless I've entered 10 numbers, which is not what I want. I want up to 10 digits. I can't find documentation for the numeric masks, only for standard and date time. I don't know if using a numeric mask would do the job.
Boyko Markov
Telerik team
 answered on 17 Mar 2010
1 answer
301 views
I have a Grid with is binded to a Typed Emp DataSet.
Emp table has a couple of columns of type bit. 
Grid automatically takes it as checkbox type of column.
When I click on AddNewRow area, it displays checkbox as UNchecked.
What i want to do is it should display checkbox as Checked. 

How to do this?

Regards
Lee

Martin Vasilev
Telerik team
 answered on 17 Mar 2010
1 answer
66 views
Hi,

I upgraded a project of mine that worked fine with all 2009 releases to radscheduler 2010 q1 and for some reason I noticed there when you click on a certain date the date that it shows in the edit appointment box is out by 1 day! So i created a new project and still get the same issue.

Steps to re-create:
-Create new project
-Add scheduler, navigator, datasource etc
-Group appointments by resource e.g.

"RadScheduler1.GroupType = Telerik.WinControls.UI.GroupType.Resource"


-run project, use scheuler navigator to change date
-click to add an appointment

Then note the date is out by 1 day...

Are there any work arounds or fixes planned for this?

Mark



Boyko Markov
Telerik team
 answered on 17 Mar 2010
4 answers
94 views
Hey Folks.

I'm currently stucked on a strange happening.

With the following code i'm formating a row, if cellvalue is changed.

private void gv_data_CellValueChanged(object sender, GridViewCellEventArgs e) 
        {             
            GridViewRowInfo r = e.Row; 
            ((GridCellElement)sender).RowElement.BackColor = Color.LightYellow; 
            ((GridCellElement)sender).RowElement.DrawFill = true;   
            r.Cells[1].Value = "1"
        } 

The BackColor appears to the row. Right so far.
But if im scrolling down then in the DataGridView, the formatting doesn't keep on its row, it's scrolling with.

Just want to highlight edited rows.

Any suggestions?

Kind regards, Tom


Nikolay
Telerik team
 answered on 17 Mar 2010
10 answers
219 views
Can anyone please help.. I have create multiple child hierarchical grid but i cant seem to see the fourth level and fifth level. I dont know if its the size of the child template is the problem or something else. Isn't the child template autoresized?

Here is a copy of my code, if the problem is not what i stated please tell me what i'm missing thanks!
 
if (list.Keys.Count > 0)
            {
                //Child Template
                GridViewTemplate template = new GridViewTemplate();
                template.AllowAddNewRow = false;
                template.Columns.Add(new GridViewTextBoxColumn("ParentID"));
                template.Columns.Add(new GridViewTextBoxColumn("ID"));
                template.Columns.Add(new GridViewTextBoxColumn("Key"));
                template.Columns.Add(new GridViewTextBoxColumn("Value"));
                parentTemplate.ChildGridViewTemplates.Add(template);
                //Relation
                GridViewRelation relation = new GridViewRelation(parentTemplate);
                relation.ChildTemplate = template;
                relation.ParentColumnNames.Add("ID");
                relation.ChildColumnNames.Add("ParentID");
                radGridView1.Relations.Add(relation);
                //Get Key and Value
                foreach (string str in list.Keys)
                {
                    GridViewTemplate newTemplate = parentTemplate.ChildGridViewTemplates[0];
                    newTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;
                    childCtr = childCtr + 1;
                    string strCtr = parentID.ToString() + childCtr.ToString();

                    if (list.ValueIsList(str))
                    {                        
                        LogEntryPropertyList listChild = list.GetList(str);
                        newTemplate.Rows.Add(parentID, strCtr, str, null);
                        newTemplate.Columns[0].IsVisible = false;
                        newTemplate.Columns[1].IsVisible = false;
                        parseLogEntryList(listChild, newTemplate, ulong.Parse(strCtr));
                    }
                    if (list.ValueIsString(str))
                    {
                        newTemplate.Rows.Add(parentID, strCtr, str, list.GetString(str));
                        newTemplate.Columns[0].IsVisible = false;
                        newTemplate.Columns[1].IsVisible = false;
                    }
                }
            }
Jack
Telerik team
 answered on 17 Mar 2010
3 answers
559 views

Hello.

When I enable rows creation in RadGridView and click that tells "Click here to add new row" new item is being added to binding source. But then if click somewhere (without entering any text to the cell) this empty row is being added to grid view. How can I change this behavior? I want that new row to be added only after entering some text or pressing "Enter" button.

Thanks.

Martin Vasilev
Telerik team
 answered on 17 Mar 2010
2 answers
86 views
We developed an App with Q3 2009 SP1 and recently upgraded to Q1 2010 Beta.  The following line of code now produces an error:

If TypeOf (rgvEDs.CurrentRow) Is GridViewRowInfo Then   ' Ensure we have a data row, not a group or header


Error: GridViewRowInfo is not defined

Any idea?  I searched the Object Browser and the class doesn't seem to exist anymore?!

Jack
Telerik team
 answered on 17 Mar 2010
1 answer
131 views
Seems when you select the Desert Theme for RadDock for some reason the default document tab controls (like the X for close and the down pointing arrow for selecting a tab) are not visible. Furthermore, the control does not honor the desert theme properties displaying a blue color on the tab section. Any idea why is this happening? or how can one change the appearance of the RadDock control?

Thanks,

George
Nikolay
Telerik team
 answered on 16 Mar 2010
6 answers
269 views
I'm currently evaluating your product.

In the grid we are currently using, we use custom editor. These editor are controls and user control that we created and that we are using everywhere in the application. We would like to be able to use these same control in the RadGridView, but we can only use RadElement.

Is there a way to use our company control as editor in grid?

Is there plan to make an interface ex: IRadElement, that will make us possible to use any of our control in the grid.

Thank you for your reply.
Svett
Telerik team
 answered on 16 Mar 2010
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?