Hai all,
i need a help on tableview, i have 100 rows which are displayed in tableview and what i need is
i want to disable checkbox buttons(dispalys when we give multiselect option in first column) for perticular rows in tableview.
is there anyway to handle this.
leoiz
Leoiz,
I don't think you can just disable (read: get rid of) the checkboxes in a MULTISELECT tableView (as opposed to eliminating the entire row, wich is possible). Consider using a dedicated column with checkboxes for this purpose; check thread Tableview hide checkbox and Naresh's suggestion.
Regards,
Sebastian
Add a comment