
I have a production application that users intermittently report getting a SYS not defined error on, and the radEditor fails to paint. I know there are various reasons for getting this error, but most of them are all setup related and would not apply for an intermittent occurrence. Any hints on how to track this down? It is not related to the user’s computer because everything is fine most of the time for the users who have reported this issue.

I was wondering if someone could explain to me how to get the datakeyvalue of a selected row on the server side and outside of a radgrid event.
For instance say I have a radgrid and it has a row that has been selected. When someone clicks a button (called btnTest for instance) that is somewhere else on the page, how do I go about getting the datakeyvalue of the selected row in btnTest’s click event.
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MyConnectionString %>" SelectCommand="SELECT * FROM @Table"><SelectParameters> <asp:ControlParameter ControlID="DropDownList1" Name="Table" PropertyName="SelectedValue" Type="String" /></SelectParameters>