All Answers

0 votes

Hi Adrian,

I would suggest you reach out to our support sales team to get one-on-one project support for your case.

Feel free to send us a message at Sales AT Wisej DOT com.

Regards,

Levie

0 votes

Hi Jose,

This sounds like a general .NET question. I would suggest you ask about this topic on StackOverflow.

Regards,

Levie

0 votes

If it works when debugging it must work when deployed. Unless it’s deployed incorrectly. Which is not a wisej issue.

– Follow our deployments steps. Or any aspnet deployment guide anywhere on google.

– It also looks like you recompiled the extension. Try the nuget instead.

– If you still have issues attach a reproducible runnable test case that we can open and run without any additional guessing efforts. Include the exact step you did yo deploy and the full list of files you have deployed with their folders in a txt file.

 

  • Luca answered Mar 3, 2023 - 12:49 pm
  • last active Mar 3, 2023 - 12:49 pm
0 votes

You can’t set the scroll position. You can scroll a cell or column or row into view.

The HorizontalScroll property doesn’t throw any exception. If it returns null and your code tries to use a null property then normally you get  a null reference exception.

  • Luca answered Mar 3, 2023 - 6:56 am
  • last active Mar 3, 2023 - 6:59 am
0 votes

Hi Alaa

I’m trying to sync the scrolling between 2 grids like in https://wisej.com/support/question/datagridview-footer-1, but with the scrollbar at the bottom of both grids (could be the child scrollbar) controlling scroll position of both grids.

In the article Luca states…

“… You could add a second grid to the bottom without the column header and without the vertical scrollbar (see ScrollBars property) and then sync the column resize, move and horizontal scrolling on the client. You can also decide where to show the horizontal scrollbar… ”

I’ve had a look at the sample for that question in which the scroll synching works – parent grid scrolling moves child grid scroll. This I think is due to the child inheriting the parent container (DVG) scrolling (no code used).

I can’t find a way to set a grid’s scrollbar position. DVG has a HorizontalScroll.Value property this throws null exception (HorizontalScroll = null/nothing).

Sample from earlier question attached.

1 vote

Hi Sascha,
You can add a Label with AllowHtml = true.
Then set the Text property to something like this:

 <a href="tel:+12345678900">+1 234 567 8900 </a>

Regards,
Levie

  • Levie (ITG) answered Mar 2, 2023 - 3:11 pm
  • last active Mar 2, 2023 - 3:12 pm
0 votes

Hi Gum,

Do you wish to download the file or save it back to the server?

If all you need to do is simply download it, we have that already covered in our DemoBrowser application!

You can find the source code for the PDFViewe on our GitHub repository!

Best,
Alaa

0 votes

Hi Kingsley,

Would you be able to wrap up a small sample that illustrates the issue?

Best,
Alaa

2 votes
In reply to: ViewBuilder Samples

Hi Gabriel,

Unfortunately, there are no samples YET!

You can check out our documentation to get started though, please head over to our What’s New in 3.2 chapter to check out the included examples.

I’ll report back as soon as we finish creating the samples!

Best,
Alaa

0 votes

Thank you, it´s working now.

0 votes

Hi Kieran,

If you can find a sample online using ChartJS that demonstrates this functionality and provide the source code it can definitely be implemented.
If you would like help implementing it, contact SALES @ WISEJ . COM to get a support package.

Regards,
Levie

  • Levie (ITG) answered Feb 28, 2023 - 3:54 pm
  • last active Feb 28, 2023 - 3:56 pm
0 votes

Fabio,

your UserControl is missing a constructor. Add this to Page3:

public Page3()
 {
    InitializeComponent();
 }

Best regards
Frank

0 votes

Jay,

  • add a tool to your header cell
  • handle the ToolClick event
  • iterate through all rows and set the checkbox cell to checked/not checked

Best regards
Frank

0 votes

Hi Dino,

This looks like an issue with your own custom rendering, not Wisej.NET!

I tried with 3.1.2 as you described, but it also failed to work.

I tried running the old sample from the post you referenced, and from what I can see while debugging your custom renderer that there’s an issue with the logic, because the JSON that you’re trying to parse isn’t actually an array, and thus the length property is always undefined.

Check your developer console and you’ll see the “Cannot read properties of undefined (reading ‘V’)” error popup!

So, unless you have modified that sample with other data, I’m afraid that this is not a Wisej.NET issue, but you can always attach it for us to check!

Best,
Alaa

1 vote
In reply to: 3.2 Designer

Hi Gabriele,

Check out our What’s new in 3.2 Page to download the new VSIX installer!

Best,
Alaa

0 votes

Hi Helen,

we can´t tell what might be going wrong just from a screenshot.
Please provide us with a compilable testcase and we can try to track it down.

Best regards
Frank

0 votes

You can easily build a custom drop down control containing other controls. There are many ways to do that: flex panel, panel, data repeater, etc.

Contact our support directly and include your license information and detailed requirements if you need further assistance on how to create a list of controls in C# or VB.NET.

  • Luca answered Feb 26, 2023 - 5:18 am
0 votes
In reply to: Widget WebRequest

Look at this blog post: https://wisej.com/blog/all-about-integration-part-4/

I have included a copy of the project from the blog post, updated to Wisej 3.1.8

  • Julie(ITG) answered Feb 24, 2023 - 5:13 pm
  • last active Feb 24, 2023 - 5:14 pm
1 vote

Hi Andre,

Try using a System.Drawing.Common package version <= 6.0.0.0.

Any version that is 6.0.0.0 or less should work with no issues.

Best,

Alaa

0 votes

Hi Alaa,

I already have libgdiplus installed.

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
libgdiplus is already the newest version (6.0.4+dfsg-2).

Best regards

Showing 1461 - 1480 of 11k results