cancel
Showing results for 
Search instead for 
Did you mean: 

using table control in Mobile webdynpro

Former Member
0 Kudos

Hi,

Neeed to know if we can have a table in webdynpro mobile 7.1 without the row selection radio button thats is displayed. just want a table without the need to select a particular row.

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

If you are using mobile web dynpro for laptop, you can try to set these attributes of the table:

row selectable -> false

selection mode -> none

You can do this in the view layout, in the table properties window.

Udi.

Former Member
0 Kudos

Hi Srikumar,

Refer the thread in which I have explained how to add javascrit in webdynpro

Regards,

Sri

Edited by: Srikanth Thatipally on Jan 20, 2009 10:50 AM

Former Member
0 Kudos

Hi Srikumar,

We can use custom javascript functions to block the display of these radio buttons.

Srikanth.

Former Member
0 Kudos

Hi thanks for your response. I dont want to display the column for radio button itself. Also how do we use javascript in webdynpro mobile.I am not aware of the same. Could please let me know about both these things.

Former Member
0 Kudos

HI,

Use suspend,resume plugs

fire a suspend plug and call a JSP page and in that we can write java script and once the java script is executed fire the resume plug

refer this link for suspend and resume

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a08c287b-96a5-2a10-a691-b8b8bc40...

regards

Manohar

Edited by: Gouri Manohar Gadhamsetty on Jan 20, 2009 10:51 AM

Edited by: Gouri Manohar Gadhamsetty on Jan 20, 2009 11:07 AM