Telerik Forums
UI for WinForms Forum
11 answers
220 views
Good Day,

I would like to know if this is currently possible with the RadGrid, Please see image link. I would like a statusbar type control but in the radgrid so when a user adds a filer he will be able to quickly cancel all the filters or just disable/enable the filter quickly.

If it's not possible can you please think of adding it to the next release as this will be a nice user experience addition.

FilterStatus_Image
Richard Slade
Top achievements
Rank 2
 answered on 26 Apr 2011
8 answers
184 views
HI i tried to Upgrade From Q3 2010 to q1 2011 to get advantage from new updates but it seems there is lot of code changes :
1. I am not able to use collapseall() anymore
2.i am not able to bind node tag like before cause i use to fill data from table fields inside tag so i can use them after cause i return always nothing
3.i am not able to take advantage from sorting and filtering the treeview since i need drag and drop also in the treeview so i have to choose either drag or either filtering and that is not a good choice for my project cause i need to use them both
4. i am not able to clear nodes anymore like i use to do before :tree.nodes.clear
5. i am having problems with the treeview when i refill the treeview with the datasource 
and lots of changes that has made me keep working on q3 2010 and not using the q1 2011

if there any solutions for these problems i will be glade to hear about and need to know what are the new coding changes and differences between the old version and the new one cause it seems some code that use to work on the previous version not working on the new one.
Regards 
Nikolay
Telerik team
 answered on 26 Apr 2011
1 answer
65 views
I have a hierarchical grid with 2 levels and I am relying on the CurrentRowChanging event to be thrown to load data into another section of the app. 

The sequence is this: select a parent row (works), expand, select a child row (works), select the same parent row again (does not throw the event). I understand why it does not throw the event, after all the current row has not changed in the parent data source but that makes it such that I cannot reload the data pertaining to the parent row into that different section of the form.

Is there a workaround? What can I do to accomplish what I am describing (display data for the currently visually selected row into another part of the form). Repeat, visually selected.

Sure enough, if I select another parent row, that works too. It is just not doing anything when clicking on the same parent row as before.
Is there another event that I can handle to resolve this?
Jack
Telerik team
 answered on 26 Apr 2011
1 answer
82 views
From my review of this control, we can code an alert to respond to an event. My question is can we have the alert handle some type of push event?

I've setup a ticketing system that I want to handle assignments. When a new assignment is set to a specific person, if this person has the application open on their desktop - I want an alert to popup on their box.

I can add a timer to the form that checks the database once a minute, but that seems rather primitive and resource intensive. Is there a better way to do this?
Stefan
Telerik team
 answered on 26 Apr 2011
1 answer
154 views
While testing the RadControls for WinForms I noticed a minor problem with the handling of document windows in RadDock.
Simply run the Dock - Visual Studio IDE example program and then drag one of the document windows (or use the context menu "New Vertical Tab Group" function) such that there are two document windows; one on the left and one on the right.

Now drag the document window on the right and move it around.

With RadDock we still see both documents as tabs.
When moved over the right tab (the window we are moving) we see four buttons: up, down, left and right.
Dropping onto one of these buttons does absolutely nothing since it is our window (at least the center button is gone).
When moved over the left tab (the other document window) we see five buttons: up, down, left, right and center.
This is correct and all buttons work as expected, although selecting the right button also does nothing visible (but it is correct).

Now let's do the same thing using Visual Studio 2010:

As soon as we drag the document window on the right it disappears (we can also make it floating if we want to) and we only see the other document filling the entire fill area with the five buttons: up, down, left, right and center.  Now everything works as expected.

At a minimum (if you don't want to detach the document window) you should not show any buttons for our current window (instead of only removing the center button, remove them all).  Even better would be to implement this as done by Visual Studio 2010.

There is a Support Issue ID 1932 which seams to cover this but has more to do with having a document form floating.
Stefan
Telerik team
 answered on 26 Apr 2011
1 answer
154 views
I have an application that uses the drag/drop feature of the gridview.  When a user drops a cell, my application has to update many cells from rows both above and below the target cell (it is a scheduling application).

My application updates a back-end database and then reloads and rebinds the grid.   Once the grid has been rebound, I need to select the cell that was the previous target cell and also ensure that it is in the visible grid area (in the case where scroll bars are needed).

Since each cell has a unique value (a shop order number from our back end system), I am able to store that value to a variable and then select that same cell after rebinding.

However, when the grid finishes binding, it seems to be showing the bottom of the grid.  I need the grid to bring into focus the selected cell.

Thanks for your help. 
Stefan
Telerik team
 answered on 26 Apr 2011
2 answers
117 views
Hello

Is there any way to sort a Combobox column on the displayed text and not on the value?

Thanks
Simone
Simone
Top achievements
Rank 1
 answered on 26 Apr 2011
1 answer
185 views
Is there any way to disable sort on a particular column?
Andy
Top achievements
Rank 1
 answered on 25 Apr 2011
0 answers
70 views
Hi,

I am using telerik report version 10 and I want to use more then one datasource (with perameter and without pearmeter) in a single report.cs file. i.e.

public rptEmployee(int empID)
{
             InitializeComponent();
            sqlDataSource1.Parameters[0].Value = empID;
}

public rptEmployee()
{
             InitializeComponent();
             // here I want to use   sqlDataSource2 (without perameter)        
}

Please tell me how I will use it

Thanks & Regards
Manoj
Manoj Sevda
Top achievements
Rank 1
 asked on 23 Apr 2011
3 answers
151 views
I'm not able to to get a TreeView node to edit. Here is my code:

var node = new RadTreeNode(k.Key);
node.ImageIndex = (int)IconsEnum.Key;
node.EditMode = EditMode.Value;

I want to edit the value. What am I missing. I do have the TreeView to allow editing.

Thanks,
David McCarter
Jack
Telerik team
 answered on 22 Apr 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
CheckedDropDownList
ProgressBar
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?