Hello Zac, I will keep this in mind before posting. Thanks for suggesting.
I tried using jx.grid on my .aspx page. my code is like this . I have added all the necessary scripts but its throwing an error , please see attched image for reference. Please help me out in this . I wiould really appreciate <%@ Page Language="C#" AutoEventWireup="true" CodeFile="AttributeEditor.aspx.cs" Inherits="common_Attribute_AttributeEditor" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="../../css/jxskin-border.css" title="Border" /> <link rel="alternate stylesheet" type="text/css" href="../../css/jxskin-graphic.css" title="Graphic" /> </head> <body> <form id="form1" runat="server"> <div id="ssSwitcher"> <label>Skin: <select onchange="setActiveStyleSheet(this.options[this.selectedIndex].value)"> <option value="Border">Border</option> <option value="Graphic">Graphic</option> </select> </label> </div> <div id="test"></div> </form> </body> </html> http://osgeo-org.1560.n6.nabble.com/file/n4994049/error.png ----- VEER HCLTECH,INDIA -- View this message in context: http://osgeo-org.1560.n6.nabble.com/how-to-show-attribute-table-by-using-Jx-Grid-in-IE-tp4185408p4994049.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
