jQuery UI Widgets › Forums › Grid › Using Grid to load 1 empty row and that row will be used to find some values
Tagged: angular grid, ever present row, grid, jquery grid, jqxgrid
This topic contains 3 replies, has 2 voices, and was last updated by Dimitar 10 years, 10 months ago.
-
Author
-
June 15, 2015 at 6:04 am Using Grid to load 1 empty row and that row will be used to find some values #72462
Greetings!
I have a little question/problem
I’m trying to make a “sales invoice” API and I don’t know if is possible to make it using a “grid”
Ex: The page loads and the grid shows 1 row and that row will have 4 columns to “ID, Name, Quantity and Price” where ID and Name, allows to you find the correct product and then fill the next info automatic on quantity and price, and once you fill everything it creates another row to do the same again if you want, and later submit those values like a invoice.Do guys understand this? and if you do… it is possible? because I don’t know how to do this 🙁
I already know how to use a combo box and load things from sql and using json… but using this inside a grid, I don’t know if is possible.
June 15, 2015 at 7:04 am Using Grid to load 1 empty row and that row will be used to find some values #72472Hello megabox,
Maybe the Ever Present Row functionality is what you are looking for? If not, please share more information about your requirement.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 15, 2015 at 4:57 pm Using Grid to load 1 empty row and that row will be used to find some values #72510🙁 hard to explain! but… here is an image, so you can understand it.
http://i1252.photobucket.com/albums/hh574/megaboxioso/Grid_zpshxej0olp.jpg
That box is or it’s suposse to be a grid with one row and that row have one combobox that already have some products and you only have to pick what you want and then all the other fields will be filled with the right information and then create another empty row like the first one to make another search if wanted. My problem is… how to make the grid do that.
June 16, 2015 at 6:53 am Using Grid to load 1 empty row and that row will be used to find some values #72531Hi megabox,
The closest functionality we can offer is Ever Present Row with Custom Widgets. However, automatic setting of other cells of the ever present row based on its dropdownlist selection is not supported.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.