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 - peterchaim

Pages: [1]
1
Help for ParamQuery Pro / Re: need alternative detail models
« on: January 03, 2018, 11:20:56 pm »

Paramvir, thanks for your reply.

My question is whether the same row can have different detail models at different times? Perhaps, by re-initializing with different detail models.

Or do you think this will lead to problems? In which case, what would you suggest?

Thanks,
Peter

2
Help for ParamQuery Pro / need alternative detail models
« on: January 03, 2018, 10:33:39 pm »

Hi,

My team has a need for multiple detail models. In other words, alternative ways to drill down into detail for each row.

This topic gives me hope that the detail model can be reinitialized at run time, is that true?

   Topic: detail Model turning on / off at run time  (Read 191 times)

If not, what suggestions might you have? For example, I could imagine changing the titles of columns at runtime, hiding and un-hiding columns at runtime, or other similar work arounds.

Thanks,
Peter

3

Hi Paramvir thanks for your help so far, I'm making good progress!

I'm struggling with column width. If I specify the minwidth or width attributes in the colModel, then the column is no longer resizable. Adding resizable: true does not help. Adding flexWidth on the grid level seems to ignore all the settings and I start out with a very narrow grid that does not show the values fully.

Instead of resizing, the columns move to new relative locations -- that is a feature I do not need.

I'm also having some trouble with the height attribute -- I set it to 100% but it is not using all of the height in the containing panel.

Thanks again for your help - enjoy your weekend!

Thanks,
Peter, Steward Health Care


4
Help for ParamQuery Pro / scroll bars for nested grids
« on: August 17, 2017, 02:17:50 am »

Hi,

I am using ParamQuery to display a dynamic tree with three levels of nested grid data.

My customers are unhappy with the page models that display the detail data. They would rather navigate through all of the data on a level using scroll bars in the detail windows.

Is this possible? How?

Thanks for the help!
Peter

p.s. My manager recently purchased a Pro license for Steward Health Care --

5

I was getting this error working with ASP.NET MVC. It turned out that the layout cshtml file was including jquery twice -- once at the top where I added the ParamQuery includes, and once near the bottom as:

   @Scripts.Render("~/bundles/jquery")

The second loading of jquery clobbered the first, so it appeared as if pqGrid wasn't defined.

Pages: [1]