コード例 #1
0
 /// <summary>
 /// Handles the GridRebind event of the gFamilyMembers control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gFamilyMembers_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindFamilyMembersGrid();
 }
コード例 #2
0
 /// <summary>
 /// Handles the GridRebind event of the gElementList control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gElementList_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }
コード例 #3
0
 /// <summary>
 /// Handles the GridRebind event of the gContentChannelItems control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gContentChannelItems_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindContentChannelItemsGrid();
 }
コード例 #4
0
 /// <summary>
 /// Handles the GridRebind event of the gBlockTypeAttributes control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gBlockTypeAttributes_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindBlockTypeAttributesGrid();
 }
コード例 #5
0
 /// <summary>
 /// Handles the GridRebind event of the control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="GridRebindEventArgs"/> instance containing the event data.</param>
 protected void gFileFormat_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }
コード例 #6
0
 protected void rgHtmlFragments_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }
コード例 #7
0
 /// <summary>
 /// Handles the GridRebind event of the gIncludedAttributes control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gIncludedAttributes_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindFieldGrid();
 }
コード例 #8
0
 /// <summary>
 /// Handles the GridRebind event of the gList control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gWorkflows_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }
コード例 #9
0
 /// <summary>
 /// Handles the GridRebind event of the control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="GridRebindEventArgs"/> instance containing the event data.</param>
 private void gDonations_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid(e.IsExporting);
 }
コード例 #10
0
 /// <summary>
 /// Handles the GridRebind event of the gPages control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 protected void gPages_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindPages();
 }
コード例 #11
0
 private void GUsers_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     ShowDetails();
 }
コード例 #12
0
 /// <summary>
 /// Handles the GridRebind event of the gFormTemplates control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Rock.Web.UI.Controls.GridRebindEventArgs"/> instance containing the event data.</param>
 private void gFormTemplates_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e)
 {
     BindGrid();
 }