in javascript RenderCustomColumn how to know data mode

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
In javascript in RenderCustomColumn  how to know the row mode is it in edit mode or in browse mode?
4 years ago
This will give you which row you are currently editing for inline edit.

$('tr[editstate="editState"]')


hope this will help you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.