![]() |
Sergey Kornilov admin 10/11/2014 |
Take a look at this article: |
S
|
smith author 10/11/2014 |
Take a look at this article: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm
|
![]() |
Sergey Kornilov admin 10/12/2014 |
It won't work this way. If you want something to work as a part of Inline Add or Inline Edit - this dropdown control must be a part of corresponding Add or Edit page. |
S
|
smith author 10/12/2014 |
It won't work this way. If you want something to work as a part of Inline Add or Inline Edit - this dropdown control must be a part of corresponding Add or Edit page.
|
![]() |
Sergey Kornilov admin 10/13/2014 |
You can probably make it work this way. In ClientBefore event get the value of that dropdown box, pass it to Server event. In Server event assign this parameter to some session variable. In ClientAfter event imitate the click of 'SaveAll' button. |
S
|
smith author 10/13/2014 |
You can probably make it work this way. In ClientBefore event get the value of that dropdown box, pass it to Server event. In Server event assign this parameter to some session variable. In ClientAfter event imitate the click of 'SaveAll' button.
|