I have the grid in a user control in the default page (which has a master page). Once I bind the control the the dataview, if I do any thing out side of the control, do any of the client side functionality, close the control, rebind or try to clear the control I keep getting this javascript runtime error. I cannot find anything on the web about this error. What am I missing.
Microsoft JScript runtime error: 'this._owner.MasterTableView.get_element().offsetWidth' is null or not an object
I have grouping, sorting, resizing, column reorder and exporting enabled.
Thanks
Microsoft JScript runtime error: 'this._owner.MasterTableView.get_element().offsetWidth' is null or not an object
I have grouping, sorting, resizing, column reorder and exporting enabled.
Thanks