I have to draw some shapes depending on the status of the row. For them to work in IE I had to use Raphael javascript library. I'm using ASP.NET and C# for the codebehind. The way to draw is by coordinates, how can I get the coordinates of the rows so I can draw something outside the gridview, at it's side?
Thank you