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.
Appending ?id=1 or any argument to the URL generates a new request. The same is true when there is a new URL. Wisej.NET cannot change the way the browser requests pages. The allowedRoutes property simply allows you to refer to the same application with a different URL instead of getting a 404. The new request comes in from the on the same session, which is the expected behavior. In your app you can handle ApplicationRefresh. It all works as expected.
If you’d like us to look into your configuration attach a small runnable test case.
All the key event work perfectly fine for us. If you have a test case that shows your issues we can probably help. The wiring need is part of the documented lazy event system. When running in a browser you don’t want all key and pointer events to fire all the times unless the control requested them.
Hi Alaa,
Thank you for your verification and prompt response.
Since my development is new and long term I have no problem. I use .NET 7 and the 3.2.0 beta always updated, so that at the end of the development I will have an already updated environment.
If you need the sample, I can send it to you, but I should also send you the script to create the SQL Server table.
If it is useful to you, I will prepare it, let me know.
Best regards,
Antonio
Hi Antonio,
Actually, a fix for this issue will be included in Wisej.NET 3.2!
Best,
Alaa
Hi Antonio,
Would it be possible to wrap a small sample?
Thanks,
Alaa
This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.
Close that request.
This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.
Please find attached the sample project.
Please find attached the sample project.
Hi Sam,
Find attached the requested sample.
Hi Kevin
Any evolution about this ?
Regards,
Attach a small runnable sample that shows your issue.
Attach a small runnable sample that shows your issue.
Attach a small runnable sample that shows your issue.