want to display grid with its data within same page.

Questionswant to display grid with its data within same page.
varun asked 11 years ago

i am passing page name in server query string as newpage.php(which is grid with database values and add,edit and delete options)

now
in ahref i am giving currentPage?newpage.php
by clicking that ahref i am just getting grid not its data. why?

2 Answers
Abu Ghufran answered 11 years ago

Hello,

Check out the FAQ topic of blank grid display.

How-Tos & FAQs

Let me know in case of further issue.

Regards

Abu Ghufran answered 11 years ago

If there is an issue with page loading with querystring param, you must set following option along with your other grid options.

$opt["url"] = "<URL-WITH-PARAM>";
$g->set_options($opt);

This url param is used for data loading and editing.

Your Answer

3 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?