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

Angular kendo grid busy cursor for a single row

3 Answers 99 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 09 Nov 2014, 05:00 PM
Hi,

I have an angular kendo grid whose rows may be selectively updated either by user action OR by a javascript poll to the backend. I'd like to show a busy cursor with a custom message on only one column of the rows that are being updated. How can this be done ?

Thanks,
Rajesh

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 12 Nov 2014, 07:53 AM
Hi Rajesh,

Such functionality is not supported built-in with Kendo UI, and I am afraid that there is no example project that I can show you achieving this. So in order to implement this functionality you will need to create custom loading icon and apply it whenever needed.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Rajesh
Top achievements
Rank 1
answered on 13 Nov 2014, 07:03 AM
Hi Kiril,

I see that the kendo.ui.progress requires a dom ID with a relative positioning. How do I get such an id for each kendo grid based on the uid. Is the direction I am thinking on the right way to approach the problem ?

Thanks,
Rajesh
0
Kiril Nikolov
Telerik team
answered on 13 Nov 2014, 09:06 AM
Hello Rajesh,

The kendo.ui.progress cannot be applied on a table tag. So in order to invoke kendo.ui.progress for each table row you will need to put a div element on top of it and call kendo.ui.progress for that div element.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Integration with other JS libraries
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Rajesh
Top achievements
Rank 1
Share this question
or