hi,
Find the attached grid image
I am using nestedviewtemplate in my application. i am saving the grid values using this query
gvAddPlans - This original grid
gvAddSubPlans - This is nestedview grid
For Each item As GridDataItem In gvAddPlans.Items
Next
How to get NestedView grid values.
i used this query
For Each NesItem As GridNestedViewItem In gvAddPlans.Items
Next
but it is not working
please give me any idea for this one.
Thanks,
Find the attached grid image
I am using nestedviewtemplate in my application. i am saving the grid values using this query
gvAddPlans - This original grid
gvAddSubPlans - This is nestedview grid
For Each item As GridDataItem In gvAddPlans.Items
Next
How to get NestedView grid values.
i used this query
For Each NesItem As GridNestedViewItem In gvAddPlans.Items
Next
but it is not working
please give me any idea for this one.
Thanks,