making checkboxes in uitable mutually exclusive
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I have a uitable with four columns and i have set columnformat of one column as logical. By that way i am having checkboxes in uitable.
I now want those check boxes to be mutually exclusive. how it can be done ?
0 commentaires
Réponse acceptée
Aurelien Queffurust
le 5 Jan 2012
You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)
2 commentaires
Titus Edelhofer
le 5 Jan 2012
No, there is no better way. And as long as your table has less then many thousand entries it should work fine.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!