jQWidgets Forums
Forum Replies Created
-
Author
-
Thank you!!
Warren
Thank you for the explanation!!!
WarrenNovember 22, 2021 at 4:58 pm in reply to: Card View & Dropdown Lists Card View & Dropdown Lists #121114Thank you I appreciate the explanation!
WarrenMarch 26, 2021 at 3:24 pm in reply to: DropDownList and ListBox Font Size DropDownList and ListBox Font Size #114966Could you please point me to the internal classes?
Thank you
March 19, 2021 at 1:01 pm in reply to: Single Menu Item Properties Single Menu Item Properties #114919Thank you, I appreciate the help!!
Sorry, the link I used expired.
What is the best way for me to publish the image so you can see it?
Thank you.
Thank you!
Thank you, the code you provided was very helpful.
I appreciate it very much!
February 23, 2021 at 2:51 pm in reply to: getdisplayrows updates bound array getdisplayrows updates bound array #114645Thank you, that was VERY helpful!
February 22, 2021 at 5:50 pm in reply to: getdisplayrows updates bound array getdisplayrows updates bound array #114633I have a native app with jqxGrid that uses a local array as the data source. The contents of the array needs to be used to update a client-side SQLlite database. When the app starts, an SQLlite query is done to load the array which then populates the Grid. The user interacts with the Grid, add/update/delte using the standard functions associated with the grid. When finished, the users “saves” the grid. When the user does the “save” of the updated Grid contents, how do I update the array with the new contents of the Grid? Once the array is updated, I do an INSERT into the database. At that point, the grid, array, and database should all have the same data.
I’m sure I have missed the Method to do this. I need to understand how to push the updated Grid data back to the array..
Thank you.
I used Grid and the performance is amazing.
Thank you for your excellent advice!!
wsundet
February 12, 2018 at 1:42 am in reply to: CheckBox in Header Row Not Centered CheckBox in Header Row Not Centered #98661https://s9.postimg.org/7v93d3cnj/Checks.jpg
I appreciate your help. The checks look the same in a browser and in a native app with iOS and Android.
Could you please send me an example of your solution?Thank you,
wsundetFebruary 2, 2018 at 11:38 pm in reply to: CheckBox in Header Row Not Centered CheckBox in Header Row Not Centered #98570This is a short example of my code. Are there properties that affect the position of the checkboxes (right, center, left)? As I mentioned before, the checkboxes in the rows are centered, the checkbox in the header is right justified..
How can I insert a jpg in a post? Or how can I send you a jpg?Thank you
$(‘#ProductSummary’).jqxGrid(
{
source: dataAdapterProduct,
editable: true,
selectionmode: ‘checkbox’,
altrows: true,
editmode: ‘click’,columns: [
{
text: ‘Product’,
columntype: ‘textbox’,
datafield: ‘illness’,
width: ‘38%’,
cellsalign: ‘center’,
align: ‘center’,
editable: false,},
January 27, 2018 at 2:03 am in reply to: CheckBox in Header Row Not Centered CheckBox in Header Row Not Centered #98482How can I send you a screen shot?
Thank you, it works perfectly!!!
wsundet -
AuthorPosts