473,387 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

GridCellEditor

Hi,all!

How i can manually start CellEditor in wxGrid for spicified Cell in grid in
my programm:

mygrid.SetGridCursor(2,3)
mygrid.MakeCellVisible(2,3)
#.... starting editing....... ??????????????
mygrid.ShowCellEditControl() don't working...

help me, please...
Jul 19 '05 #1
2 1639
On Sun, 22 May 2005 10:29:50 +0300, "gralex" <gr********@ua.fm> wrote:
Hi,all!

How i can manually start CellEditor in wxGrid for spicified Cell in grid in
my programm:

mygrid.SetGridCursor(2,3)
mygrid.MakeCellVisible(2,3)
#.... starting editing....... ??????????????
mygrid.ShowCellEditControl() don't working...

help me, please...

Try:
mygrid..EnableCellEditControl(True)
Jul 19 '05 #2
Hi,all!

How i can manually start CellEditor in wxGrid for spicified Cell in grid
in
my programm:

mygrid.SetGridCursor(2,3)
mygrid.MakeCellVisible(2,3)
#.... starting editing....... ??????????????
mygrid.ShowCellEditControl() don't working...

help me, please...

Try:
mygrid..EnableCellEditControl(True)


Thanks you.
It's working...
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.