Forum Replies Created
-
Author
-
December 22, 2021 at 8:19 pm in reply to: filter bar issue with checkbox column filter bar issue with checkbox column #121258
I have created a new code sample for this issue – could we take another look?
https://jseditor.io/?key=32dd7b56636411ecb79fc4377264e2bc-ver-2
thanks!November 2, 2021 at 3:37 pm in reply to: date filter keyboard input issue date filter keyboard input issue #121012Thanks Yavor. In that example, if i remove
showfilterbar: true
andfilterbarmode: simple
the keyboard input still doesnt seem to work for me. are you seeing different results there?November 1, 2021 at 6:49 pm in reply to: filter bar issue with checkbox column filter bar issue with checkbox column #121006Sorry about that – I think i just needed to make the code publicly shared – it should be viewable now
April 6, 2020 at 2:38 pm in reply to: Cell alignment with autoheight Cell alignment with autoheight #111653Thanks Hristo – overriding the styles was the way to go!
Wow – just to clarify… the export function used to use a JQWidgets server side function by default. Is that no longer the case now? I have implemented my own server side logic to take the EXCELML and turn it in to an XLSX file, but if I can remove that, i’d like to!
Is that happening right in the client now in the new version?
April 3, 2020 at 9:43 pm in reply to: Cell alignment with autoheight Cell alignment with autoheight #111635Hi Hristo
I’m looking for vertical alignment. This comes in to play when the row heights in the grid are of varying size based on the content (with autoheight:true). By default, content is vertically centered in every column. I’m looking to move the content to the top of every cell without using cellsrenderer for every column (if possible!)May 29, 2019 at 6:03 pm in reply to: Save/Load State issue with grouped columns Save/Load State issue with grouped columns #105446Thanks Todor – it’s a simple solution, and it works! I appreciate the help!
May 28, 2019 at 12:47 pm in reply to: Save/Load State issue with grouped columns Save/Load State issue with grouped columns #105402Todor,
Looking at your fiddle there, I can see that you turn autosavestate and autoloadstate off. While that does make the reset state work properly, it doesn’t fit my use case because I need to have autoloadstate and autosavestate enabled. With those enabled, the problem still remains.
ultimately, my users want to make changes to the grid, browse away from the page, and have the grid be the same when they come back. They also need a way to reset the state of the grid, removing the customizations they have made.
May 23, 2019 at 12:40 pm in reply to: Save/Load State issue with grouped columns Save/Load State issue with grouped columns #105351If the loadstate function doesn’t restore groups and sorting that is no big deal – I could just call resetgroups and manually resort before or after loadstate.
The problem is – that’s not working for me. When there are groups applied, loadstate is throwing errors instead of just ignoring the groups. Also, my initial state is being changed as I work with the grid, so I can’t reliably restore to that. It seems like these are bugs – can you confirm the intended behavior here?
I’d really like to avoid manually setting the index and visibility on every column in my grid (on every grid in my application). That is going to be a big maintenance problem as columns are added/removed/renamed.
May 21, 2019 at 12:29 pm in reply to: Save/Load State issue with grouped columns Save/Load State issue with grouped columns #105324Thanks Todor. Is there an easy way reset the order/visibility of columns ?
Generally, the response from the team about resetting the state is to capture the it in the Ready function and restore it later. Have there been changes to the framework that make that a non-viable solution going forward?
Thanks Peter. The example there wasn’t quite what I was looking for, but it pointed me in the right direction.
February 19, 2019 at 2:02 pm in reply to: keyboard scrolling issue with checkbox selection keyboard scrolling issue with checkbox selection #104063Got it – thank you!
May 31, 2017 at 2:33 pm in reply to: Problem with Export to Excel when 100 records in Grid. Problem with Export to Excel when 100 records in Grid. #93995Setting up PHP in a .NET environment to serve a single file is not basic or optimal. Does a .NET solution exist for this functionality?
May 31, 2017 at 1:43 pm in reply to: Problem with Export to Excel when 100 records in Grid. Problem with Export to Excel when 100 records in Grid. #93992Also having this issue and could use a little more help than ‘upload the php file to your sever’.
I have a developer license and I’m running ASP.NET MVC. Do I need to install PHP on my web server to make this work? Is there an ASP.NET equivalent of the export code I can host in a controller action? Do I need to setup my project to server a static file? Do I need to setup a stand alone project to host a single file to serve up exports?
Please don’t just paste a link to a canned demo or tell me to upload save-file.php to my server. Some kind of documentation or step by step instruction would be really helpful.
January 16, 2017 at 4:05 pm in reply to: cellclassname styles being overridden cellclassname styles being overridden #90719After some testing, I have discovered that this behavior exists when jqx.base.css is referenced after the stylesheet containing the style being set in the cellclassname callback.
In my case, needed to reference jqx.base.css before bootstrap so I could add the ‘bg-info’ class to a cell
-
AuthorPosts