Hi,
I am using DataBoundGrid 1.6.1.8.
I have set the ActivateCurrentCellBehavior as SelectAll.
I wrote a custom cell ("LookupCell") derived from GridTextBoxCellModel/Renderer. It has a button at the end of the textfield. When I click inside this lookup cell it was not highliting the text. So, in renderer.OnClick(), I am forcing to TextBox.Focus() and TextBox.SelectAll(). In renderer.OnClick() override, TextBox is not getting focus sometimes (???).
When I move from one row to another row, my non-lookup cell texts are not getting selected with single click. I have to click again to make the other cells active. If I don''t do that, what ever I type is going to the previous (current) cell and not present current cell.
I tried to reproduce this in a simple example. It seems to be working ok in that.
How can I track this bug and what do I need to look?
thanks,
- Reddy