Hi All
I have customized my webtop and added some components in the browser tree. When I click on a link in the browser tree a component appears at the right hand side. By default I display some values from a custom type object in a datagrid with some other controls using jsp page. Now my datagrid control displays some rows of values with checkbox to every row. Now my requirement is I want to sort the column based on the column header and at the same time I should be able to resize the column.
For example, if I have two columns say object_name, modified date, If I click on object_name the data in the datagrid should sorted on object_name, if I click on modified_date it should sort on modified date. How to achieve this functionality. The datagrid I have used is showing the column headers with no links to it...............
Regards
Rahaman