Author Topic: Online Editor Environment  (Read 1698 times)

scotth

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 6
    • View Profile
Online Editor Environment
« 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

scotth

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Online Editor Environment
« Reply #1 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: Online Editor Environment
« Reply #2 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
« Last Edit: June 01, 2017, 09:49:04 pm by paramquery »