Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Simplified Grid set up to act like Listview?
posted

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).

Parents
  • 469350
    Suggested Answer
    Offline posted

    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.

Reply Children
No Data