cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with inputfield in table column in cwebdynpro

Former Member
0 Kudos

Hi Guys,

I have an issue with table in webdynpo. I created a table with three coulmns.

In third column i take an inputfield. After excuting that that application it is showing like a grid in the inputfield column. it is showing a a seperator line in the inputfield. do i need to make anychanged in that? can anybody help me out to solve my problem. Thanks in advance.

Regards

Ravikumar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ganga,

Thanks for your reply. My exact requirement is like i have a table with four fields

sno,leadname,rating and comments. For the last two colums we need to pass values at runtime so i take inputfield for the tabledata. when i have twoline text in either first or second column then in the third inputfiled column it is displaying a seperate line it is not wrapping up to column width. you can see the following .

hai ...........

hai

these two are in a single row data of the table.

Regards

Ravikumar

Former Member
0 Kudos

I am not sure if I'm right,

guess1: you want to combine two cells in one row like

row1: AAA | BBB | CCC |

row2: DDD | EEEEEEE

row3: FFF | GGG |

that is not possible

but you can get rid of the grid (haha), I mean you can hide the grids by setting the cell visibility to NONE

then it loks like

row1: AAA | BBB | CCC |

row2: DDD | EEEE

row3: FFF | GGG |

guess2: The other thing you might want is wrapping of the text in the cell, therefor you must not us input fields, they are not wrapping, use textViews setting wrapping to true

cheers

stefan

Former Member
0 Kudos

hi

grid means read only or some thing else..............

see in properties that it is read only is selected or not

with regards

Former Member
0 Kudos

Hi Ravikumar,

Can you please explain problem with example of displayed data in input field.

Regards,

Ganga.