I m trying to design a LiveData Grid using Rico, interacting with oracle9i backend via hibernate. I need the grid with following features: 1.column resizing 2.column reordering 3.sorting 4.filtering 5.editable cells 6.single and multi row select
Basic rico code, to send request and get xml response in the grid to update the grid is the most basic thing m stuck with.