Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rajipillai

Pages: [1]
1
Thank you. I will try and let you know.

2
I am evaluating the pro version and when I clicked the maximize button it is showing blank page. I want to remove the maximize button. I see this answer in the forum but not sure where to apply this.

Maximize button can be disabled by setting collapsible.toggle to false http://paramquery.com/pro/api#option-collapsible

I tried to call this in document.ready function but nothing happened. I am new to jquery so need some help.

$(".selector").pqGrid({ collapsible: { on: false, collapsed: false, toggle: false, css: { zIndex: 1000 } } });
Where is the selector class is defined?

Also I would like to call a function when the grid is clicked and before the row expands. This also I have called in the document.ready but nothing is happening.

                        $(".selector").pqGrid({
                            beforeRowExpand: function (event, ui) {                           
                                loadingDiv(true);
                            }
                        });

I couldnt find any example for this in demo or in the forum. Also the maximize is button is not in the correct position. I am attaching an image. I was able to successfully show a dynamic form in the detail panel but stuck with the above issues.

Pages: [1]