Hi,
I am trying to use the popup editing of a grid that shows information from users table. The grid fields structure looks like:
[ Username | Email | Fullname | RegistrationDate ]
Except the above fields, the servers json response contains UserID & Password.
I need to open a popup editing window, where the admin(me) can edit NOT ONLY [ Username | Email | Fullname ]
but also enter Password & Confirm.
I do not need to include Password & Confirm at the grids data structure, but only at the Popup Window.
Currently, I open successfully the editing window but I cannot see Password & Confirm because they are not included in the grid's listing.
So, my question is: how can I add fields to the grid's editing window that are not presented to the grid's list. Also, Confirm is not an existing database field, because it is being used for password mistyping. In addition, your answer could be applied to the "Add new record" button/form.
Thank you.
I am trying to use the popup editing of a grid that shows information from users table. The grid fields structure looks like:
[ Username | Email | Fullname | RegistrationDate ]
Except the above fields, the servers json response contains UserID & Password.
I need to open a popup editing window, where the admin(me) can edit NOT ONLY [ Username | Email | Fullname ]
but also enter Password & Confirm.
I do not need to include Password & Confirm at the grids data structure, but only at the Popup Window.
Currently, I open successfully the editing window but I cannot see Password & Confirm because they are not included in the grid's listing.
So, my question is: how can I add fields to the grid's editing window that are not presented to the grid's list. Also, Confirm is not an existing database field, because it is being used for password mistyping. In addition, your answer could be applied to the "Add new record" button/form.
Thank you.