This is a migrated thread and some comments may be shown as answers.

Grid popup editing questions

2 Answers 199 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 15 May 2012, 07:45 PM
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. 

2 Answers, 1 is accepted

Sort by
0
Ken
Top achievements
Rank 1
answered on 17 May 2012, 06:40 AM
Great question, I have the same issue.  How can this issue be addressed with KendoUI?  I have the full Corporate edition (paid).
0
Iliana Dyankova
Telerik team
answered on 21 May 2012, 05:34 PM
Hello,

@Ken
I posted my answer in the support ticket you have opened. For convenience I am pasting my reply below:
You could achieve the needed functionality using template in the editable configuration option for Kendo UI Grid. For convenience, I created a simple test project, which illustrates such approach in action.  

@Nikolas
I hope this helps.  


Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Nicolas
Top achievements
Rank 1
Answers by
Ken
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or