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
695
progrss bar across multiple columns possible?
posted

Hi i am using v9.2 and inside xamDataGrid i want to the following:

Each of my data grid row represents an actual media file (1.mp3, 2.mp3 etc). Each column represents a property of that media file (name, media length, created date etc.), I also have an extra column at the end of the grid in which there's a "play" button embedded.

Now Say we have 3 columns, when the user click on the "Play" button, i want to have a progress bar starting from leftmost column one progress to the rightmost of column three before it ends playing.

Is there an easy way to do this in xamDataGrid? One of my co-worker has shown me the progress bar progressing within one single column so i know it's possible there.

Any suggestion or comment is appreciated.

James