Hi,
With the new grid Row Edit Template dialog changes in 16.1, is there any way to add two columns to the edit dialog? For example, I want this dialog to show up as:
Field Label 1 [Field Editor 1] Field Label 2 [Field Editor 2]Field Label 3 [Field Editor 3] Field Label 4 [Field Editor 4]
Instead of:
Field Label 1 [Field Editor 1] Field Label 2 [Field Editor 2] Field Label 3 [Field Editor 3] Field Label 4 [Field Editor 4]
Thanks, Paul
Awesome, I'm glad to hear that!
All the grids have different columns. I was able to get this to work by having the server generate the JQuery template dynamically.
Thanks,
Paul
Hello Paul,
You can use one and the same template for all of the grids if their columns are all the same.
If they are not, you'll have to figure out a way to go around the column keys of each grid and replace their values into the template, before initializing that grid.
Thank you for the sample.
I wondering if there is any way to do this dynamically though. I have about 20 different grids where I need this implemented, and it would be useful to be able to use the same dialogTemplateSelector for each one. Any ideas on how to do this?
Yes, you can customize it. Here's a sample.
Please let me know if you have more questions on this matter.