This question is locked. New answers and comments are not allowed.
Hi,
I am using Nested Grid- Popup mode editing/add feature.
If the fields are less than 5 the alignments are correct, If more than that insert button is displaying at the 5th row which messes the alignment.
I have attached the screen shot for your reference.
I have added the following css from the online demo.
Thanks,
Pradeep.
I am using Nested Grid- Popup mode editing/add feature.
If the fields are less than 5 the alignments are correct, If more than that insert button is displaying at the 5th row which messes the alignment.
I have attached the screen shot for your reference.
I have added the following css from the online demo.
/* in-form editing */ .t-edit-form-container { width: 350px; margin: 1em; } .t-edit-form-container .editor-label, .t-edit-form-container .editor-field { padding-bottom: 1em; float: left; } .t-edit-form-container .editor-label { width: 30%; text-align: right; padding-right: 3%; } .t-edit-form-container .editor-field { width: 60%; }Thanks,
Pradeep.