Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
802
Use ultraprogressbar or ultrastatusbar to view status of data load
posted

Hello,

I am coding in C# and using the UltraWinGrid for my project and I need to be able to display a progressbar either as part of the control that contains the ultragrid or as a popup control that comes up when the grid is loading data. My other option is just to use the ultrastatusbar.

 

My issue is that the examples provided on the website do not really seem to pertain to my situation. This example,

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9838, is doing most of what I want to do except for the fact it has to respond to a button click in order to work. What I want to happen simply this, I want to launch my progrom; a form containing a ultragrid, while the ultragrid is loading data I want a popup control to come up or the ultrastatusbar to display the progress of the data being loaded into the grid. Is this possible? Please advise.

 

Thanks,

Adrian

Parents
  • 469350
    Offline posted

    Hi Adrian,

    I do not understand your question. Which part of this is giving you trouble? 

    The grid doesn't have any ability to load data and report it's progress or anything like that. So there's no progress meter as far as the grid loading data goes. If your data source can do this, then you would simply set the value of the ProgressBar / StatusBar as it progresses. 

    I took a look at the KB article you mentioned. What does the fact that it's using a button have to do with it? Can you just start the same process whenever you want? 

Reply Children