A
Amar
Hi,
I am new to Infopath. I want to show the records from the data source in
infopath like data grid in ASP.NET. Now I am using "Repeating Section"
control, but the problem with this control is label of the data column is
duplicating for each row of the data. I want to show the Label of data column
once and show the data of multiple rows like
EmployeeId EmployeeName Age
------------- ------------------- --------
1 Raghu 30 EditLink
2 Amar 25 Edit Link
instead of
EmployeeId: 1
EmployeeName: Raghu
Age: 30
EmployeeId: 2
EmployeeName: Amar
Age: 25
When I click edit link I want to make that row editable and save to database
or take the EmployeeId of the row show the data of the row in editable form
in seperate form and save to database.
You quick help is highly appreciated
Thanks,
Amar
(e-mail address removed)
I am new to Infopath. I want to show the records from the data source in
infopath like data grid in ASP.NET. Now I am using "Repeating Section"
control, but the problem with this control is label of the data column is
duplicating for each row of the data. I want to show the Label of data column
once and show the data of multiple rows like
EmployeeId EmployeeName Age
------------- ------------------- --------
1 Raghu 30 EditLink
2 Amar 25 Edit Link
instead of
EmployeeId: 1
EmployeeName: Raghu
Age: 30
EmployeeId: 2
EmployeeName: Amar
Age: 25
When I click edit link I want to make that row editable and save to database
or take the EmployeeId of the row show the data of the row in editable form
in seperate form and save to database.
You quick help is highly appreciated
Thanks,
Amar
(e-mail address removed)