Wxpython grid area is not responsive to mouse clicks

I have created a panel, added 2 grid objects to the panel using a horizontal sizer. For some reason, the grids are not responsive to mouse clicks. When I click on any cell on either grids, the cells is not highlighted, and when I double click on any cell, editor doesn’t start. What could be the possible reasons for this behavior?

Could we get a piece of your code?

···

On Thursday, 19 December 2013 19:46:30 UTC+2, steve wrote:

I have created a panel, added 2 grid objects to the panel using a horizontal sizer. For some reason, the grids are not responsive to mouse clicks. When I click on any cell on either grids, the cells is not highlighted, and when I double click on any cell, editor doesn’t start. What could be the possible reasons for this behavior?

Sir, I have resolved the issue. Parenting was not correct, I fixed it and everything worked as they should.

···

On Tuesday, December 24, 2013 3:38:33 PM UTC+2, Andrew wrote:

Could we get a piece of your code?

On Thursday, 19 December 2013 19:46:30 UTC+2, steve wrote:

I have created a panel, added 2 grid objects to the panel using a horizontal sizer. For some reason, the grids are not responsive to mouse clicks. When I click on any cell on either grids, the cells is not highlighted, and when I double click on any cell, editor doesn’t start. What could be the possible reasons for this behavior?