Hi,
postgres supports arrays as column data. Is there a best practice to generically bind the grid to data tables that contain for example string[] columns?
If yes, is filtering and sorting supported by RadGridView without having to write custom code?
Currently I resorted to using array_to_string(column) in my SQL, but that leads to potentially very long / wide columns.
Regards
Erwin