SMART datagrid v1.4 > Classes > GridBase
그리드 붙여넣기 직전 붙여넣는 문자열에 대한 가공 callback
grid.onBeforePaste = function(data){ return data + "test"; };