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
410
Buttons in a grod row?
posted

Yeah, i know. Still....

An application of mine reuires buttons in a grid's column. Any idea how to make that?

Basically the grid has fields, and besides the fields some buttons should be - repeated for every column, to allow fast operations on the columns.

  • 69686
    Suggested Answer
    posted

    Hello,

    The title says "button in a row" but the description is for buttons in fields (which is the LabelPresenter). Anyway, the approach is almost the same. You can do this by using (adding) an UnboundField to your FieldLayout's Fields collection and retemplating the CellValuePresenter. You can see the default styles for the record presenter in the DefaultStyles directory and use it as a basis for your own.

    You can see a sample similar implementation of a delete button at the end of each record here

    Please let me know if you have questions on this matter.