I need to create various shapes based on the status of each row. In order to make it compatible with Internet Explorer, I have integrated the Raphael JavaScript library into my project. The backend is built using ASP.NET and C#. To draw these shapes, I must retrieve the coordinates of the rows. How can I access these coordinates in order to draw elements outside of the gridview, alongside it?
Any help would be greatly appreciated.