Ajax DataGrid Support Product Page

This topic was archived

datagrid in an advanced tooltip

Asked 06 Mar 2009 12:20:15
1
has this question
06 Mar 2009 12:20:15 mike hall posted:
I have setup a page with a master and detail datagrid, this works ok (select row in master grid and then the detail grid is filtered).

I would like to have the master grid in an advanced tooltip. I have tried doing this and I have 2 problems:-

1. the page leaves blank space for the master grid even though it is within a hidden div
2. when the tooltip pops up it correctly display the master grid, however I cannoy make any movement within the master grid, I cannot click next/previous page or search or indeed anything within the master grid

Is it possible to have an ajax datagrid within an advanced tooltip, if it is not is it possible to have a master grid in an advanced layer popup and then filter the detail grid (and close the layer popup) when a row is selected in the master grid in the layer popup.

Replies

Replied 06 Mar 2009 14:09:13
06 Mar 2009 14:09:13 Miroslav Zografski replied:
Hi Mike,

Please, give me a clue on your Server Side Script Language. Is it PHP or ASP?

Regards,
Replied 06 Mar 2009 20:03:04
06 Mar 2009 20:03:04 mike hall replied:
I am using php
Replied 10 Mar 2009 17:18:16
10 Mar 2009 17:18:16 mike hall replied:
Do I take it there is no further response going to come on this topic?
Replied 11 Mar 2009 14:44:38
11 Mar 2009 14:44:38 Miroslav Zografski replied:
Hi Mike,

Sorry for the delay.
You can have a page set up with master grid, which page to be viewed in an Tooltip or Layer Pop-up. You can Set Behavior to control the Grid on pop-up/tooltip opener in same manner as if both grids are on one page. (Note: If opener is not working change it in the code with parent). Nex you need to close the tooltip so you can place Hide tooltip behavior on row click as you just did with the filtering. Set a time out so the filtering can proceed (not more than 1000) and choose Parent for "Close tooltip opened at: " option.

Regards,

Reply to this topic