Forum Replies Created
-
Author
-
March 29, 2021 at 10:26 am in reply to: filter for visible columns only filter for visible columns only #114978
thanks this is just what we needed filterable: false for a specific column
March 26, 2021 at 6:02 am in reply to: updateBoundData and hideColumn dont work correct updateBoundData and hideColumn dont work correct #114953thank you so much. just what you need
March 19, 2021 at 11:40 am in reply to: "hierarchy" and "columnGroups" "hierarchy" and "columnGroups" #114918thank. I solved the problem by changing the data that I display
I wanted to know if there is some setting that I missed or I did not correctly describe grid
March 18, 2021 at 11:59 am in reply to: "hierarchy" and "columnGroups" "hierarchy" and "columnGroups" #114907as a result, the appearance was
—————————————
|id| perentid |NameDepartment | people…My compani
—–HR department
———-Jack 08.01.2000
———-Nick 08.01.2000
———-Sten 08.01.2000
—-Worker department
——Clark 08.01.2000
——Worker department on strit
———-Jacks 08.01.2000
———-Nicks 08.01.2000
———-Fil 08.01.2000is it possible?
grouping rows to tree – this seems to be the name of this approachMarch 18, 2021 at 11:46 am in reply to: "hierarchy" and "columnGroups" "hierarchy" and "columnGroups" #114906similar to this example, but only so that there is a hierarchy inside the group
in this example, Countries-> Cities-> streets
March 18, 2021 at 11:42 am in reply to: "hierarchy" and "columnGroups" "hierarchy" and "columnGroups" #114905sorry, I made a mistake, “groupingDataFields” and “hierarchy”
March 16, 2021 at 7:57 am in reply to: jqwidgets, jquery ,jquery UI Version jqwidgets, jquery ,jquery UI Version #114881figured out the problem, did not connect the scripts correctly, namely:
no need to use NUGET for installation, download the archive from the jqwidgets website, add scripts from the archive to the project and add them after connecting jquery
March 16, 2021 at 5:42 am in reply to: jqxtree Cannot set property 'id' of undefined jqxtree Cannot set property 'id' of undefined #114877please tell me I understand correctly, you don’t need to install jquery for jqwidgets to work (in the examples, jquery is used everywhere)
March 15, 2021 at 1:51 pm in reply to: jqwidgets, jquery ,jquery UI Version jqwidgets, jquery ,jquery UI Version #114868remove jQuery?
Getting Started
Download jQWidgets
Unzip to a directory of your choice
Copy the jqwidgets directory to your project
Use your favorite text editor to create a basic HTML page:
<link rel=”stylesheet”
href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
<link rel=”stylesheet”
href=”../../jqwidgets/styles/jqx.darkblue.css” type=”text/css” />
<!– add the jQuery script –>
<script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
<!– add the jQWidgets framework –>
<script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>Did I understand correctly, you can remove jquery and everything will work
referring to the documentation where jquery is needed
March 15, 2021 at 11:56 am in reply to: jqxtree Cannot set property 'id' of undefined jqxtree Cannot set property 'id' of undefined #114863Good afternoon, I ran into a problem.
I wanted to display a tree in jqxtree and it gives the error “Cannot set property ‘id’ of undefined”decided to take an example from the site as an example
var source = [
{label: “Item 1”, expanded: true, items: [
{label: “Item 1.1”},
{label: “Item 1.2”, selected: true}
]
},
{label: “Item 2”},
{label: “Item 3”},
{label: “Item 4”, items: [
{label: “Item 4.1”},
{label: “Item 4.2”}
]
},
{label: “Item 5”},
{label: “Item 6”},
{label: “Item 7”}
];
// Create jqxTree.
$ (‘# jqxTree’). jqxTree ({source: source, height: ‘300px’, width: ‘300px’});the error remained
I use version
“~ / Scripts / jquery-3.5.1.min.js”,
“~ / Scripts / jquery – ui – 1.12.1.min.js”jQWidgets_Framework 8.1.4
August 23, 2018 at 5:16 am in reply to: Error when changing focus Password Input Error when changing focus Password Input #101650Google Chrome 68.0.3440.106
Internet Explorer 11.0.9600.18230August 22, 2018 at 11:59 am in reply to: Error when changing focus Password Input Error when changing focus Password Input #101641the code is taken from the demo version
August 22, 2018 at 11:58 am in reply to: Error when changing focus Password Input Error when changing focus Password Input #101640what can be problemma help please
is there an example for getting data via ajax
-
AuthorPosts