This is a migrated thread and some comments may be shown as answers.

Angular 2 - dataBoundEvent, when data is displayed and loaded

3 Answers 781 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Georgi
Top achievements
Rank 1
Georgi asked on 05 Jul 2017, 12:03 PM

Hello,

I have some troubles finding out when the grid data is fully loaded and displayed. Is there a way to capture the dataBound event of the grid similar to the one in the jQuery.

I noticed the data state change event also fires before the data is visually displayed, so not an option.

I need to perform an operation with multiple checkboxes, a kind of multiple selection of items so I'm adding "k-state-selected" class to visualize the selected rows.

Kind Regards,

Georgi Mitev

3 Answers, 1 is accepted

Sort by
0
Accepted
T. Tsonev
Telerik team
answered on 07 Jul 2017, 07:32 AM
Hello,

There's no such event available as the rendering is not under our control.

We'll ship a preview of the Grid Selection functionality in the coming weeks.
That should eliminate the need for having to place classes manually.

Regards,
T. Tsonev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Neel
Top achievements
Rank 1
answered on 10 Jul 2018, 02:16 PM

Hello,

I want to save column reordering and show/hide. By the following below link.

https://www.telerik.com/kendo-angular-ui/components/grid/how-to/persist-state/

I am not going with saving the state. I used the event "columnOrder", but it is getting called early due to which. I am unable to get the final changed column ordering.

I tried (https://www.telerik.com/forums/accessing-updated-columns-collection-in-columnreorder-event/) to call change event later. but this is not working in my case. 

I need help with this. Kindly, guide me in calling event later or provide some other event by which, I can get column ordering and save it into my database.

 

 

0
T. Tsonev
Telerik team
answered on 12 Jul 2018, 08:28 AM
Hi,

I don't see a connection with the original inquiry. Please, open a separate support ticket with more information about your project and the exact product you're using.

Regards,
T. Tsonev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Georgi
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Neel
Top achievements
Rank 1
Share this question
or