cancel
Showing results for 
Search instead for 
Did you mean: 

Page gets refreshed when user clicks the checkbox...

Former Member
0 Kudos

Hi All,

I have created a checkbox column manually in a table at design time and the

table selectionmode is None and this table has some input field columns.

At runtime when user clicks the checkbox other than the first row the page

gets refreshed for every click on the check box or input field.

How to resolve this issue?

Thanks

Sundar

Accepted Solutions (1)

Accepted Solutions (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

i think you are pointing out the problem of server round trip(correct me if i am wrong), but I guess this thing we cant control, one thing is you can do is make the

table or any other UI element "Enable = false"(in their property).

but this can only be done when you no longer need that ui element, so you can be selective and make some UI element enable false while other enable true, and then runtime changing their enable property.

let me know if your issue is something else

regards

Former Member
0 Kudos

It is solved my own.

abhijeet_mukkawar
Active Contributor
0 Kudos

may i kno how you did it?

Former Member
0 Kudos

Sure.

Set compatibilityMode to nw04Plus for Table UI element.

Anyhow I gave 2 points for your reply.

Thanks

Sundar

Answers (0)