Telerik Forums
Community Forums Forum
0 answers
135 views
My company uses proofpoint, which doesn't allow me to use the link from email to sign up for the webinars, but I'm able to sign up from the Telerik website. The problem is that after I signed up, I haven't received a reply email (I'm assuming this is automated). Has anyone else experienced this?
Gone2TheDogs
Top achievements
Rank 2
Iron
Veteran
 asked on 01 Sep 2022
1 answer
103 views

Hi,

I'm developing an application with the Telerik WPF controls and I'm reading a lot of your documentation pages (half a day). 
Every few seconds this ninja animation 'Is this article helpful' question is flying in on the right side.

Maybe it is fun and it is cool for you to develop this animiation with this ninjy, but it is not following any UX pattern.
It is making me crazy!

Please remove it!
I'm not able to work with your documentation as long as you bother me with that.
And I think nobody is using this kind of feedback tool.

So remove it.

Best regards and thanks

Dirk

Kaloyan
Telerik team
 answered on 31 Aug 2022
1 answer
499 views

I was perusing your purchase page https://www.telerik.com/purchase.aspx?filter=web and noticed some very interesting English.  Down at the Source Code row in the package comparisons, I read this:

   "Components source codes included for all products without Telerik UI for .NET MAUI, Telerik UI for Xamarin and Telerik JustMock"

So, source code is included for all products except Telerik UI for .NET MAUI, Telerik UI for Xamarin and Telerik JustMock?

Thanks,

_D

Vessy
Telerik team
 answered on 05 Aug 2022
1 answer
157 views

Hello There,

I have a similar DropDownTree in my project.

I do not want to use clearButton, I would like to create a button with onClick clear out selected values and also the checkBox selection.

What I have tried: the used selectedIds= [] but on UI the tags stucked there, can not removed at all.

Thanks for your help!

Cheers,
Peter

Lyuboslav
Telerik team
 answered on 25 Jul 2022
1 answer
124 views

Just a quick bit of feedback, I find the pop-out Ninja at the bottom right of the pages at https://docs.telerik.com/ that ask if the content was useful quite distracting.

If I'm trying to read a complicated help topic it's distracting to have the Ninja constantly popping out like that.

Could you set a cookie that remembers if the user has chosen to hide the Ninja, to never pop it out again?

Thanks

Kaloyan
Telerik team
 answered on 22 Jul 2022
0 answers
112 views

The code we use is

manager.ActiveBrowser.Cookies.SetCookie(cookie);

But when we getcookie, we found nothing.

 

Thanks very much.

Jun
Top achievements
Rank 1
Iron
Iron
 asked on 19 Jul 2022
1 answer
98 views

Hi,

We're evaluating Telerik frameworks. The functionality seems good, but we need more control over the theme. The Theme Builder has limited color options, and no padding/spacing options. Looking into the CSS file, it's a massive 38,000+ lines of CSS.

Are there any more advanced theme editing tools or doc/guides on how the styles are constructed and organized?

Thanks,

Brett

Lyuboslav
Telerik team
 answered on 15 Jul 2022
1 answer
463 views

Hi Team,

We are migrating Internet Explorer to Edge in Telerik C# framework.

We are changing BrowserType.InternetExplorer to BrowserType.MicrosoftEdge. But we are getting error like

Message: 
Microsoft WebDriver is not installed! You can download it from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/.

  Stack Trace: 
ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge.WebDriverException: Microsoft WebDriver is not installed! You can download it from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/.
EdgeActions.LaunchNewBrowserInstance(ProcessWindowStyle windowStyle, Manager manager).

 

But we are able to launch browser using EdgeChromiium and Chrome.

For EdgeChromium and Chrome, works only on adding Progress Telerik Test Studio Extension.

Is there any ways to avoid adding extension from chrome store. and Edge browser works like IE?

Kindly suggest?

Elena
Telerik team
 answered on 29 Jun 2022
1 answer
608 views

Hello every one ,

in this question i just want to create Telerik report with an empty table  and assign table data source from code.

in output window the Telerik Report Show without table

here is my code from window form  :

all this code below written in from load of reportviewerform.cs

var sourceReportSource = new UriReportSource { Uri = @"C:\Users\ali.raza\source\repos\telerick_windowform\telerick_windowform\Reports\SampleReport.trdp" };
            var reportInstance = UnpackageReport(sourceReportSource);
            var report = (Report)reportInstance;
            Telerik.Reporting.Table processingTable = report.Items.Find("table1", true)[0] as Telerik.Reporting.Table;
            //Telerik.Reporting.Processing.Table processingTable = (sender as Telerik.Reporting.Processing.Table);
            this.table2.ColumnGroups.Clear();
            this.table2.Body.Columns.Clear();
            this.table2.Body.Rows.Clear();
            Telerik.Reporting.TextBox textboxGroup;
            Telerik.Reporting.TextBox textBoxTable;
            string connectiostring = "server=win-dc;database=testdb;uid=hrs;password=hrs;Initial Catalog=testdb;Integrated Security= false";
            string selectstring = "select * from tbl_telerik";
            SqlDataAdapter sqlAdapter = new SqlDataAdapter(selectstring, connectiostring);
            DataSet ds = new DataSet();
            sqlAdapter.Fill(ds);
            Telerik.Reporting.TableGroup tableGroupColumn;
            int i = 0;
            foreach (System.Data.DataColumn dc in ds.Tables[0].Columns)
            {
                tableGroupColumn = new Telerik.Reporting.TableGroup();

                this.table2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Unit.Inch(1)));

                textboxGroup = new Telerik.Reporting.TextBox();
                textboxGroup.Value = dc.ColumnName.ToString();
                textboxGroup.Size = new SizeU(Unit.Inch(1.1), Unit.Inch(0.3));
                tableGroupColumn.ReportItem = textboxGroup;
                table2.ColumnGroups.Add(tableGroupColumn);

                textBoxTable = new Telerik.Reporting.TextBox();
                table2.Body.SetCellContent(0, i++, textBoxTable);
                textBoxTable.Value = "=Fields." + dc.ColumnName;
            }
            Telerik.Reporting.TableGroup tableGroupRow = new Telerik.Reporting.TableGroup();
            this.table2.RowGroups.Add(tableGroupRow);
            tableGroupRow.Grouping.Add(new Telerik.Reporting.Grouping());//new Telerik.Reporting.Data.Grouping());
            processingTable.DataSource = ds.Tables[0];
            var reportSource = CreateInstanceReportSource(reportInstance, sourceReportSource);
            this.reportViewer1.ReportSource = reportSource;
            this.reportViewer1.RefreshReport();

Neli
Telerik team
 answered on 27 Jun 2022
1 answer
923 views
Hi Team,

We have a requirement to display rtf,docx,xls file formats in document viewer which is currently unsupported in any browsers.We are looking in for a library or UI for viewing these unsupported file formats in our Web application.

Our Application details are below:

.NET Framework Version is: 4.8
MVC Application
JS Framework: JQuery, Knockout JS for 2 way binding
Bootstrap & CSS for Design

Thanks


Ivan Danchev
Telerik team
 answered on 24 Jun 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?