![]() |
jadachDevClub member 5/8/2019 |
You can use this on javascript onload to hide the div $("div[data-grid-message]").hide(); |
![]() |
Sergey Kornilov admin 5/8/2019 |
Or you can use the following in BeforeDisplay event: xt.assign("message", "My message"); |
![]() |
jadachDevClub member 5/8/2019 |
Or you can use the following in BeforeDisplay event: xt.assign("message", "My message");
|
![]() |
Pete K author 5/9/2019 |
Or you can use the following in BeforeDisplay event: xt.assign("message", "My message");
|