Is there a suggested way for handling required fields in In-line Grid Editing? Currently we are handling required fields by using custom cell renders and applying styles manually. Unlike the jQuery solutions where a required tag can be set in the model, this solutions seems clunky.
On an unrelated note ;), is there a reason whey the DateRangePicker doesn't have a required attribute like the DatePicker?