Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi Roger,
If you need to access the krwidget at client-side, there are two ways:
First way, you can access via widget-name attribute:
$krwidgetElement = $(document).find("[widget-name='nameOfWidget']");
or second way
$krwidgetElement = $("#nameOfWidget").parent();
Let me know if you need further information.
yes I understand and by using an id tag preferable it is easier to control its appearance.
For example, the data table/grid with hidden columns flashes due to the table rendering and then hiding the hidden column, results in the table re-rendering.
So either I need to find a solution to the re-rendering of the data table or an easier way to hide and show the krwidget
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo