Hi, I need to have a data grid that enables something like a detailed row view.
A bit more details:
And an example for my case:
Is this possible to be done with the telerik RadGrid? And can you please provide short code or directions how to be achieved?
A bit more details:
- Need a data grid that has one column with a checkbox in it and a couple of more columns
- when the checkbox is clicked I need the checked row to be displayed in a detailed row view
- the detailed row view has fewer columns and different content in the columns
- also I need the rows to have drag and drop enabled in both detailed row view and the initial row view
And an example for my case:
- A table that has 6 columns that represent movie info: checkbox column, id, name, year, genre, budget.
- What I need is when the checkbox in the first column is checked the row to display: checkbox column, name, short description, budget
- So I need year and genre columns to be replaced by short description column.
- when the checkbos is unchecked the row should be reverted to the previous state
Is this possible to be done with the telerik RadGrid? And can you please provide short code or directions how to be achieved?