Hello,
I have 2 questions.
Q 1.) I have a MasterTableView and a DetailTables. This works fine.
When i have 1 DataRow in the DetailTable, how can i hide the "Add new record" in the DetailTable header?
Q 2.) I will use a new button in the DetailTable in the DataRows. This will open a new Window with Javascript. I need 2 parameters from the MasterTableView Columns. This columns are "visible=false" in the grid. How can I access this data via Javascript?
Best regards
Reiner
I have 2 questions.
Q 1.) I have a MasterTableView and a DetailTables. This works fine.
<
MasterTableView
DataKeyNames
=
"cid"
DataSourceID
=
"SqlDataSource1"
>
<
DetailTables
>
<
telerik:GridTableView
runat
=
"server"
DataKeyNames
=
"cid"
DataSourceID
=
"SqlDataSource2"
AllowPaging
=
"False"
CommandItemDisplay
=
"Top"
AllowAutomaticInserts
=
"True"
AllowAutomaticUpdates
=
"True"
>
<
ParentTableRelation
>
<
telerik:GridRelationFields
DetailKeyField
=
"cid"
MasterKeyField
=
"cid"
/>
</
ParentTableRelation
>
...
When i have 1 DataRow in the DetailTable, how can i hide the "Add new record" in the DetailTable header?
Q 2.) I will use a new button in the DetailTable in the DataRows. This will open a new Window with Javascript. I need 2 parameters from the MasterTableView Columns. This columns are "visible=false" in the grid. How can I access this data via Javascript?
Best regards
Reiner