jQWidgets Forums
Forum Replies Created
-
Author
-
May 22, 2020 at 4:23 pm in reply to: Dynamic rowDetails height in jqxDataTable Dynamic rowDetails height in jqxDataTable #112049
Are these magic properties documented anywhere? What other properties exist on rowinfo? Can I make it scroll if the content is too big? Does that require a template? The docs and examples seem very light for this extremely useful feature (rowDetails) which I am using quite a bit – I’d like to be able to reduce the amount of runtime DOM changes I have to make to take advantage of this feature (the row details I am generating are unique to literally every row, so even a template approach only gets me as far as a simple container, maybe some surrounding controls – content is all unique per row).
February 17, 2020 at 5:18 pm in reply to: Pressing tab key causes checkbox selected in 'checkbox' selectionmode. Pressing tab key causes checkbox selected in 'checkbox' selectionmode. #108126STILL NOT FIXED. and I only found out about it after spending 8 hours converting my custom grids to use the checkbox selection mode and in the process destroying the functionality of keyboard navigation.
September 16, 2019 at 2:20 pm in reply to: install jqwidgets in angular 6 project install jqwidgets in angular 6 project #106773Good grief, so obvious – I was following (old I guess) instructions that installed some jqwidgets-framework or something and none of the module import paths would resolve (although I had triple-checked they were there). Somehow never saw the install for the individual -ng package. Thanks!
September 10, 2019 at 8:04 pm in reply to: install jqwidgets in angular 6 project install jqwidgets in angular 6 project #106709I have the same issue… I have existing Angular 8 projects, so starting from the “create” starter is not an option. But the npm install for the framework for some reason doesn’t work. It installs into the node_modules just fine, but the path reference won’t resolve – ‘jqwidgets-framework/jqwidgets-ng/anything’. If I copy the jqwidgets-ng folder from the starter into the project it works fine, but the next time I install some other module and recompile the jqwidgets-ng folder will get deleted since it has no formal dependency. Why won’t the framework install work – I see nothing wrong with the path or the dependency mapping, but has to be something wrong. All help appreciated – jqWidgets has turned out to be a lifesaver for at least one project, so I need to keep using it
-
AuthorPosts