ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: scotth on June 01, 2017, 07:51:53 pm

Title: Online Editor Environment
Post by: scotth on June 01, 2017, 07:51:53 pm
Hello,

I have created a gridview using paramquery that contains many features (for later C# Razor data injection), and it looks perfect in the online editor. However, when I add the scripts to my Visual Studio solution, the Hide Column buttons appear as a multi-row select (everything else looks the same). I imagine this is either a version issue or I'm missing a style sheet. The attached code looks perfect when pasted into https://paramquery.com/pro/demos/selection_row.

What version of ParamQuery Pro do I need to match the online editor, and what files (css, js, third-party libraries...everything) need to be included to make my Visual Studio environment identical to https://paramquery.com/pro/demos/selection_row?

Thank you
Title: Re: Online Editor Environment
Post by: scotth on June 01, 2017, 09:15:38 pm
Hello,

I have since include the pqSelect css and javascript files, and they definitely helped; however, there are still styling issues. In the attached image, the top portion is what is displayed, and the bottom portion is what is desired. How can I fix this?

Thank you
Title: Re: Online Editor Environment
Post by: paramvir on June 01, 2017, 09:47:28 pm
1. Please check the list of include files here: https://paramquery.com/pro/tutorial#topic-include. In addition pqSelect.js and css files are needed for pqSelect component.

2. Please ensure all js and css files belong to same and latest version. For example if js version is 3.a.b then css version should also be 3.a.b

3. Please ensure all files are loading correctly. Look out for any 404 or any other errors in the browser console.

4. Please ensure the jQueryUI version = 1.11.4