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

I am using one Third party Message dll to Show the Message in Message Box . Its Working fine  for Ajax Panel .But Ajax Manager is Not Supporting .

<cc2:msgBox ID="MsgBox1" runat="server"  />

I gave like this also Please send me any Solution


<AjaxSettings>

<rada:AjaxSetting AjaxControlID ="MsgBox1">

<UpdatedControls >

<rada:AjaxUpdatedControl ControlID="UI_StockRadGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockMatrixGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockGuideline" />

</UpdatedControls>

</rada:AjaxSetting>

</AjaxSettings>

 

<AjaxSettings>

<rada:AjaxSetting AjaxControlID="UI_StockGuideline">

<UpdatedControls>

<rada:AjaxUpdatedControl ControlID="MsgBox1" />

<rada:AjaxUpdatedControl ControlID="UI_StockRadGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockMatrixGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockGuideline" />

</UpdatedControls>

</rada:AjaxSetting>

</AjaxSettings>

Please send me any Solution
with best regards,
V.S.Devipriya

David Silveria
Top achievements
Rank 1
 answered on 02 Aug 2007
1 answer
193 views
Place a RadPanel on the form, put some controls in, edit with the theme builder, cancel, when you come back it's gone, controls and all. It's still in the designer.vb, but not visible on the form even when you select all.
Mike
Telerik team
 answered on 02 Aug 2007
2 answers
224 views
Hi!
I know it's sort of strange to do it, but can the grid bind to a XmlDocument? Maybe give Xpaths to the columns to show, it would be fantastic.

What I want to accomplish is to show in a datagrid the results of an xpath expression on SelectNodes. And it should be fast (150 000 elements).

Any idea on how to accomplish this? XmlNodeList implements IEnumerable, shouldnt it be able to bind?

Anyways, I thought it would be a neat feature to be able to do it directly.

Thanks,
/ jorge
Julian Benkov
Telerik team
 answered on 01 Aug 2007
2 answers
191 views
Hi
I have Q1SP2.
I`ve read, that Drag and Drop is possible only betweens TreeNodes (http://www.telerik.com/community/forums/thread/b311D-mchta.aspx)
Few suggesions:
1. I have two DockPanels - in each of them is RadTreeView. When I try drag node from first tree to second (or sometimes when I change position of node in the same tree) I get "NullReferenceException". (My Trees are indentical like in Your example, but they are in DockPanels). So meybee You`ll find a solution i next version, it would be helpful :-)
2. I`ve seen that when I drag node from one tree to another,in fact I cut node from first tree and add to second. There are situations when we want copy node - not cut. Meybee is some property which coresponding with this, I don`t know.
3. It would be helpful, when there would be a possibility block changing position of nodes in this way, that for example, I move parent node and I add to another, but as a child. For example: I have tree of devices:
Modem -- > Parent Node
  Sagem
  Philips
KEYBOARD ---> Parent Node
  4-Tech
  Logitech
So, I should have possibility change position of Node "Keyboard" (with all childs) for example before Node "MODEM":
KEYBOARD
  4-Tech
  Logitech
Modem
  Sagem
  Philips
 but I shouldn`t change position of Node "Keyboard" in way, as below:
Modem
  Sagem
  Philips
4- Tech <----- now this is Parent Mode but it shouldn`t be
  MODEM <---- old Parent Node, which now is child but it shouldn`t be
  Logitech

Of course there are only my suggestions, I`ll try resolve this myself.But when You give us something like "AllowDragAndDrop", "AllowDragDropBetweenTreeViews" etc You could think about this :-)

Best regards
Aleksander



Jordan
Telerik team
 answered on 01 Aug 2007
2 answers
191 views
Hi
I created xml theme file for RadPanel in VisualStyleBuilder.
At start I put ThemeManager on my form and added to Loaded Themes my theme.I set StorageType as "File" and showed FilePath in ThemeLocation.
It worked,but now I want  add this xml file to resources.And I have a problem,because in design form I have Visual Style,I created,but in run time it doesn`t work (view like after "reset").
I`ve changed StorageType on "Resource" and I`ve tried write many combinations of "ThemeLocation",but it doesn`t work every time.
I have solution with many libraries, where I use this schema,so What I should to do?
For example : Form1 which is in Library1.dll and this Form has my Panel,and I have main project "Project",where after buttonClick I show this form with this panel.
Thanks for help

Aleksander


Grzegorz
Top achievements
Rank 1
 answered on 31 Jul 2007
3 answers
103 views
Hi, I have big problems installing/useing RadControls. In visual studio 2005, the controls doesn't even appare, so I installed vs express; Now the controls are showing in my toolbox, but  whenever I try to drag a control over to a form, I get this message: rad error (external image)

Jack
Telerik team
 answered on 26 Jul 2007
3 answers
100 views
Hello,

Last time I tested the winforms controls (SP1 Q1 2007) I noticed that the Xml files associated to the assemblies which provide Intellisense comments where missing. It's very useful to have Intellisense comments to understand how works a class.

You provide those XML file for the ASP.NET RadControls dll, is there a reason for not providing them with the winforms assemblies ?


Best regards
Pierre-Olivier Grangaud
Top achievements
Rank 2
 answered on 26 Jul 2007
2 answers
106 views
Hello all,

I need to programmatically select a particular chunk and add buttons on it. The Chunks are already created(Options, Colors) but I am not able to find a way how to select a particular chunk for eg I want to select "Colors" chunk first and add diff buttons on it and select the "Options" chunk and add buttons on it..
Can some one give me a hint/code.
Thanks in Advance.

Regards,
Claton 
Clatonh
Top achievements
Rank 1
 answered on 25 Jul 2007
14 answers
441 views
Hi,

is it possilble to have multiple rows on the rad gridview selected?

How can I do whis? I did not find a collection of selected rows in the object model of the grid.

Bye & tks

Luca
Vassil Petev
Telerik team
 answered on 25 Jul 2007
3 answers
322 views
Hi,

I added boolean column to the grid. Is it possible to sort it so the boolean with tick will be at the top position? I tried but failed.
Thanks so much

Second: I got 10 columns and ReadOnly=True for column 0-5. I figured out that I cannot sort from column 6-9, Am I wrong? If i make them readonly=false, I can sort from any column.

Third: my grid is not bound to dataset, I enable the tick in BOOL Column but if i sort it the tick is gone. What happen?

Thanks for all your help.
Julian Benkov
Telerik team
 answered on 25 Jul 2007
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?