or
hi all
i have a little problem with radalert method, i am trying to open an alert with an asp button, try with register startup script but this dont work as expected
somebody have an example that can show me
dcConnections dc = new dcConnections();g.DataSource = dc.GetMetrics();if (Assembly.GetAssembly(typeof(ScriptManager)).FullName.IndexOf("3.5") != -1 || Assembly.GetAssembly(typeof(ScriptManager)).FullName.IndexOf("4.0") != 1){ g.MasterTableView.FilterExpression = @"it[""ParentID""] == null";}else{ g.MasterTableView.FilterExpression = "ParentID IS NULL"; } g.MasterTableView.FilterExpression = @"it.ParentID == null"; RadGrid1.MasterTableView.ExportToExcel();