HereĀ“s what my goal is, when i hoover/select a row (client-side) i want the row to expand, load and show detailed information
-i dont want the expand or + sign to be shown
-it has to collect information from the webservice on each call so i cant load all data to the mastertableview.
please see this site when you hoover a product name or select row, this is pretty much exactly what i want to accomplish.
http://www.prisjakt.nu/kategori.php?k=107
http://www.prisjakt.nu/produkt.php?e=2087097
1. Could an ajax call expand a nested grids template view under respective row to this specification?
2. could i use a ajax tooltip holding a usercontrol? if so, how do i make it show up under the selected row?
3. would i be better of using JSON and a selfmade JavaScript to alter the rows inline html and add a span/tablerow under the selected row?
Reason for leaning towards JSON is that ajax might cause to much traffic and due to very tricky sql calculations the results can take a few seconds, with JSON a partial result can be shown until its complete.
On the other hand, if there is a neat and easy way of doing this to a telerik standard using Ajax i might go this route as JSON and JavaScript could cause some browser incompability we all like to avoid taking our time.
Really appreciate any thoughts and guidelines on this
-i dont want the expand or + sign to be shown
-it has to collect information from the webservice on each call so i cant load all data to the mastertableview.
please see this site when you hoover a product name or select row, this is pretty much exactly what i want to accomplish.
http://www.prisjakt.nu/kategori.php?k=107
http://www.prisjakt.nu/produkt.php?e=2087097
1. Could an ajax call expand a nested grids template view under respective row to this specification?
2. could i use a ajax tooltip holding a usercontrol? if so, how do i make it show up under the selected row?
3. would i be better of using JSON and a selfmade JavaScript to alter the rows inline html and add a span/tablerow under the selected row?
Reason for leaning towards JSON is that ajax might cause to much traffic and due to very tricky sql calculations the results can take a few seconds, with JSON a partial result can be shown until its complete.
On the other hand, if there is a neat and easy way of doing this to a telerik standard using Ajax i might go this route as JSON and JavaScript could cause some browser incompability we all like to avoid taking our time.
Really appreciate any thoughts and guidelines on this