You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/aspnet_master_detail_show_e...

16 lines
483 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<script runat="server" language="C#">
void changeShowEmptyDetails(object sender, EventArgs e)
{
grid1.MasterDetailSettings.ShowEmptyDetails = ChkShowEmptyDetails.Checked;
grid2.MasterDetailSettings.ShowEmptyDetails = ChkShowEmptyDetails.Checked;
}
</script>
<html>
<head>
<title>obout ASP.NET Grid examples</title>
<style type="text/css">