How to add a progress bar column inside the asp.net gridview

耗尽温柔 提交于 2019-12-13 04:03:25

问题


I have asp.net grid for which i have a column called status in each of the gridcolumn for status i want to place a progress bar which gives the status. please can give me some implementation idea on this.


回答1:


Not sure why you want to put progress bar there? Is each row in grid has a status (such as % complete) that is keep changing? Is your grid keep refreshing periodically?

Said all that, I will probably go with jquery UI progress bar. Its a client side plug-in so you can easily initialize values at server side and then update them on client side if your status is changing dynamically by making AJAX calls to get the status from server.



来源:https://stackoverflow.com/questions/7657286/how-to-add-a-progress-bar-column-inside-the-asp-net-gridview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!