I am working on upgrading an old asp gridview that has poor formatting. I was considering Bootstrap but wanted to get anyone's advice if this is the best method of formatting and handling a gridview table or if there are other decent alternatives that get the same high quality formatting.
The main purpose of this is on desktop computers. The gridview has edit, update and insert. Needs to sort, search, filter, etc. and has a database connection through the c# file.
Any advice?