Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Track / Progress / Waiting / Scroll Bars > progress bar column's problem

Not answered progress bar column's problem

Feed from this thread
  • di avatar

    Posted on Feb 13, 2011 (permalink)

    Hi Telerik Team
         I use version Q2 2009.
         I use following code to add progress bar as a column
    "            if (e.CellElement.ColumnInfo is GridViewDataColumn && ((GridViewDataColumn)e.CellElement.ColumnInfo).FieldName == "Progress")
                {
                    if (e.CellElement.Children.Count > 0)//the progress bar is already added to cell                         
                        return;

                    RadProgressBarElement element = new RadProgressBarElement();
                    element.Minimum = 0;
                    element.Maximum = 100;
                    element.Value1 = 70;
                    element.Value2 = 90;

                    e.CellElement.Children.Add(element);
                }"

    Everything seems to be OK, but when windows bar is scrolled down and scrolled up, the sequence of progress bar is changed.

    I find that someone said it is because some cells are reused to make radgridview be quick.

    Can you give me a solution to make progress bar column didn't change when windows bar is scolled down and up.

    Thank you very much.

    Reply

  • di avatar

    Posted on Feb 16, 2011 (permalink)

    Q3 2010 has no problem. so I will update whole project to the new telerik.

    Reply

  • Ivan Petrov Ivan Petrov admin's avatar

    Posted on Feb 16, 2011 (permalink)

    Hello di,

    Thank you for writing.

    We are happy to hear the positive feedback.

    If you encounter any difficulties during the upgrade process we will be happy to help the best way we can.

    Regards,
    Ivan Petrov
    the Telerik team

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Track / Progress / Waiting / Scroll Bars > progress bar column's problem
Related resources for "progress bar column's problem"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]