Skip to Content
0
Dec 08, 2006 at 11:30 AM

Table selection issue while 'GroupingValue' set for Table Columns

32 Views

Hi,

I have a node in my WebDynpro Context 'Node' and I have 3 attributes defined in the node; i.e. BusinessFunction, Country and Region. I had bind this node to a table UI element and had set the 'GroupingValue'property of table colums to support grouping. The purpose is to provide a grouped display for each column elements; like below:

+---------------------------------------+
|Sales	|India		|Region 1	|
|	|		|---------------|
|	|		|Region 2	|
|	|		|---------------|
|	|		|Region 3	|
|	|---------------|---------------|
|	|Australia	|Region 1	|
|	|		|---------------|
|	|		|Region 2	|
|	|		|---------------|
|	|		|Region 3	|
+---------------------------------------+

So far so good.

But when I try to select a single row in the table display in my WebDynpro application, the row is getting lead selected; but the first two columns are not marked and only the last column is getting marked . But I want to have the whole row marked.

Any help to solve this problem will be greatly appreciated.

Regards,

Sudeep