All Answers

0 votes

Hi Ngabo,

The event you’re looking for is CellPaint, make sure to visit our documentation for additional help with the DataGridView!

You have to set the UserPaint property to true for it to work.

HTH,

Alaa

0 votes

Annoyingly, while this was 100% reproducible on Friday, it works 100% of the time today, with the exact same sequence of clicks, exact same application code.  The computer was rebooted since Friday, so maybe cobwebs…

To Luca’s comment – best I could tell, no exception was occurring.  I was running under the debugger with all exceptions breaking into the debugger.  It’s as if something inside iisexpress.exe just called Terminate.  Strange.

I’ll let you know if it happens again and I make any progress on it, meanwhile, I’m chalking it up to strange behavior under the debugger – something I’m sure everyone has experienced!

 

0 votes

Works very well for me. The exception is probably coming from the application’s code.

  • Luca answered Apr 10, 2023 - 2:50 pm
0 votes

Hi,

did you try to set a MaximumSize with the desired max width and 0 for height?

Best regards
Frank

0 votes

Carl,

please provide us with a test case that helps us to reproduce that issue.
Did you try with other files (not .CSV)?

Best regards
Frank

0 votes
In reply to: AlertBox Box Icon

Hi Sam,

You’re probably talking about the Bootstrap-4 theme.

If you set an icon for the AlertBox for that theme, it would change the color, so that it gives a similar look to Bootstrap (Warning would be the color Red, or Danger as they like to call it in Bootstrap, etc….).

You can change the theme of your application to use any of the many included with Wisej.NET, or you can customize the Bootstrap-4 theme via the ThemeBuilder.

HTH,
Alaa

0 votes

Quick update:
Ewan sent us a repo test case that is currently being investigated. Thanks!

Best regards
Frank

0 votes

Apologies, kindly find attached.

0 votes

Sam,

I did not see a screenshot from you showing a VSIX. This is what I get from the download link I sent:

32vsix2

Where do you see 3.1?

Best regards
Frank

0 votes

The VSIX, not the Nuget, see my previous answer:

32vsix

Best regards,
Frank

0 votes

Yes, I did install 3.2

0 votes

Sam,

thanks for the sample. However it works fine here:

validationrule

Did you install the 3.2 VSIX I mentioned before?

Best regards
Frank

 

0 votes

Kindly find attached sample project.

  • Sam Baraka answered Apr 3, 2023 - 7:11 pm
  • last active Apr 3, 2023 - 7:13 pm
0 votes

Hi Sam,

did you run the VSIX installer for Wisej.NET 3.2 beta?
You can find the download links on this page:

https://docs.wisej.com/docs/releases/whats-new-in-3.2

If the problem persists, please let us know and send us a small test case.

Best regards
Frank

0 votes

Hi Ewan,

what are you binding your data to? A ComboBox or a DataGridView?
Any chance to share a small test case?

Best regards
Frank

0 votes

Hi Nicholas,

the size of the border is defined with the width style for each of the 4 directions. You can changed it for the default state and the active state:

windowstylesstate

Best regards
Frank

0 votes

Hi There,

Thanks for replying. Please find attach sample project. This is simple project which is opening Window1 form by hitting localhost:5000. Now, If I close Window1 and enter localhost:5000?id=1 in browser URL, ideally it should make new request to server and open Window1 again.  However, its not the case. Its taking data from cache.

0 votes
In reply to: Theme builder

Thank you Frank I will follow your advice.

Have a good day.

0 votes
In reply to: Theme builder

Hi Antoni,

I think the best way to deal with this, is to use different appearences in the same theme or through mixins:

https://docs.wisej.com/theme-builder/theme-elements/appearances

Then you can switch the appearance of your elements by setting the AppearanceKey property.

Best regards
Frank

0 votes

There is no jquery library. The assessment is wrong.

  • Luca answered Apr 3, 2023 - 11:59 am
Showing 1361 - 1380 of 11k results