I need the grid to behave like listview detail mode that has the ability to display checkbox as the selector row and provide multi-line text support in the cell (which standard ListView or UltraListView does not offer).
I hope that works for you. Let us know if you have further questions.
Hi Peter,
There's no easy way to put a CheckBox in the RowSelector or before a row. But you could create an unbound boolean column in your grid and put it in the first position. This will give you a checkbox in the first column.