Ekta Agarwal wrote:
Thanks for the pointer. Here is a simpler java code for my problem.
Your code doesn't compile because you aren't providing the class
FieldCell. So I commented out the cell event stuff and compiled
the example without the TextField (see attachment).
I didn't like what I saw b
Thanks for the pointer. Here is a simpler java code for my problem.
Thanks in advance.
-Ekta-
On Tue, Mar 25, 2008 at 12:22 PM, Ekta Agarwal <[EMAIL PROTECTED]> wrote:
> I am using the setCellEvent to add a text field to a cell. But after this,
> the borders on my table dissappear. I am confused
Hi Ekta,
On 25/03/2008, Ekta Agarwal <[EMAIL PROTECTED]> wrote:
> I am using the setCellEvent to add a text field to a cell. But after this,
> the borders on my table dissappear. I am confused as to why would this
> happen? I even explicity set the BorderColor and Width of the cell, but this
> doe
I am using the setCellEvent to add a text field to a cell. But after this,
the borders on my table dissappear. I am confused as to why would this
happen? I even explicity set the BorderColor and Width of the cell, but this
does not help.
Attached is a snippet of the code, I would greatly appreciat