Telerik Forums
UI for WinForms Forum
1 answer
79 views
Hi, 

I am trying to setup the grid in the way that when ther user add a new item to the grid, it show something that the following html table:

<table>
  <tr>
       <td>Name</td>
       <td>Surname</td>
  </tr>
  <tr>
       <td colspan ='2'>Gender</td>
  </tr>
</table

Something like 2 rows in one

All works fine, when I add a new item to the grid it greate the layout correctly, but when I perform click on the cell of the second "subrow", grid do not raise CellDoubleClick event, it only raise the event if a click on the first subrow.

Any help would be appreciated.

this.radGridControlSelection.BeginInit();
this.radGridControlSelection.DataSource = this.dataList;           
 
HtmlViewDefinition view = new HtmlViewDefinition();
 
this.radGridControlSelection.ViewDefinition = view;
 
view.RowTemplate.Rows.Add(new RowDefinition());
view.RowTemplate.Rows.Add(new RowDefinition());
 
view.RowTemplate.Rows[0].Cells.Add(new CellDefinition("Name"));           
view.RowTemplate.Rows[0].Cells.Add(new CellDefinition("Surname"));
 
view.RowTemplate.Rows[1].Cells.Add(new CellDefinition("Gender"));
view.RowTemplate.Rows[1].Cells[0].ColSpan = 2;
 
this.AsignTitlesToRadGridControlSelection();
Dimitar
Telerik team
 answered on 14 Nov 2014
1 answer
88 views
Good day community,

I have some questions about usage drag and drop for multiselect rows (with EnableLassoSelection).
When I set 
MultiSelect = true
and select rows using arrows, it work very nice, but when I set
MultiSelect = true
EnableLassoSelection = true;
multiselect does not work, because when I selected item and try grab it listview again tries to select rows.

Somebody knows how to fix it, or may be you have some working example.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Nov 2014
1 answer
49 views
I added a new RadCheckBox from toolbox to my form. However, the object has not been initialized/instantiated in the Form1.Designer.cs code? So I have a button on a form, but I can't use it for anything.

How can I make sure that RadCheckBox that I added to the form has an object instance in the generated Telerik code? I could try to do it myself, but I note that this class states above the InitializeComponent() the following:

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()


So how to generate the code to make an object instance then? Please help. Thanks.
Stefan
Telerik team
 answered on 14 Nov 2014
1 answer
117 views
Is there a way to get the current text in the Search Box on the TableSearchRow?  I know you can set the value for the search criteria but is there anyway to return the current value?
Stewart
Top achievements
Rank 1
 answered on 13 Nov 2014
1 answer
704 views
I'm displaying some information in a panel using the RadLabel.  I noticed that you cannot select (i.e., drag and highlight) the RadLabel Text.  Is there a setting so that the label can be highlighted for copy and paste purposes by the user?

Thank you!

Best Regards,

Ed
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Nov 2014
0 answers
61 views
if (radgrid.CurrentCell.IsInEditMode==false)
            {
                if (e.KeyCode == Keys.Delete)
                {
                    e.IsInputKey = true;
                }
            }

I need to disable Delete key when the above condition satisfies, but the above code is not working, when i select a cell and press Delete button, cell is getting deleted.
How to disable the delete key?

Vidhya
Top achievements
Rank 1
 asked on 13 Nov 2014
2 answers
120 views
     Hello, How can I remove the Close icon in GridView GroupPanel see attached image. I just want to use the sorting function of the group column or any work around to enable the user to sort the group.


thanks in advance.
Daniel
Top achievements
Rank 2
 answered on 13 Nov 2014
2 answers
381 views
Hi Telerik,

I'd like to be able to hide the Available Filters drop down list box for some GridView columns but not others when opening the Filter pop-up (Excel type filtering). Do you have some code I could use?

I would also like to be able to change the font for the resultant (after selecting a menu item from the Available Filters list) Radgrid Filter dialog value entry fields, if possible.


Thanks

Roger
Roger
Top achievements
Rank 1
 answered on 13 Nov 2014
2 answers
132 views
When I paste clipboard data into a RadGridView cell without entering cell edit mode, the grid view automatically resets the scrollbar position to the top.  If I paste data while in cell edit mode, the scroll position does not change.

I need to be able to paste data without entering cell edit mode because I am typically pasting data into a range of cells, and not just a single cell.  How can I prevent the scroll position from changing when I paste data while not in cell-edit mode?

Thanks,

Brian
Brian
Top achievements
Rank 1
 answered on 12 Nov 2014
2 answers
368 views
I had developed a Winform app with using Telerik RadGridview before.
All clients use it without any problem.
But a few days ago, a client called me and told that it crashes anytime when he/she clicked any row in gridview.

We haven't thought that it could be related to telerik dll because any other clients use it successfully...
So we made a thorough search on net and tried any cause/solution possibilities but it didn't work out.
Even, we made the client format the machine and installed the system fresh again but after a short time, it started to crash... 

The most interesting side of the issue is that it happens only whenever i click, double-click or select any row in radGridview...
it just crashes and try to close the app directly...

I use 8.0.0.0 version of Telerik components which is bought in 2008, i believe

The error is very odd! couldn't think any solution to overcome...

What can i do to work the app out? Urgent help, please???

----------------------------------------------------------------------------------------------------------------------------------------------------

The event log of the machine shows me the below error log:

Windows Error Reporting
Problem signature:
  Problem Event Name: CLR20r3
  Problem Signature 01: Menu.exe
  Problem Signature 02: 2013.2.814.2
  Problem Signature 03: 520bcf56
  Problem Signature 04: mscorlib
  Problem Signature 05: 4.0.30319.19075
  Problem Signature 06: 515a73c2
  Problem Signature 07: 2b00
  Problem Signature 08: 0
  Problem Signature 09: 5O2O3I2ORVH4ZJ0NRQ1HQUEQ4B3YAU4U























George
Telerik team
 answered on 12 Nov 2014
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?