Hello, it's me.
I'm modifying the Fluent theme. The button and other controls that use some of the same elements (e.g. the scroll "thumb") has a sort of "glow" with the mouse cursor along with border highlight and a white ring when pressed. Where can I change this? I removed pretty much every repository item for all elements/states besides text and fill but it's still there:
Hi, As I understand if I bind the Appointment dataset to an MS Access database as in the Telerik tutorial sample. If I update an Appointment in one app, all Appointments in other apps within the LAN would be updated. How about if I start an app using Remote Desktop, would Appointments in the remote desktop app be updated as well.
Thanks
Hello,
I'm looking for the best approach to store a radgridviews filterdescriptors in a db, so that the users could for instance use a dropdown menu to select and save their favourite filter settings. I'm already using the save/load layout funktionality which works great but I would prefer a way to only store the filters.
Any pointers and suggestions is greatly appretiated.
Thanks
Jan
Hi Telerik!
I use the following code to open a new form in a tab. however, when I want to open a different form in another new tab, it does not open with a focus, but rather, I have to click on that tab to see it
If gF_bFormAbierto("frmProd") = True Then
MsgBox("frm is open")
Else
RadDock1.Visible = True
Dim childForm As frmProductos = New frmProd()
childForm.MdiParent = Me
childForm.Show()
End If
image example: the one I mark with a red arrow is the new form that I opened
Hi,
I follow the example Data Bind Walkthrough using Access database. It works fine when I first select a database from a specific directory in the setup and runs the application. Whereas, If I moved the database to another directory folder. I got an exception when I ran my application again. See attached error. How can I make it looks into the correct database folder. Any help would be appreciated.
Peter
I am using RadTextBox in Windows application, but Enter key is not working I am unable to add a new line.
Telerik.WinControls.UI.RadTextBox
Get 650 errors like:
Error CS0115 'Form1.Dispose(bool)': no suitable method found to override Examples C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2022\Examples\QuickStart\DropDownListAndListControl\DropDownList\Sorting\Form1.Designer.cs
Error CS0246 The type or namespace name 'ExamplesForm' could not be found (are you missing a using directive or an assembly reference?) Examples C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2022\Examples\QuickStart\DropDownListAndListControl\FontDropDownList\Form1.cs
When doing grouping on a column who's cells contain JSON formatted data, the application crashes.
The cells contain the following example:
{"Field1":"Data1","Filed2":"Data2"}
Is there a way to handle this interaction?
Hi.
Is it possible to hide the "Add new row" row from the grid in Visual Style Builder? Or turn on/off other properties as well or hide some columns? It's distracting to see all possible columns when you want to see the clean, basic version of the grid.
For example, this is the applied theme in the app (header and filter row):
and this in the VSB:
And particularly, for example, right now I'm trying to figure out how to increase the space/border/thin line (or change color) between the header and filter row. I can see it's white and about 1px in the app but no matter which "border" setting I change I can't seem to affect the final result.
Jure