attachEvent

Hi,

can i attach an event to each column and not to the hole grid?

(i want the same event to the columns but each column has diffrent operations inside the event function).

Thanks.

Nope. Event can be attached to whole grid only, but you can have logic inside event handler, which will check column index and trigger different actions.