Error in MsHflexGrid for rowcolchange event
Hello,
I am planning to migrate from MSFlexGrid to MsHflexGrid. In MSFlexGrid, when the .col /.row property is changed programmatically, the rowcolchange event gets fired. But in MsHflexGrid the same doesn’t work. However, on manually changing the .col/.row property through mouse click or using navigation keys, the event gets fired in MSHFlexGrid
Please help.
Re: Error in MsHflexGrid for rowcolchange event
Then place the code from rowcolchange event in a new procedure, call it from the event, but also call every time you change the properties in code
Re: Error in MsHflexGrid for rowcolchange event
Is there any other possible method to me ?
Re: Error in MsHflexGrid for rowcolchange event
Is there a special reason to switch to the MSHFlexgrid?
Re: Error in MsHflexGrid for rowcolchange event
to accommodate large data...MSFlexGrid can hold upto 3,50,000 cells...we need more than that
Re: Error in MsHflexGrid for rowcolchange event
Maybe switch to a grid which supports virtual data, like the commercial vsFlexgrid control...