.Net gridview class [SOLVED]
.Net gridview class [SOLVED]
jp_noronha
Posts: 59Questions: 0Answers: 0
Hi Allan,
thks for an excelent tool. Being a .Net developer and newbie in jquery i put great value on it.
At the moment I trying to build DataTable into a .Net class, using a gridview as base class (.Net 3.5) and datatable as a wrapper. The purpose of all this is to facilitate the team of developers during development and provide cleaner sources to them (all jquery is treated inside the class and only if nedded).
At the moment I have 1 problem to solve to give final ok.
1 - complex headers and exporting. After a lot of research i found a possible solution (http://datatables.net/forums/discussion/4440/using-tabletools-with-grouped-column-colspan-headers/p1), but haven't figured out where/how to implement it.
Can you give a look and point me in the right direction ??
thanks in advance and sorry for my poor english (lack of practice).
Joao Paulo
thks for an excelent tool. Being a .Net developer and newbie in jquery i put great value on it.
At the moment I trying to build DataTable into a .Net class, using a gridview as base class (.Net 3.5) and datatable as a wrapper. The purpose of all this is to facilitate the team of developers during development and provide cleaner sources to them (all jquery is treated inside the class and only if nedded).
At the moment I have 1 problem to solve to give final ok.
1 - complex headers and exporting. After a lot of research i found a possible solution (http://datatables.net/forums/discussion/4440/using-tabletools-with-grouped-column-colspan-headers/p1), but haven't figured out where/how to implement it.
Can you give a look and point me in the right direction ??
thanks in advance and sorry for my poor english (lack of practice).
Joao Paulo
This discussion has been closed.
Replies
in the process of documenting and building demos to put in web for all that use ASP.NET and JQUERY
joao