Where can I click the grid to raise click event? I use tools -> debugger -> tools -> event tracking but when I click anywhere on grid I get only the mouse down, mouse up and mouse move events. Thank you.
Has anybody used grid.dynamicInputMask. I want to show all my data from table into grid. and if field value is like ABC123 it shoudl show ABC-123 but if data is ABC1CDE it should show ABC-1-CDE and someother option.