jQWidgets Forums
Forum Replies Created
-
Author
-
March 17, 2014 at 2:26 pm in reply to: Can You Make Columns Resizable Can You Make Columns Resizable #51203
Aye carumba, never mind, I was editing the wrong page.
columnresize property works great!
January 23, 2014 at 10:42 pm in reply to: Binding "Fake" Column to Grid and Using in HTML Form Binding "Fake" Column to Grid and Using in HTML Form #48303Thanks Peter, a combination of what you describe along with getselectedrowindexes gave me a path forward. Appreciate it.
Steve
January 23, 2014 at 2:21 pm in reply to: Binding "Fake" Column to Grid and Using in HTML Form Binding "Fake" Column to Grid and Using in HTML Form #48290Thanks, but again, your example for PHP uses jQuery to submit changes, it does not do an HTML form submit. The registration form does a submit, but it does not use the grid it just uses simple text boxes that exist on the page and load time so of course that’s not difficult at all. Not sure why this question is not clear.
January 23, 2014 at 6:08 am in reply to: Binding "Fake" Column to Grid and Using in HTML Form Binding "Fake" Column to Grid and Using in HTML Form #48250Hi Dimitar, the PHP example and others I’ve found are about binding data from a data source to populate the grid. In this case I’ve already done that and populated the grid, but it is contained within a form element on the page, and I need to be able to do a postback and see the values that were in the grid for each cell in each selected row. I have not found any examples on your site yet that discuss this. Does that make sense?
January 23, 2014 at 4:29 am in reply to: Binding "Fake" Column to Grid and Using in HTML Form Binding "Fake" Column to Grid and Using in HTML Form #48248Sorry…I just found the selectionmode property for the grid, which is perfect for problem #1. Can you tell me about #2 though – how we can plug those values through in a form post so I can work with the values of the selected rows in a code behind? Should I just scour your site for PHP examples?
-
AuthorPosts