This question is locked. New answers and comments are not allowed.
                        
                        Hello,
I would like to "customize" the HTML code after created GridCommandColumnSettings.
In fact, the Grid components create a link tag ("a") with some CSS classes. Is it possible to "enclose" this tag with an image ?
With the ClientTemplate property ?? I don't find a good solution...
Moreover, is it possible to have more doc about the GridActionCommandBase class. How to use the "BoundModeHtml" or "'EditModeHtml" methods and what do these methods done ?
Thanks !!
                                I would like to "customize" the HTML code after created GridCommandColumnSettings.
In fact, the Grid components create a link tag ("a") with some CSS classes. Is it possible to "enclose" this tag with an image ?
<img src="..."><!-- Here is the A Tag --><a href="#".... /></img>With the ClientTemplate property ?? I don't find a good solution...
Moreover, is it possible to have more doc about the GridActionCommandBase class. How to use the "BoundModeHtml" or "'EditModeHtml" methods and what do these methods done ?
Thanks !!
