jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks for the example. This line worked for me.
contextMenu.jqxMenu('open', parseInt(event.args.originalEvent.clientX) + 5 + scrollLeft, parseInt(event.args.originalEvent.clientY) + 5 + scrollTop);
Thanks for the example. This line worked for me.
“contextMenu.jqxMenu(‘open’, parseInt(event.args.originalEvent.clientX) + 5 + scrollLeft, parseInt(event.args.originalEvent.clientY) + 5 + scrollTop);”
Thanks for the example. This line worked for me.
contextMenu.jqxMenu(‘open’, parseInt(event.args.originalEvent.clientX) + 5 + scrollLeft, parseInt(event.args.originalEvent.clientY) + 5 + scrollTop);
April 10, 2019 at 3:34 pm in reply to: JqxNumberInput localization JqxNumberInput localization #104714But even after that I still see final output in the form of English format i.e. “12346.789”. It shows me the group and decimal separator only when I am in edit mode. Actually its the system number format and not the system language that is important in this case. The system language can be anything. But my grid should consider the system number formatting.
To access it on Windows 10: Go to setting-> Time & Language -> Under Related Settings, select “Additional date, time & regional settings”. It will open a dialog box. Under Language, click “Add a Language”. On the left side, click “Change date, time, or number formats”.
March 21, 2019 at 9:03 pm in reply to: JqxNumberInput localization JqxNumberInput localization #104453In other words, if my page is in German/French, then user should be able to enter “123.456,789” in the jqxNumberInput field. Is this possible?
Since the auto-resizing the column depends on its content, then why the image is getting clipped off for 2nd col & 2nd row? And one more thing, When I click on the drop down (2nd row), the menu takes the width of the cell. But after selecting an option from drop down menu, when I change the width of the column and then again click on the drop down, its width remains same. Width of drop down menu does not changes according to the width of the column. Do you have any idea about this? Please refer the same jseditor link mentioned in above post.
Regards
September 28, 2018 at 5:12 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102187And I have few more queries. Now I have a jqxInput field and when I select the cell, I want the text to get highlighted. Second, assume that I have implemented a validation that allows only numbers into jqxInput type cells. I want to display some text in that cell as default, but as soon as I click on it, it should show me 0.
In the below example, row 1 is of type JqxInput.
https://jseditor.io/?key=javascript-app-ver-6Thanks
September 28, 2018 at 2:16 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102181Thank you very much.
September 27, 2018 at 5:40 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102164And also why it take 3 clicks to get the drop down list? Is it because of the custom columns?
September 27, 2018 at 5:39 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102163Hi Martin, I have one more question. How can I avoid the context menu to popup whenever I click on Column Header. I mean I don’t want the context menu on header, I want it to appear only when I right click on the rows.
Regards.
September 18, 2018 at 5:20 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102033Thanks a lot. It worked for me.
September 17, 2018 at 12:36 pm in reply to: Custom Columns Grids Context Menu Custom Columns Grids Context Menu #102013sorry for that. I have made it public now.
August 27, 2018 at 1:59 pm in reply to: Column header click event not giving correct value Column header click event not giving correct value #101726Hi Martin, I tried your example, but it looks like “columnHeaderElement” returns all column’s text which have “renderer” function. In the fiddle example if I console.log the “columnHeaderElement”, it give me the column’s text and not the datafields. In the fiddle example the datafields and the texts are same for each column. But in my case all columns have same text but different datafields. Is there a way to pass the column’s datafield instead of column text?
Thanks for the help.
Hi, I have a grid with custom column types i.e., within a column I have defined the editor based on the row like for row 1 it should be jqxInput, for row 2 it should be jqxDropDownList.. etc. Now when I copy data of one row of type jqxInput using CTRL+C and paste it using CTRL+V to another row of type jqxNumberInput, it paste the data however it should not because the input types are different. Is there a way to validate this action while pasting?
Thanks
Hi Martin, I do have another issue that I found after what you have suggested. Selection mode being “multiplecellsextended” OR “multiplecellsadvanced”, I can select cells that are there on the screen. I mean if I drag and select, the grid does not scroll with the selection. I have attached a link to jsfiddle example.
-
AuthorPosts