Hi,
on one PC (win7), when RadPrintPreviewDialog is maximized - there is a thick border around it, same effect with any RadForm. Is it possible to turn off theme for RadPrintPreviewDialog, so it looks like a basic .net form?
Thanks
Alex

I am working on a WinForms app using Telerik 2016 Q2. It contains several themes created with Visual Style Builder that are managed by a radThemeManager control accessing the XML files directly (not as a resource). The Visual Studio 2015 solution also contains a couple of Telerik-created themes (visualStudio2012LightTheme1 & office2013LightTheme1).
I would like to assign one of my custom themes to a radMessageBox control. Whatever I try, no theme is assigned. I first tried:
RadMessageBox.SetThemeName("customTheme");
RadMessageBox.Show(this, "messagebox text", "titleg", MessageBoxButtons.OK, RadMessageIcon.Info);The I tried putting this in the load event of the form:
ThemeResolutionService.ApplicationThemeName = "customTheme";Neither worked. I then tried:
RadMessageBox.SetThemeName("visualStudio2012LightTheme1"); //Telerik-supplied themeThis partially worked as expected. It did override the custom themes of my controls throughout the form, but the radMessageBox still did not receive the theme (it was still set to the default theme).
How can I apply a custom theme to a radMessageBox?
Thanks.

hi.
i want to have a fullscreen form with auto hide title bar like "Microsoft Remote Desktop" or so on.
is there a way to implement it with telerik winform components ?
Hello, I need to have a column that in the first row will allow input of numerical value between 0 and 100 an in all other rows beneath to have a cells with two predefined string values. How to do this? Before condition to have first row with a string value, I was using GridViewComboBoxColumns but now I can't because of the first row.
I'm using Telerik Q2 2016 SP1

Although I want to have tool tips available when the text of the buttons (RadItems) on my ribbon bar (RadRibbonBarGroup) are not visible because the ribbon bar has been resized down to a point where the text is hidden, I do not want these tool tips to be available when the text is visible as they are then redundant and somewhat annoying to the users.
Is there an event triggered when the button determines to hide/show the text while resizing?
Is there a property I can use to determine whether the button text is visible?
Is there already logic built into the button to tie this text-visible to the availability of the tool tip>?
Would it be possible for me to inherit from the RadItem control and override the tooltip property or would that be pointless because the code to display the tooltip uses the internal variable and not the property getter to retrieve the tooltip text to display.
Thank you in advance for any help you can offer.

I have a gridview that I have bound to a DataSet that displays a customer's address information. (Select FNAME, LNAME, STREET, CITY, STATE, ZIP FROM CUSTOMERS)
I have a textbox that a user will type a search criteria into and click a button. What I am trying to do is run the sql again with that criteria applied and return the results to the user by updating this GridView.
This should be simple and I have done it before in Access. But, I am stumped right now and could use some help.
Table adapter is named CUSTOMERSTableAdapter
Binding source is named CUSTOMERSBindingSource
Data set is named ECOMLIVEDataSet
If my button was named btnCustomerSearch, what code should execute on the _click event to revise the SQL?
Thanks in advance. Maybe somebody can point to a tutorial online somewhere or help explain this.

Hi,
i have got System.OutOfMemoryException while assigning dataset with 3+ milllion records to PivotGrid. I understand that this is sql driver memory limitation, but how do you suggest to solve it besides using analysis services?
Thanks
Alex
