Telerik Forums
UI for WinForms Forum
1 answer
91 views
Hi All!

I have Form include RadRibbonBar, RadGridView (some data for test).

I have problem about change row in GridView. When I Click on GridView for change row and show one message (RadMessageBox), Then RibbonBar can not effect by mouse hover. But Change row by Keyboard is ok

You can see my file at here

Please help me!

Thanks

Jack
Telerik team
 answered on 07 Sep 2010
1 answer
133 views
Hi all,

In my application I use a grid in which I build the columns dynamically from code. I would like to store some extra information (metadata) for each of these columns. Before Q2 2010 I used the FieldAlias property for this, but that is not a correct use of that field. Also the FieldAlias property is now obsolete in the new release.

The best way would be to use a Tag object, but strangely enough there is no Tag property for GridViewColumn. There is a Tag property for the GridView itself and for all the GridViewRows, but not for GridViewColumn...

So why is there no Tag property for GridViewColumn? Is there an other good way to store metadata objects for gridview columns?

Thanks,
A. Bennen
Jack
Telerik team
 answered on 07 Sep 2010
3 answers
117 views
Hi,
I write GridBechaviour and I don't know how activate cellCommmand after KeyDown (in my code it is Space), that its possible ?
In example can be show a messagebox, after press space.
Andrew
Jack
Telerik team
 answered on 07 Sep 2010
2 answers
173 views
How I can change the language to Spanish of MessageBox?
Vassil Petev
Telerik team
 answered on 07 Sep 2010
3 answers
161 views
Hi

Is Paging with WinForms GridView Possible ?  Any Sample code ?

Regards


Vassil Petev
Telerik team
 answered on 07 Sep 2010
3 answers
113 views

I have noticed a behavior issue with RadTabStrip Control,  On adding more than 145 items, our application hangs and it goes to  "Not responding mode".  Also If we add more than 95 items to the control, the tab scroll property is not working properly.

Our client requirement demands populating more than 600 items in the control. Is there any work around to solve the issue?

-- Code--

using Telerik.WinControls.UI; 
namespace Telerik_Tab
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
for (int i = 0; i < 100; i++)
{
TabItem objNewItem = new TabItem();
objNewItem.Text =
"Tab " + i.ToString();
radTabStrip1.Items.Add(objNewItem);
}
}
private void AddNewTab_Click(object sender, EventArgs e)
{
for (int i = 0; i < 10; i++)
{
TabItem objNewItem = new TabItem();
objNewItem.Text =
"Tab " + radTabStrip1.Items.Count.ToString();
radTabStrip1.Items.Add(objNewItem);
}
}
}
}

Vassil Petev
Telerik team
 answered on 07 Sep 2010
1 answer
57 views
Dear All

This is Vijay. I am new to this telerik tools.

We have developed a win application in VS 2008 in XP machine.

The application is working fine in XP based machine.  

When we deploy the same Application in XP Embedded OS then its show some dependence Error.

Please advise me as soon as possible.

With Regards
Vijayasankar.R
Technical Head
KRT

Vassil Petev
Telerik team
 answered on 07 Sep 2010
1 answer
675 views

Hi,

I need to display space between box and text in checkbox.

The only properly who seems to handle this behaviour is the TextAlignment.

But when I set the TextAlignmet to be left the space that appear is very small.

Is there any other property that can answer my needs?

 

Thank you.

Stefan
Telerik team
 answered on 07 Sep 2010
2 answers
767 views
hi,
I would need a TextBox (like RadTextBox), that can show line numbers (similar like in VS).
Best regards
Andreas

P.S.: If that is already possible, please let me know !!
Richard Slade
Top achievements
Rank 2
 answered on 06 Sep 2010
11 answers
305 views
Hi,
How to make MultiRowSelection in WinForm GridView.
Jack
Telerik team
 answered on 03 Sep 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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?