This question is locked. New answers and comments are not allowed.
I have a grid (using Ajax databinding) in which I have setup a master detail view. The structure is like this:
MasterGrid.DetailView.Template()
TabStrip.Items
DetailGrid
The MasterGrid and DetailGrid both contain the exact same kind of data (master being the most current instance of something and detail containing past instances of the same thing). The formatting (i.e. Template) on the master grid and the detail grid needs to be the same (and it is setup that way) . The ClientTemplate stuff is also setup the same way meaning the MasterGrid and the DetailGrid match their calls to ClientTemplate.
My issue is that the ClientTemplate calls in the DetailGrid are working just fine but the calls to Template appear to be ignored (although the columns appear in order as specified)
Any help would be great.
MasterGrid.DetailView.Template()
TabStrip.Items
DetailGrid
The MasterGrid and DetailGrid both contain the exact same kind of data (master being the most current instance of something and detail containing past instances of the same thing). The formatting (i.e. Template) on the master grid and the detail grid needs to be the same (and it is setup that way) . The ClientTemplate stuff is also setup the same way meaning the MasterGrid and the DetailGrid match their calls to ClientTemplate.
My issue is that the ClientTemplate calls in the DetailGrid are working just fine but the calls to Template appear to be ignored (although the columns appear in order as specified)
Any help would be great.