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
20
Custom Ultra Grid
posted
Below is a custom graph control we created to display the activity of equipment/machine.  The issue is our control takes minutes to load.  We were wondering if the Infragistics Ultra Grid, or other control, could give us the same look with better performance.There are only two buttons (machine name and calendar) on the control and the rest is informational.  For each machine you can see each day and on the first line are the part numbers for the items being produce for that day.  The next two rows are the number of hours the machine is available for that day and then the number of hours being allocated to that machine for the day.  Color coding is nice for the part number row so the user can easily see that there are different part numbers being produced on one day or over multiple days.  The hours available/allocated colors are green (below capacity), yellow (at capacity) and red (above capacity).  The date cell and the hours cell(s) are only one colum wide.  However, the part number columns are dynamic.  There could be many part number columns in one day or only one part number column spread over many days.  The width of the part number column changes to the percentage of the machine capacity for the day.

Anyhow, we were wondering if there is a control in our NetAdvantage for .NET 2007 Volume 1 Suite that could give us better performance than our custom control.

Thanks,

Rick

Custom Control