Telerik Forums
UI for WinForms Forum
1 answer
75 views
Hi:
I need quit some items of the filter menu in mi GridView.
How Can i do it?

thanks.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
 answered on 08 May 2011
6 answers
119 views
Hello,
Is it not possible to use the TreeView bound to a self-referencing BindingList with Load on Demand in Q1 2011?  If I bind the treeview to the binding list, no expand/collapse buttons show up on the last level.  In Q1 2010, I had the treeview loading certain levels on demand by handling NodeExpandedChanged, and adding items to the bindinglist.  Now, there is no expand/collapse button to do this.  Any advice would be appreciated.  Thanks!

Sonya
Julian Benkov
Telerik team
 answered on 06 May 2011
2 answers
113 views
Is there any way to work around the indent bug in the current version of the tree view?

Thanks!
Julian Benkov
Telerik team
 answered on 06 May 2011
1 answer
166 views
Hello to all  I am making a windows application in c#..In that i have a treeview. I am giving the same functionality as I have given in Web application of tree view plz see a look of web treeview--

Now in desktop treeview the the name of file is not coming in there corresponding file, labels are running here and there plz see a desktop treeview--

Note:--The first image is Web treeview  and the second image is desktop treeview..

I have taken table layout panel in designing and on cs page I am generating label dynamically and adding those label in table layout panel..

But not coming correct


for (j = i; j < i + itemperrow; j++)
                    {

                       Label lbl = new Label();
                       PictureBox img = new PictureBox();

                       this.radContextMenuManager1.SetRadContextMenu(img, this.radContextMenu2);
                       img.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
                       img.Name = "imgbtn_" + dt.Rows[j]["NodeID"].ToString();
                    
                       img.MouseEnter += new EventHandler(img_MouseEnter);
                       if (dt.Rows[j]["nodetype"].ToString() == "Folder")
                       {
                           img.Image = Properties.Resources.folder_icon;                         
                                           
                       }

                       
                       lbl.Name = "lbl_" + dt.Rows[j]["NodeID"].ToString();
                       lbl.Text = dt.Rows[j]["NodeHTML"].ToString();
                       lbl.ForeColor = System.Drawing.ColorTranslator.FromHtml("#000000");

                       
                       tableLayoutPanel1.Controls.Add(img);
                       
                       tableLayoutPanel1.Controls.Add(lbl);
                      
                    }




plz help me
                
Svett
Telerik team
 answered on 06 May 2011
12 answers
292 views
How does the current NewNodesNeeded actually work?

Does the event handler get called for each visible node to determine if the expand hint (+) should be showed?
If yes, this is not a usable concept for me. I would like to give that indication without actually loading the children.

When I load my root nodes, I already know if they have children (by grouping and count() in the database).
The Idea now is to show the user how many children there are and let him decide if he wants to expand (and wait for the nodes to be loaded).

Regards Erwin

Julian Benkov
Telerik team
 answered on 06 May 2011
6 answers
196 views

Hi,

I have a main grid which has several records and on a datasource which is not visible in the grid column has a indicator that there is some history and when I click on the +(expander), I have to go and fectch the history records and build the nested grid.

if you have any suggestion, can you please let me know.

i have a limilation of fecting all the record and build the dataset initially and there history could be in big numbers and hence it could lead to performance related issues... hence I want to do it on demand when the using wishes to see it.

thanks for your help in advance.

Regards,
Khizar
Julian Benkov
Telerik team
 answered on 06 May 2011
1 answer
114 views
Dear Telerik team,

I know this post is not the first and probably won't be the last, but we'd like to have our current cell inside the grid look no different than the others.
There are several posts about the same issue, unfortunately all of them make use of classes and properties no longer available with the current release, at least I could not find them.
In addition it is important not to have the colors hardcoded into the cell formating event, since styles can switch at runtime, is there a way to just reset the values to the styles originals ?

Regards

Falk Wegener
orgAnice Software GmbH
Svett
Telerik team
 answered on 06 May 2011
0 answers
121 views
Rotator is glitching during action.
Using on  ATI Mobility Radeon HD 5470 on Windows XP SP3, .NET3.5 SP1

During rotation phase it stops, then either dies or reanimated after several minutes.
There are several panels in the Rotator, each with several RadItems like text and such.

Any tablet?

 
Роберт
Top achievements
Rank 1
 asked on 06 May 2011
1 answer
106 views
Good Day

I have a Radgrid on a Windows app. Win apps are not really my field. Now i have binded the Datagrid from the Datatable and everything is fine. Now on "SelectCanged" event i show a Child window, now my problem is that after the grid is being binded the event gets Fired and the first record gets selected. Now this behavior its a bit annoying for me. Is there any way to turn it off ?

Thanks
Emanuel Varga
Top achievements
Rank 1
 answered on 06 May 2011
1 answer
188 views
Hello,

when I drag and drop a column of the gridview header row in order to group by that column I notice the grouping is case sensitive: values with the same string but different case generates differents groups (for example "price" and "PRICE").
Is there a property somewhere that i can set to make the grouping not case sensitive?

Thanks
Alcide
Emanuel Varga
Top achievements
Rank 1
 answered on 06 May 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)
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
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
CollapsiblePanel
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
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?