jQWidgets Forums
Forum Replies Created
-
Author
-
October 6, 2019 at 11:54 pm in reply to: vue jqxGrid pagination, filter and sorting on server side vue jqxGrid pagination, filter and sorting on server side #106945
Thanks for the sample code. This helped to sort the data on server side. But I’m still not able to do pagination. There must be a way to set current page from server and total number of rows of the entire result set?
July 5, 2019 at 9:42 pm in reply to: deleterow intermittently not deleting deleterow intermittently not deleting #105993Latest solution works great! Thanks for the quick response.
July 4, 2019 at 2:53 pm in reply to: deleterow intermittently not deleting deleterow intermittently not deleting #105977Thanks for your response. I modified your code to delete the selected row. https://codesandbox.io/embed/jqwidgetsvuedemos-defaultfunctionality-febc6
You can see that first delete works fine. Nothing happens on subsequent clicks of delete button. After you click random rows few times, it works for one and then same issue repeats.July 4, 2019 at 5:57 am in reply to: Storing hidden data along with cell value in jqxGrid Storing hidden data along with cell value in jqxGrid #105970Can I use this.$refs.myGrid.source.loadedData instead to store and get the invisible data? User entered data can still be accessed by this.$refs.myGrid.getboundrows(). Reason is, I need to save and restore the per cell format that can be changed by end user.
Works great! Thank you
June 26, 2019 at 5:25 am in reply to: jqxGrid add new rows during clipboard operation jqxGrid add new rows during clipboard operation #105875Thank you. This will work for me.
June 26, 2019 at 5:22 am in reply to: Issues with adding and deleting columns Issues with adding and deleting columns #105873In an editable grid any data entered in the grid is cleared after adding a column. Do I need to copy the data from grid and set a new dataAdapter before calling updatebounddata()?
June 26, 2019 at 5:16 am in reply to: Select a column from JqxGrid by clicking the header Select a column from JqxGrid by clicking the header #105872Awesome!! This works for me.
June 25, 2019 at 11:34 pm in reply to: Issues with adding and deleting columns Issues with adding and deleting columns #105869Works like a charm! Thank you
June 24, 2019 at 5:18 pm in reply to: jqxGrid add new rows during clipboard operation jqxGrid add new rows during clipboard operation #105834Thanks for looking at this. I have a jqxGrid with 5 rows and 4 columns. My clipboard has 4 rows and 4 columns. If my focus is on the last row and first column of jqxGrid, I’d like jqxGrid to add 3 additional rows to copy the entire clipboard content. HTH.
Thanks.
Got it render properly by adding below to _layout.cshtml:
<link rel=’stylesheet prefetch’ href=’https://www.jqwidgets.com/jquery-widgets-demo/jqwidgets/styles/jqx.base.css’>
<link rel=’stylesheet material’ href=’https://www.jqwidgets.com/jquery-widgets-demo/jqwidgets/styles/jqx.material.css’> -
AuthorPosts