Hi,
We use a gridview with a gridviewrelation.
The Case:
We have a list of projects, for each project we have employees working on a specified project.
For each week they have to put amount of hour(s), W1 -2014, etc... (see picture)
We have also a column W1Description2014 etc... we want to add this below the column of W1-2014, etc...
See picture for more information.
This is de code we use to add the grid relation:
Dim MyProjectRelation As New GridViewRelation(MyBase.SearchGrid.MasterTemplate, template)
MyProjectRelation.RelationName = "ProjectRelations"
MyProjectRelation.ParentColumnNames.Add("projectnr")
MyProjectRelation.ChildColumnNames.Add("projectnr")
In telerik screenshot we see difrent styles, but we can't find this issue in code.
Do you have any solution for this issue ?
With friendly regards.
We use a gridview with a gridviewrelation.
The Case:
We have a list of projects, for each project we have employees working on a specified project.
For each week they have to put amount of hour(s), W1 -2014, etc... (see picture)
We have also a column W1Description2014 etc... we want to add this below the column of W1-2014, etc...
See picture for more information.
This is de code we use to add the grid relation:
Dim MyProjectRelation As New GridViewRelation(MyBase.SearchGrid.MasterTemplate, template)
MyProjectRelation.RelationName = "ProjectRelations"
MyProjectRelation.ParentColumnNames.Add("projectnr")
MyProjectRelation.ChildColumnNames.Add("projectnr")
In telerik screenshot we see difrent styles, but we can't find this issue in code.
Do you have any solution for this issue ?
With friendly regards.