Help !!! HierarGrid Problem

K

Kalyan

Hi all,

Im using the HierarGrid control provided by Denis Bauer at
http://www.denisbauer.com/ASPNETControls/HierarGridDemo.aspx

I am having problems when tryin to implement in my application.

I updated the code accordingly and created datarelations amoung the
dataset.

It throws me something like a javascript error ('object expected' )
when I click on the '+' symbol to drill down.

I know that this problem is because I am calling this page in an DIV
tag of the Main page. When I used it as a separate page, it works like
a charm. but, I need it in the Div Tag.

The Code Im using to post the page in the Div tag is:

p.open("POST", "case.aspx",false); // case.aspx has the
//HierarGrid Control
p.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded");
p.send(null);

var oCell = GetTagByID("case");
oCell.innerHTML = p.responseText; // Getting the response
// from the case.aspx
// page and displaying in
the MainPage.

This may be similar to the problem when you are using frames or
IFrames. but I dont know what it might be.
Do anyone know where the problem might me...Any insight is
appreciated..

Thanks a lot in advance.
Regards,
Kalyan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top