This question is locked. New answers and comments are not allowed.
Hi guys,
I would like to add some html attributes on a row grid, i'm using AJAX databinding.
I found a HtmlAttributes and a TableHtmlAttributes method but not a "RowHtmlAttributes"...
I can't using the RowAction because i'm not using server binding....
Moreover, is it possible that an htmlattribute comes from my datasource (my JSON result returns a "action" node with a value, I would like to add this value on a personnal HTML5 attribute on my row, like data-action).
Thanks !
I would like to add some html attributes on a row grid, i'm using AJAX databinding.
I found a HtmlAttributes and a TableHtmlAttributes method but not a "RowHtmlAttributes"...
I can't using the RowAction because i'm not using server binding....
Moreover, is it possible that an htmlattribute comes from my datasource (my JSON result returns a "action" node with a value, I would like to add this value on a personnal HTML5 attribute on my row, like data-action).
Thanks !