hello,
i hope you can help me
i have a grid in a tab and a formview in another tab, i wish that when something happens on the FV, the grid updates. I make a databind, the update is ok, but the grid form isn't, this collapse and i just can see the headertext and the pagination but not the rows
in the ajaxmanager i have this
<telerik:AjaxSetting AjaxControlID="fmv_FormaDatosFCC_Funcion">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="grd_Datos_Filtro"/>
</UpdatedControls>
</telerik:AjaxSetting>
in the function this
protected void fmv_FormaDatosFCC_Funcion_OnItemInserted(object sender, EventArgs e)
{
grd_Datos_Filtro.DataBind();
}
i hope you can help me
i have a grid in a tab and a formview in another tab, i wish that when something happens on the FV, the grid updates. I make a databind, the update is ok, but the grid form isn't, this collapse and i just can see the headertext and the pagination but not the rows
in the ajaxmanager i have this
<telerik:AjaxSetting AjaxControlID="fmv_FormaDatosFCC_Funcion">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="grd_Datos_Filtro"/>
</UpdatedControls>
</telerik:AjaxSetting>
in the function this
protected void fmv_FormaDatosFCC_Funcion_OnItemInserted(object sender, EventArgs e)
{
grd_Datos_Filtro.DataBind();
}
