Whats an efficient way to design huge forms with grid like structure
The forms which i am trying to design are grid like structure(horizontal and vertical mixed) with multiple columns and rows, inside the cell have to put textbox to get user input. Currently am using divider to create the required cells which is not an efficient way considering time and effort. it would be good, if it have any other way to design these kind of structure.

