Telerik Forums
UI for WinForms Forum
1 answer
294 views
Hi,
  I have a databound gridview. There is a reset button on the form which should revert the gridview changes. I have checked that the datasource reverts back, but the gridview appears as is...

Can you please give me a solution for this

Thanks
Deepak
Julian Benkov
Telerik team
 answered on 26 Jan 2010
3 answers
409 views
I have setup a hierarchical RadGridView with a 2 command button columns on the master rows (remove, and add new child row), and the child rows have 1 command button, remove.. When adding a new child row, a modal form is shown and after the info is filled out and saved, the gridview was completely rebound and reloaded.. The same thing occurs when I hit a remove button, except that the row is deleted.. I originally had this working in the Q3 2007 version without any problems, but in upgrading to q1 2008, my same code no longer works..

I realize my original setup was probably less than correct, and i now have the gridview setup with 2 global BindingLists.. One is bound to the mastertemplate, and the other is bound to the childtemplate.. Now when I add a new child row, I just add the proper object to the child bindinglist variable, and it automaticaly shows up in the gridview (much better!)..

The problem I am having is that when I try to remove/delete a row [bindinglist.removeat(index)], I get the following error:

"This row has been removed from a table and does not have any data.  BeginEdit() will allow creation of new data in this row."

I somewhat understand that the gridview is still bound to this object somehow.. What I don't understand is how to go about correcting the issue..

Any help would be appreciated, including any suggestions for how to accomplish refreshing the data on my gridview without the bindinglists
Nikolay
Telerik team
 answered on 26 Jan 2010
1 answer
160 views

I am building a VB.NET WinForms app and am using Telerik Controls for Winforms 2009 Q3.  My users like the themes that ship with the controls with the exception of the fonts (which they want larger).  My solution was to edit the themes (so they would be larger at design-time as opposed to updating them at runtime).

Here is what I did:

 

  1. Download the source code
  2. Update the font sizes (I just updated the font size of the Button, then changed the theme name to "TestAqua")
  3. Compile the theme
  4. Import the resulting dll into my app as a resource
  5. Set its build type to be embedded
  6. Build the app
  7. Add a RadThemeManager to a form (for now, RadThemeManager1)
  8. Add the theme to RadThemeManager1 (Change the location of the theme file, if needed)
  9. Build the app again

 

Next I expected to do be able to set a RadButton's theme to TestAqua, but that theme was not available.  Nor would it work by setting it in code.  As I stepped through the code, I discovered that RadThemeManager1.InstalledThemeNames had a size of 1 (good), but that theme name was set to Nothing (that seems bad).

One of the reasons we got Telerik controls was that we thought this would be easy to do (and it still seems like it should be easy), so I'm hoping that I'm just not leaning in the right direction when I hit enter, or something.  :-)

Thoughts?

PS  If my original post shows up, sorry -- somehow it has not yet made it to the forum....

Nikolay
Telerik team
 answered on 26 Jan 2010
3 answers
236 views
Hi,

I am planning to have .chm file in my application.
A help icon on every tab to say what each tab stands for.
Do you have a suggestion as to how i can implement it. Is there a novel way to do in Telerik. I havent found any reading matter on it yet. Will i have to do it the old fashioned windows way?

Thanks in advance.,

Nick
Telerik team
 answered on 26 Jan 2010
1 answer
146 views
Is there any way to use a theme with a color blend on just some forms (or for example just the Rad message box) without affecting all the other forms that are using the same theme? In other words, do we have to create separate themes if we want the colors to vary for different forms?
Nick
Telerik team
 answered on 26 Jan 2010
1 answer
152 views
I was wondering if there was a way to change the way the grid sort is handled?  For example when the user clicks the header to sort and if one of the rows in the column is empty to not have it sort that row, but rather have anything with an empty row always come up last?

Nick
Telerik team
 answered on 26 Jan 2010
1 answer
170 views
Hi,

I'm trying to create an interactive graph for a large data source.
When trying to bind the data source (list of Int) with about 50K data points, the application gets stuck on radChart1.DataBind();
What is the recommended way to display a graph (line chart) for such data?

Thanks,
Yoni
Ves
Telerik team
 answered on 26 Jan 2010
1 answer
316 views
Hello,

I have a question concerning Theme: I have created a theme for my project. I have changed the look and feels of all controls and it's very good. Now, I would like to have a unique font in my projet.

It's possible to do that with theme? If yes, how can I do that?

Best regards,

Nicolas.
Deyan
Telerik team
 answered on 25 Jan 2010
2 answers
267 views
Hello,

Problem with programmaticly setting the height of the group header (q3 2009).

Is the ViewCellFormatting event the place for adjusting the group header height?

Trying things like:
if (e.CellElement.RowInfo is GridViewGroupRowInfo)
{
      int height = Convert.ToInt32(Mo.LetterType.Height);
      if (height > 10)
      {
                e.CellElement.RowInfo.Height = height + 10;
      }
      else
      {
              e.CellElement.RowInfo.Height = 20
       }
}

Anybody got a suggestion?

Kind regards,

Tim van Rooijen
IT Development
Top achievements
Rank 1
 answered on 25 Jan 2010
1 answer
92 views
Hi,
I am using the Telerik 2009Q3 , SP1 version.
There are no vertical scroll bars for child grids. What could be the reason and any alternative solution ?
Jack
Telerik team
 answered on 25 Jan 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)
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
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?