Hi Frank,
Attached the testexample.
I am using version 3.5.11
BR
Peter
Hi Peter,
I still cannot reproduce the behavior that you are describing.
Can you please attach a complete runnable test case instead of code snippets in screenshots?
Please also let us know which Wisej.NET version you are using.
Thanks in advance.
Best regards
Frank
Hi Frank,
Again sorry for the wrong code attached.
Herewith the correct code.
BR,
Peter
Hi Frank,
Sorry for the wrong results I sent before.
I have attached new code and rsults.
I have used a DataRepeater and a Datagrid to compare and show the differences.
It looks like the itemUpdate on the Datarepeater is causing issues when scrolling.
The difference beteween both views is that the formatting a the Datagrid is performed after CompletedBinding and the datarepeater after ItemUpdate.
BR,
Peter
Hi Frank,
I am programming in VB.
Code for DataRepeater.ItemUpdate and result: Only first 10 records (repeater items) are OK. Next records NOK.
See attachments.
BR,
Peter
Hi Peter,
you can use the ItemUpdate event to handle any formatting.
Please find a very simple test case attached.
Best regards
Frank
Hi,
you can control the behavior when sorting by setting the SortSelectionMode property.
Default is UpdatePosition so it selects the row that was selected before the sorting.
KeepPosition selects the row with the same index that was selected before.
Best regards
Frank
Hi Mario,
the enhancement request is in our product backlog so currently I cannot tell you if and when it will be added.
You can reach out to salesATwisej.com if you’re interested in an individual quote to add it faster.
Best regards
Frank
Hi Alaa,
I think we can use the ThreadContext in Log4Net. I just read this: .net – What is the difference between log4net.ThreadContext and log4net.LogicalThreadContext? – Stack Overflow.
I’d welcome your thoughts on this though.
Neil.
Hi Alaa – once we’ve logged the user on, we call the Logging.Setup with the user’s email address. This is before any logging.info or logging.error call. The issue we have is that user’s logs are getting mixed up, even though a log file is always generated per user.
Hi there,
Thanks for your quick reply.
None of the applications are writing to the server’s file system.
I will be contacting CrowdStrike support with my findings.
Best regards,
Tom
Hi Neil,
Any chance you could tell me how this logger class is setup in your application?
Best Regards,
Alaa
Good morning, Tom-Lukas!
Wisej.NET doesn’t use other paths, perhaps your application is writing to the server’s file system as well?
You can try to exclude those paths as well and see if that makes any difference?
Best Regards,
Alaa
Thank you for your help, Frank.
Could you please let me know how to submit that improvement request? I am very interested in that functionality. I look forward to your comments.
Thaks for you time.
Mario Acuña
Hi Adrian,
Thank you for reporting this. We can reproduce it and will check in a fix for the next build.
Best regards,
Levie
Hi mgmst,
Check out this example of real-time communication between multiple sessions for chat functionality. No need for SignalR.
https://github.com/iceteagroup/wisej-examples/tree/3.5/SimpleChat
Best,
Levie
Thank you very much, I can see the effect you described, but the InputType of my Textbox is Date. I hope to trigger it after modifying the four digits of the year, rather than triggering it every time I enter a year digit.
Sure, here it is.
I was not entirely clear in my last answer. You’d have to use the TextChanged event in combination with a keyboard event handler to achieve what you want.
See sample and compare the 2 text boxes.
Best regards
Frank
Hi Frank,
If you could give me a small example, it would be very useful to me. Thank you!
Hi Jingzhou
if you want to have it fired every time, you need to attach to a keyboard event of the textbox as well.
Best regards
Frank