florindaniel
Programmer
Hello,
I have this situation: a grid with variable number of columns, depending of some configuration variables.
OK, I've meneged to dynamically add columns and bind them
to table fields.
What I need is to attach code to the RightClick event for the headers of the added columns. I've done something using BindEvent but in myRightClick I don't have acces to the object wicht triggered the event (and I need that).
What I am trying to do is to have for each new column a RightClick wich applies some custom defined filter on the field specified in the DataSource of the column
Thank you
Daniel
I have this situation: a grid with variable number of columns, depending of some configuration variables.
OK, I've meneged to dynamically add columns and bind them
to table fields.
What I need is to attach code to the RightClick event for the headers of the added columns. I've done something using BindEvent but in myRightClick I don't have acces to the object wicht triggered the event (and I need that).
What I am trying to do is to have for each new column a RightClick wich applies some custom defined filter on the field specified in the DataSource of the column
Thank you
Daniel