I have a table that contains a set of language as follow :
English(US)
English(UK)
French(FR)
French(CA)
etc...
I want to group them in the grid view like this :
- English
English(US)
English(UK)
+French
.....
Now each row contains data that can be edited like Rate that can be Updated or added.
If the user want to enter a single rate for all English Language he doesn't need to collapse Englsih language, he will just enter the Rate in the Header so All sub language will have the same rate.
For custom rate per Sub-Language he collapse the Language and edit the rate of each sub-language.
This is my main goal.
Any ideas will be highly appreciated.
Thanks a lot.