/// <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(); }
/// <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(); }
/// <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(); }
/// <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(); }
/// <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(); }
protected void rgHtmlFragments_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e) { BindGrid(); }
/// <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(); }
/// <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(); }
/// <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); }
/// <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(); }
private void GUsers_GridRebind(object sender, Rock.Web.UI.Controls.GridRebindEventArgs e) { ShowDetails(); }
/// <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(); }