|
|
Sergey Kornilov admin 2/16/2023 |
|
You can use isRecordEditable event for this purpose: You can check the current time there and prohibit editing if it is outside of 6pm - 8pm window. |
|
|
M
|
mr. zx author 2/16/2023 |
|
Thanks Admin for help us I need for time if possible |
|
|
|
jadachDevClub member 2/16/2023 |
|
Try this on the isRecordEditable event TimeSpan start = new TimeSpan(18, 0, 0); //6pm |
|
|
M
|
mr. zx author 2/16/2023 |
|
Thanks jadach |
|
|
M
|
mr. zx author 2/17/2023 |
|
Sorry jadach the code is not working |
|
|
|
jadachDevClub member 2/18/2023 |
|
My bad. I gave you C#. I thought you were using ASPRunner.Net. |
|
|
M
|
mr. zx author 2/19/2023 |
|
Thank you jadach for your sincere help |
|