Telerik Forums
UI for WinForms Forum
2 answers
331 views

Regarding my last post about Bot Framework 4.0.  What I am really try to do is get Adaptive Cards JSON to show as a card in the chat viewer it doesn't  need to be through the Bot Framework.  

Thanks -Tim

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Oct 2019
1 answer
223 views

Do you have any samples using Bot Framework 4.0?  I am trying to make a sample rendering an adaptive card.

 

Thanks -Tim

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Oct 2019
15 answers
1.4K+ views

Hi.

I've followed the steps in this how-to to set up a hierarchical grid:

http://docs.telerik.com/devtools/winforms/gridview/hierarchical-grid/object-relational-hierarchy-mode

Now I want to generate the columns in the child template myself to avoid displaying internal fields like database IDs etc..
Even in your example in the 'Manually generating hierarchy mode' section you add columns in the CreateChildTemplate() method, but never turn off the autogenerated columns. So, as in the figure shown, you just add the columns additionally to the autogenerated columns.
If I set the template.AutoGenerateColumns = False, then the database relation somehow gets broken. However, the subdatasets won't be shown after clicking the expand button.

Regards,
Bernhard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Oct 2019
10 answers
351 views

Hi Admins.

I have a requirement to Load/Populate Ondemand hierarchical DataGrid.(Detail grid should be shown on RowClick)

I have searched the forum but every example i found is building hierarchical gridview by using the DataSet.

But i want to do this by Using DataTable / Querying the Database.

How can i achieve  the above stated requirement.

Please provide any example.

 

Thank you

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Oct 2019
8 answers
783 views
Dear support team,
 
  I have written an application with 10 forms and need to manually copy code and ressources from RadForm (debug version) to RadPageViewPage (release) and tweak few lines each time...
  As you will probably agree, it's quite painful and hard to maintain.
 
  Do you support the integration of normal RadForm in a RadPageView container ?
  Or Do you have other tip for maintaining this, knowing that it is impossible to edit a derivated RadPageViewPage in Visual Studio 2008 ?
 
  Best regards,
Fabien.
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 03 Oct 2019
17 answers
1.1K+ views
Hi to all,

how can I do to create a column that is a GridViewTextBoxColumn with a button inside?

Like GridViewColumnBrowse, but I just need the Click event, I don't need the list.

Is it possible?

Dimitar
Telerik team
 answered on 03 Oct 2019
5 answers
792 views

Hi support team,

I'm trying to set the default value for a RadComboBoxColumn (inside a RadGridView) when a new row is created but I cannot figure out how to do it.

I'm using Telerik 2018.2.515.40

Sebastian
Top achievements
Rank 1
 answered on 02 Oct 2019
1 answer
422 views
Are there any plans now or for the future to allow any type of control over what these features save/load? I am leveraging these methods so I do not have to write custom logic in each tool to retain the layout a user configures, but having control over whether these methods load or save things like the conditional formatting or column filtering would be highly useful. There are cases where I may not want these things to load up for the user after relaunching the app, but as of right now I need to handle this post load manually.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Oct 2019
13 answers
1.2K+ views

Hi,

I'm Using radGridView to load data from Datatable;

DataTable is populated from the Database;

2 Columns are added at design time;

If i Use radGridView1.AutoGenerateColumns = true;

then it shows 4 Columns on populating data.

and if i Use radGridView1.AutoGenerateColumns = false;

then it Shows 2 columns but populated  with Empty Data Rows

01.radGridView1.MasterTemplate.AutoGenerateColumns = false;
02. 
03.DataTable dt = new DataTable();
04.string query = "SELECT a.ITEM_NAME , ITEM_CODE  FROM items a ";
05.OracleCommand cmd = new OracleCommand(query, DataConn.Conn);
06.OracleDataAdapter da = new OracleDataAdapter(query, DataConn.Conn);
07.da.Fill(dt);
08. 
09.radGridView1.MasterTemplate.DataSource = dt;
 

 

 

 

Kashif
Top achievements
Rank 1
 answered on 01 Oct 2019
1 answer
1.3K+ views

Hi

I have a data grid and I am wondering if the column header text can be vertical ?  If so, how do you make the text vertical?

Within the grid I have columns with Y and N, I want to make the background of the cell Green if Y and Red if N - what do I need to do to achieve this?

 

Neil

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Oct 2019
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?