Forum Replies Created
-
Author
-
November 16, 2020 at 5:06 pm in reply to: jqxGrid half a row at bottom & hover highlighting out of alignment jqxGrid half a row at bottom & hover highlighting out of alignment #113628
It might be a similar problem yes. I have the problem on Chrome and Edge but IE it works ok.
I am using v10.1.5 – should I upgrade from that?
November 13, 2020 at 9:30 am in reply to: jqxToolBar resizing – don't want wrap – want excess menu button jqxToolBar resizing – don't want wrap – want excess menu button #113603But I don’t want my buttons to get thinner. Anyway at design time if I make the toolbar shorter so the buttons do not all fit on then at run time the expander drop down button does appear with the extra buttons on. So I can’t see why this can’t happen at run time.
Is a workaround to recreate the toolbar every time it is resized? – that sounds messy though.
November 13, 2020 at 9:23 am in reply to: SHIFT-click is firing rowdoubleclick event SHIFT-click is firing rowdoubleclick event #113601>I have found that you are able to shift click on a jqxGrid through a jqxWindow
I didn’t know about that problem and now I have found it I need to get that fixed.
How can we stop the grid behind from getting a shift click when a window is open? Click and ctrl click don’t affect it. Only shift.
November 12, 2020 at 11:30 pm in reply to: jqxToolBar resizing – don't want wrap – want excess menu button jqxToolBar resizing – don't want wrap – want excess menu button #113593The toolbar takes 100% of the width of the viewport. Each button is a fixed width so where do the percentages come in? If the viewport is narrowed I want the buttons that do not fit to then appear on the dropdown button that should appear at the end. I don’t want my buttons to get narrower so there is no need for percentages.
That does not explain why your demo does not work properly and the expander drop down button half appears behind other controls.
October 22, 2020 at 3:02 pm in reply to: Cannot focus on grid in a window and menus behind Cannot focus on grid in a window and menus behind #113422Thank you. I have done this and I can now focus on the grid.
But the grid sort/filter menu popup still appears behind the window.
October 12, 2020 at 7:29 pm in reply to: How to get value of input field in toolbar How to get value of input field in toolbar #113290Can you please provide an example of how to get the text value from the input text box in the tool bar using the getTools() method?
Thanks
October 2, 2020 at 5:25 pm in reply to: Making a new control with same style as DateTimeInput Making a new control with same style as DateTimeInput #113227Yes thanks but I need to enter text in the text area and I need the button click so I can open a window rather than dropping down anything.
September 30, 2020 at 8:21 pm in reply to: How to select multiple rows in code How to select multiple rows in code #113198I managed to get this working by using the following multiple times:
$(this.Selector).jqxGrid({ selectedrowindex: Index });May 3, 2020 at 1:06 pm in reply to: Tell the grid backing data has changed client side Tell the grid backing data has changed client side #111895On my machine if the backing record is altered I have to call setCellValue to make it display the changes.
But if the grid has been sorted calling setCellValue is ignored and the grid always displays the old value. This is the main problem.
May 3, 2020 at 12:41 pm in reply to: Tell the grid backing data has changed client side Tell the grid backing data has changed client side #111894Is there any answer on this please? I need to understand the grid cells contents relationship with the setter on the backing record. Why sometimes it is not called and why sometimes it is called twice or once if you have sorted the grid.
April 27, 2020 at 3:47 pm in reply to: Tell the grid backing data has changed client side Tell the grid backing data has changed client side #111833I am trying setCellValue but I am seeing different behaviours.
In the following example it sets the cell value but that does not call the property setter on the backing record:
ExampleOn my machine when testing it is calling the property setter on the backing record.
What situation makes it call the record property setter when you set the cell value?
Actually on my machine it calls the setter twice but if I sort the grid then it only calls the setter once.
Really the setter does not need calling because the backing record has already been set first and I am trying to set the cell value to the same value.
So these different behaviours are confusing me and causing re-entrant code.
I am guessing when the grid is sorted there is some sort of object cloning and property scraping going on inside the grid because I don’t think my record class instances are the same maybe when sorted.
Please explain, thank you
March 21, 2020 at 4:43 pm in reply to: Stop text selection after double click Stop text selection after double click #111475Thank you very much. That fixed the problem. It still occasionally did it so I increased the delay to 250 and now is working well.
March 20, 2020 at 9:23 am in reply to: Stop text selection after double click Stop text selection after double click #111467Have you looked at the example above? Any ideas how to fix it?
March 17, 2020 at 10:22 am in reply to: Stop text selection after double click Stop text selection after double click #111438March 16, 2020 at 6:09 pm in reply to: Stop text selection after double click Stop text selection after double click #111430Thanks but I found the problem happens with selectionmode = multiplerowsextended
Then the rubber banding happens.
You can see this if you go to your grid demos and look at the “Data Export” example. If you click on the mouse and hold and drag you can see an expanding blue box on the screen. Now this is what happens when I double click and open a new browser tab. When I come back the mouse is still dragging this blue box around.
I need to use selectionmode = multiplerowsextended so is there a way to fix this problem please?
-
AuthorPosts