Hi All,

I'm using MSFlexgrid in my program. I'm using Click event of it. But when I click on blank area after last row it still fires click event and focuses on a column. Is it possible to block the Click event when I click in blank space or block it from focusing on column?

Regards,
Shrinivas

Recommended Answers

All 2 Replies

why cannot u validate the content of that row after firing??
and execute the remaining things..

try using the TextArray property of MsFlexgrid and determine the contents of the cell if it is not a blank cell then continue with your procedure or else exit sub.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.