PROPERTY LIST - Can't see all items in Episerver back end, is this a bug? - episerver

I am working on my first Episerver Project and I have come across a problem with the UI.
I have a block Type with a PROPERTY LIST property. However when I add more than five items you can't see them all in UI.
I have another 10 Rows I can't see....
Is this a bug in Episerver??

Sounds like the bug where the Episerver Forms addon restricted the height of the PropertyList editor.
It was fixed in Episerver.Forms version 4.4.1: Bug report
Perhaps this is the issue you're facing? If so, make sure to upgrade the site's NuGet packages.

Related

DataSource controls not available in .NET Windows Forms app using Visual Studio 2019

I am running Visual Studio Community 2019 version 16.11.3, and I am having a problem with the data source controls (both SqlDataSource and ObjectDataSource).
Neither control shows up in the Data tab of the toolbox, yet when I use the "Choose Items..." option they are both checked. I have gone so far as to uncheck them, save the changes and then came back in and re-checked them, but that didn't work either. Even if I use the "Show All" option they don't show. Can anyone shed some light on this?
I have tried the suggestions from other posts, including resetting the toolbox, adding a custom tab, and then resetting again, but nothing seems to work. I even switched to an older version of the framework (4.6) to see if this might be the issue, but nothing works.
Any suggestions?
According to Jim's comment, I compiled the answer.Just for helpling others to solve a similar issue.
SqlDataSource and ObjectDataSource are used in ASP.Net, not Windows Forms.
Generate a source of data using whatever means necessary, whenever needed.
Use Visual Studio's Tools to handle a Project data source, through the Designer. -- Note that this object doesn't have any connection to a View, it doesn't need to handle states.
To have a functionality similar to what you're probably used to, you also need a DataAdapter (working with DataTables) or a similar connector provided by an ORM. -- A BindingSource only handles notifications that are generated by the objects it's bound to and doesn't offer any data update feature.

SSRS VS2015 SSDT Report Wizard Style Selection Screen Not Showing

I am stumped on this one. I am not sure if others are having the same issue.
In past versions, when I use the report wizard, one of the screens lets me choose the style (Slate, Forest...)
With my new setup the screen never appears and on the summary screen it says 'Style:Modern'
I tracked down the StyleTemplate.Xml, made a copy and changed 'Modern' to 'ModernTest'. Both in the Styles folder and the en folder. I have searched my c drive and these are the only two places this file exists.
EDIT: I had to change the label to 'ModernTest' not the name. Now 'ModernTest' is showing up in the summary. I still however do not get the chance to change styles.
I added a new style to see if the page only shows up if more than one is present but maybe since that one was from an older version it still only thinks there is one valid style so skips the selection page... I will try to replicate modern...
I am using VS2015 Version 14.0.25123.00 Update 2, SSDT Version 14.0.1601.5
Anyone else have the same issue?
EDIT: I copied an xml file from a previous version and now slate appears as the style. I guess the only problem is that the screen to select the style no longer shows up.

MahApps.Metro DynamicResource colours not being applied

I am using MahApps styles in an Excel document pane. They work fine on my Excel 2013 and on Excel 2010 on a standalone machine. However we have a virtual machine which seems to have a group policy applied that is causing some issues.
Looking at the styles in the master branch, I see references to NormalForegroundBrush but I can't find this in the Colours.xaml file. A search on the MahApps GitHub shows it was added over a year ago, but now appears to be missing from the master branch. I am wondering if this and maybe other missing styles are what is causing my problems.
A combobox whose dropdowns have a white background, appear with a black background. I tried setting the background using DynamicResource WhiteBrush but this had no effect. If I specifically set it to "White" then that works. I'm puzzled.
Regards
Alan
MahApps has heavily changed lately. Especially the errors with wrong color declarations are gone. Try either to use the new version from NuGet or clone the newest build from github

Unable to drag and drop telerik components on windows forms

I am trying to drag and drop Telerik RadGridView on my windows form. But instead of showing on the form(in designer view), it shows the control just below the designer i.e. the area where some of the controls like DataSet, Binding Source, FileDialog controls are shown when added to the form from the toolbox.
The same problem happens for any rad control like RadButton, RadLabel etc. I can work on the control by using the controls added to the form, but the problem is that in case of some controls like RadGridView, the smart tag is not available that makes a lot of things easier.
I think I am missing something, so that I am unable to drag-drop the controls. Can any one help me out?
Can also be caused by a version mismatch. I had the latest version installed but code base referenced previous version (specifically 2011 Q2).
An uninstall of latest and install of 20011.Q2 fixed it for me.
This is caused by missing design time assembly in your GAC. Uninstall the all telerik controls from your computer, reinstall them and then update your project references. This should solve the problem.
More info at this link.
you must ReInstall your telerik product then open your project and reload your toolbox.
this sometime happen like you update your visual studio or you install a new package of telerik.

Multi-instance of FCK in dotnetnuke

I got a problem when I put 2 instances of FckEditor to a page in dotnetnuke.
sometimes, I got empty text when I call the text property.
Anyone helps?
The empty Text property is usually caused by having the editor in an update panel (either explicitly or by turning on partial rendering for that control definition).
For those using the FCKEditor on their
dotnetnuke sites, I recommend updating
to the latest version, it fixes a
number of problems including multiple
instances on the same page. (something
you will need for the latest news
articles).
Source
Download the latest version of the FCKeditor provider.

Resources