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