row details

row details

arnoldjp57arnoldjp57 Posts: 10Questions: 7Answers: 0

I have a server side datatable defined that has a control in the first column to show/hide child records for the main record using ajax calls to the server to return child details ... Works very nicely ... Now, what I am trying to do is to "grey out" or "hide" the control where there are no child records for a main record. Is there a way of doing this?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,839Questions: 1Answers: 10,518 Site admin
    Answer ✓

    Probably. How are you adding whatever controls if the show / hide icon is shown? Is it a class? If so you would need to conditionally add it - perhaps using createdRow.

    Allan

  • arnoldjp57arnoldjp57 Posts: 10Questions: 7Answers: 0

    thanks for the Pointer

This discussion has been closed.