Hi,
I'm trying to implement the client side editing with server side updating but I'm running into a problem. Our grid has two drop downs which need to be loaded with data from the database if the cell that contains the drop down is double clicked. Are there any events that can be captured client side, or is there a way we can raise an event of our own to populate the drop down?
Another problem is that the second drop down's data is dependent on what is selected from the first drop down. Would there be a way to load data from the database when an item is selected from the first drop down? If we can't do this is there another way we can do batch that will fix all of these problems?
I'm trying to implement the client side editing with server side updating but I'm running into a problem. Our grid has two drop downs which need to be loaded with data from the database if the cell that contains the drop down is double clicked. Are there any events that can be captured client side, or is there a way we can raise an event of our own to populate the drop down?
Another problem is that the second drop down's data is dependent on what is selected from the first drop down. Would there be a way to load data from the database when an item is selected from the first drop down? If we can't do this is there another way we can do batch that will fix all of these problems?