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

SQL Result like Grid

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brinda
Top achievements
Rank 1
Brinda asked on 12 May 2011, 03:49 PM
Hi Telerik team,

I would like achieve sql like functionality in rad grid,im implemented virtual scrolling but i would like to populate each row in the grid and show the progress of rows affected.i need similar to sql execution.i have attached the image for your reference.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 17 May 2011, 04:14 PM
Hello Brinda,

You can use some javascript to implement this scenario. RadGrid already provides a status bar that shows a spinning icon when the grid makes  an AJAX requet. As you will be using client-side databinding, the grid won't automatically show this in your case, but we can force it to. We can use 2 grid client events  - OnDataBinding and OnDataBound. The first would be used to show the spinning icon and start tracking the elapsed time, while the second would hide the icon and show the elapsed time. Attached is a test page demonstrating this issue.

Greetings,
Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Brinda
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or