or
| <telerik:GridDateTimeColumn PickerType="DatePicker" DataFormatString="{0:dd. MMM yyyy}" UniqueName="ValidTo" HeaderText="ValidTo" DataField="ValidTo" DataType="System.DateTime" /> |
I have a Hierarchy grid with a custom filter control on the page as well. I need to be able to rebind the grid after I select the filter string from the custom control. ReBinding the MasterTableView works great but I cannot get the 1st and only details table to rebind.
Is there any way to use radgrid.MasterTableView.DetailTables[0].Rebind(); from say a linkbutton command routine. I've done all I know.
Thanks for your help!