Hi again,
We can't seem to add a class to a custom command. We tried to following :
columns.Command(Sub(command)
command.Custom("btnSupprimer").Text(" ").Click("supprimerReaction").HtmlAttributes(new With { .class = "potatoes" })
End Sub)
The class is not added anywhere. Is there a way to fix this? We can't really add it in jQuery, since the row keeps being update (it has inline editing).
Thank you,
Jni
We can't seem to add a class to a custom command. We tried to following :
columns.Command(Sub(command)
command.Custom("btnSupprimer").Text(" ").Click("supprimerReaction").HtmlAttributes(new With { .class = "potatoes" })
End Sub)
The class is not added anywhere. Is there a way to fix this? We can't really add it in jQuery, since the row keeps being update (it has inline editing).
Thank you,
Jni