i am new in telerik and i am facing one problem
i am using master and details table in radgrid in my project when i click on expand icon page take postback and id not getting in itemdatabound event ,
i am also use
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="radGridSupportCategories" />
<telerik:AjaxUpdatedControl ControlID="radbtnSearch" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadGrid ID="radGridSupportCategories" runat="server" OnNeedDataSource="radGridSupportCategories_NeedDataSource"
AllowSorting="True" AllowPaging="True" AutoGenerateColumns="False" CellSpacing="0"
GridLines="None" OnDetailTableDataBind="radGridSupportCategories_DetailTableDataBind"
OnItemDataBound="radGridSupportCategories_ItemDataBound">
pls anyone has solution than tell me i am waiting