Hi Experts,
In a specific BSP page in SLC module, when the user tries to add a row in the table view, the page refreshes and comes to the newly added row. Though this is the usual standard behavior of BSP pages, it seems bit troublesome to the user.
The user wants no round trip on adding a row in the table view. I've tried different options in standard THTMLB Tableview and Cellerator elements with no luck.
Calling a custom java script function on the event triggered by clicking new row button works fine, but rendering similar to the parent table and data handling is an issue now.
Kindly help in case anybody faced this scenario earlier.
Thanks!