cancel
Showing results for 
Search instead for 
Did you mean: 

reg input fields

jnmurthi
Participant
0 Kudos

Hi All,

In my application, I have a table in which one column consists of input field. When I am running the application, the input field is getting mixed with the row color. I want the input field to be white in color in the table column. How can I do that? Please give me a solution.

Thank You.

Regards,

Murthy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi narayana,

I think ur input field is diabled.Enable ur field.

regards,

karthik.

Former Member
0 Kudos

Hi Murthy

have your created node element and added that element to node?

when the input element is disabled it will be in grey color , which is the color of the table.

so try to add a new element to node, or else if input element is disabled make it enable

Best Regards

Chaitanya.A

jnmurthi
Participant
0 Kudos

Hi,

The input field is enabled. In the properties tab, the enabled property is set to true.

I am using alternate row coloring for my table. So, when the row is blue in color, the input field is appearing blue in color. I have the same problem with Dropdown box used in one of the columns as well.

Whereas, in one of the columns I am using TextEditor and that is working fine. It is displayed as white while I run the application.

Please do suggest some solution why it is not working with input fields and dropdowns.

Regards,

Murthy.