multi tables load dynamicaly
multi tables load dynamicaly
hello,
it is possible to load datagrid dynamicaly when i click on another datagrid.
example :
i have a first datagrid, when i click on this first row , i display another datagrid with detail for example.
second question
if i want to load all data (because not too much data) for my two grid , can i save it on the client side and call them for load grid when i want.
what is it the best format to do this ? json xml html
thank for your answers.
sorry for my english ;-)
best regards
it is possible to load datagrid dynamicaly when i click on another datagrid.
example :
i have a first datagrid, when i click on this first row , i display another datagrid with detail for example.
second question
if i want to load all data (because not too much data) for my two grid , can i save it on the client side and call them for load grid when i want.
what is it the best format to do this ? json xml html
thank for your answers.
sorry for my english ;-)
best regards
This discussion has been closed.
Replies
@second question: This is possible in HTML5's SQL implementation. Unfortunately, it is not widely supported yet. See http://www.tutorialspoint.com/html5/html5_web_sql.htm.