SMART datagrid v.1 > Classes > DataSet
Remove all tags of data rows specified by setRowTag or setRowTags.
If actually remove one or more tags, onTagsCleared event will be fired.
$('#clearTags').click(function () {
ds.clearRowTags();
});