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
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!
Works very well for me. The exception is probably coming from the application’s code.
Hi,
did you try to set a MaximumSize with the desired max width and 0 for height?
Best regards
Frank
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
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
Quick update:
Ewan sent us a repo test case that is currently being investigated. Thanks!
Best regards
Frank
Apologies, kindly find attached.
Sam,
I did not see a screenshot from you showing a VSIX. This is what I get from the download link I sent:
Where do you see 3.1?
Best regards
Frank
The VSIX, not the Nuget, see my previous answer:
Best regards,
Frank
Yes, I did install 3.2
Sam,
thanks for the sample. However it works fine here:
Did you install the 3.2 VSIX I mentioned before?
Best regards
Frank
Kindly find attached sample project.
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
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
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:
Best regards
Frank
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.
Thank you Frank I will follow your advice.
Have a good day.
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
There is no jquery library. The assessment is wrong.