The edit functionality of the grid is not working out for me...
I have come up with an ajax action link but would like to style it the same as the edit button without it firing the edit.
so far I have this but it produces one icon in the button and one outside of the button and there is no text, How can I recreate the edit button without it firing the default edit command of the grid?
Thanks
David
I have come up with an ajax action link but would like to style it the same as the edit button without it firing the edit.
so far I have this but it produces one icon in the button and one outside of the button and there is no text, How can I recreate the edit button without it firing the default edit command of the grid?
<
a
class
=
'k-button k-button-icontext'
data-ajax
=
'true'
data-ajax-mode
=
'replace'
data-ajax-method
=
'Get'
data-ajax-update
=
'\\#editorform'
href
=
'/FallsAssessment/Edit?EventID=#=EventID #'
data-ajax-success
=
'showModal'
><
span
class
=
'k-icon k-i-pencil'
/>Edit</
a
>
David