Is there a way to send an array of field names as request parameters from a ListGrid? This way the server gets instructed which fields to return (it will check access rights). I have a similar construction in a ComboBoxItem where I set optionFilterContext.outputs to the list of fields in the pick list.
I'm asking this because I'm trying to combine server code that returns data for grids and for combo boxes. I'm using SmartClient 11.0 (latest nightly build), with a RubyOnRails back-end.
I'm asking this because I'm trying to combine server code that returns data for grids and for combo boxes. I'm using SmartClient 11.0 (latest nightly build), with a RubyOnRails back-end.
Comment