I want a form of control I use. But the number of fields that are too high. How can I display the grid, but only some of the fields in the form add/edit popup panel show all fields ???
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Use hidden property for your column
example:
Here is how you can do this:
The
E-mail
column will not appear in the grid but it will be present in the edit dialog.BTW to achieve the opposite (display in the grid but not in the edit dialog):