Hello,
I have a RadGrid with one detailtable.
Both the MasterTableView as the DetailTable GridTableView have the following CommandItemTemplate
When i click the refresh button on the DetailTable, the MasterTableView gets rebound.
Is it possible to only have the DetailTable GridTableView to rebind?
Kind regards.
I have a RadGrid with one detailtable.
Both the MasterTableView as the DetailTable GridTableView have the following CommandItemTemplate
<
CommandItemTemplate
>
<
div
style
=
"padding: 5px 5px 5px 5px; float: right; display: inline"
>
<
asp:LinkButton
ID
=
"RebindButton"
runat
=
"server"
CommandName
=
"RebindGrid"
ToolTip
=
"Refresh"
>
<
asp:Image
ID
=
"RebindImage"
runat
=
"server"
ImageUrl
=
"~/Images/Refresh.gif"
ImageAlign
=
"Middle"
/>
</
asp:LinkButton
>
</
div
>
</
CommandItemTemplate
>
When i click the refresh button on the DetailTable, the MasterTableView gets rebound.
Is it possible to only have the DetailTable GridTableView to rebind?
Kind regards.