Unable to add entry in grid view

Re: Unable to add entry in grid view

by Itamar Tzadok -
Number of replies: 0

The css class name in the field input element is the field name with spaces replaced with underscores. So for a field called Field 01 the class name would be Field_01. The reason is that a css class name cannot have spaces. I recommend, however, to inspect the target element with the browser DOM inspector to find the most suitable selector for your purpose. smile