
MS Flex Grid Click problems
I am having some problems with FlexGrid. I have a grid with
one fixed row and somehow, when i click on that fixed row (headers row
basically) i get click event with ROW=1 (not 0), so, for example if i set
DBLCLICK as move procedure and then click on the header, i'll move the first
row of data. This is really annoying and in some case is a generic
security problem. Besides that, i cannot do sort when user click on the
selected column header. How can i overcome this behavior ? The grid is
data *unbound*, i fill it myself.
Regards,
Artem Koutchine