Is there an example of Master-Detail form using Grid.
Thanks and Regards,
pravu Mishra.
Hello,
all grid sample can be found here dhtmlx.com/docs/products/dhtmlxGrid/samples/
please provide some details about desired functionality.
Hi Alex,
I need to have a non-editable grid displaying few fields along with the following functionality.
- on click of any row in the grid, all the values need to be populated on that row to another set of editable controls in the same page for editing and saving.
- on click of a row the row information should be populated to the editable controls from the data available in the client memory. It should not access the server for fetching entire information required to be displayed in all the editable controls.
- new row of information is expected to be entered in the editable controls in the page
- on click of save button the newly entered values should be added to the grid and should be saved to the database.
- validation of data should happen for the data present at the editable controld outside the grid.
- All the required lookups and drop down(combo) should present outside the grid and in the editable area consisting of many editable controls.
- Deletion should happed for a selected row in the grid, on click of a button.
- on page loading the first row's onformation in the grid needs to be populated to the editable controls
- facility to display total number of pages and total number of records should be available along with facility for navigating to other pages should be present.
- The editable part in the page may have a scrollbar in case the available space in the screen is not enough for all the editable contaols.
Thanks and Regards,
Pravu Mishra.
Your requirements can be easy implemented with DHTMLX components. You can find demo applications here
dhtmlx.com/docs/products/dem … index.html
I want to have a page that contains two grids:
- Grid showing orders that a user has placed
- Grid showing the items that are in each order.
I would like them to be linked in the traditional master/detail relationship. When I click on a certain row in Grid 1, Grid 2 would then populate with the appropriate orders. I would also like to do this using dhtmlxConnector.
Do any of your grid demos show this functionality? In looking over them, I did not see this.
Thank you,
Terry
There is no exact example with your requirements but it can be easily implemented with grids attached to dhtmlxLayout. You attach “onRowSelect” event to Grid 1 and then reload Grid 2.
Please check similar application here dhtmlx.com/docs/products/dem … /index.php
dhtmlx.com/docs/products/dem … index.html