3.2.0

determining an event source

I want to attach an event handler to the whole grid and determine the type of the event source (column header, row header, data cell or empty area in the bottom) to perform an actionn depending on it. how could I realize that?
DeadMoroz
February 24,
I also want it, who can help us?
NewUser
February 25,
The first argument in the action handler is the reference to a template which raised the action (source). You can probably inspect what type of template it is, but I would rather suggest raising different actions to minimize dependency between templates and container control.
Alex (ActiveWidgets)
February 25,
good, but how can I assign an action to "ROW" and to "EMPTY SPACE" that is allocated in the bottom of grid?

the row is Active.Templates.Row.
but empty space?
March 10,

This topic is archived.

See also:


Back to support forum