I’m sorry its hard to excerpt a slice out of our large solution. And that, actually is the nature of my question in and of itself.
I humbly, respectfully just want to know how to properly add scroll bars to the WiseJ HtmlPanel, please.
How to use / implement this little Javascript snippet ? Does it slide cleanly into the toolbars dialog ?
Is an added reference in the project somewhere? The concept seems to be an overridden user control with
scroll functionality added… but its not like its a C# file that I can just toss in, representing a manually extended user control – the Html Panel.
Sorry…. I hope that helps.
Thank you .
Yes,
we provide ElegantIcons, BootstrapIcons and others as Icon Pack extensions. See
https://github.com/iceteagroup/wisej-extensions
All images are included as SVG that can easily be colored as described here:
https://docs.wisej.com/docs/controls/general/icons#svg-colors
Best regards
Frank
Hi,
it´s not clear to me what your goal is. Please wrap up a small test case describing the expected behavior
and we might be able to help you better.
Best regards
Frank
Thanks for bringing this to our attention. We’ve tested your sample and can replicate the behavior you describe. We’ll let you know when there is a fix.
-Julie
Hi Nicholas,
what version of the Wisej.NET VSIX are you runinng? You can verify in Visual Studio:
Additionally can you reproduce the same in a brand new Wisej.NET project?
Best regards
Frank
Ciao Gabriele,
Unfortunately, no. You need to select a directory via a picker to give initial read/write permissions.
Our client file system integration is based off of the File System Access API here:
https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
Best regards,
Levie
Hi Mark,
Thank you for bringing this to our attention.
The issue is related to the Animation extender on the appear event, it will be fixed in the next release!
Best,
Alaa
Hi Alex,
Sorry about that!
The CommandArgs class has the CommandSource property, which in turn can be cast to a Control and you can then get the Tag property from there.
Look at the DataRecord class in the new attached sample.
HTH,
Alaa
Hi Alaa,
Thanks for your sample. But this does not answer my original question, i.e. how is the pressed Button associated with the CommandArgs. To make it clearer, think of a form with two buttons, Button1 and Button2 bound to the same command. How do I pass, for example, the Tag of each button to the Command so that the command knows it has to perform a different action according to the button that was pressed?
Best,
Alex
Hi Alex,
I have attached a sample that demonstrates how to use the CommandArgs in Wisej.
HTH,
Alaa
Hi Vaishali,
Thanks for reaching out to support.
If you have a given Row and Column, you can apply the cell value using this method:
https://ej2.syncfusion.com/documentation/api/spreadsheet/#updatecell
this.spreadsheet1.Instance.updateCell(new { value = "myValue" }, "A3");
If you’re looking to open the entire (json) file you have defined in the format above, you must convert it into Syncfusion’s document JSON format and then call
this.spreadsheet1.Instance.openFromJson(new { file = syncfusionJsonObject });
https://ej2.syncfusion.com/documentation/api/spreadsheet/#openfromjson
Unfortunately, we don’t provide support OOTB for converting formats.
If you need technical support on this I recommend reaching out to sales AT wisej DOT com to purchase a consulting package.
Best regards,
Levie
Hi Sascha,
The reason why formatting wouldn’t work is because you didn’t specify the value type to the “Numbers” column, so it defaults to a string, and Strings don’t support formatting.
So the solution is that you have to specify the Column type :
_dataTable.Colums.Add(“Numbers”, typeof(double));
Best,
Alaa
It turns out that the application must be published first, as described here.
It cannot be run from the CLI in the /bin/Debug/7.0 folder; it must be run from the /bin/publish folder after publishing.
Hi Vaishali,
We’re currently looking into this and we’ll get back to you ASAP!
Best,
Alaa
Hi,
this fix is deployed with Wisej.NET 3.2.0
Best regards
Frank
Hi Dino,
this is fixed in our Wisej.NET 3.2.0 release.
Best regards
Frank
Hi Alaa,
version 3.2.0-beta.34 is perfect!
Thank you!
Antonio
Hi Antonio,
Thank you for reporting this issue, a fix for it is included in the beta.34 build of the extension.
If you need it for 3.1, and you would like to use NuGet packages, then I would suggest that you clone the latest version from our GitHub repository or roll back to version 3.1.9 of the extension.
You can also build your own NuGet package!
HTH,
Alaa
You can organize your code and architecture in any way you like. Check our case studies to see some of the largest and most complex cloud applications to ever run on the web.
This forum is for free support related to Wisej specific issues. If you have a specific bug or feature question please open an issue with a clear description and a test case.
For professional consulting about architecture or training contact sales. We have prepaid packages of 4h.
Hello,
Thanks for bringing this to our attention.
The issue is fixed as of 3.2.beta33
-Julie