I have a radgrid control (with detail tables) on an aspx page . I have button column on the parent and the child(detail
tables) as well.
Based on some criteria I have to disable/enable the button column on parent and/or the child.
what is the best way to do it?
To explain further, the parent display the order and when click on the order it shows the order items for the order.
the button column is to duplicate an order. the button on the parent duplicates the whole order. the button on the child
(order items) duplicates an order with that particular order item.
Please advise the best solution,
Thanks