I am quite new to ASP.NET Ajax, so bear with me if this is a simple question or if I have missed a demo that matches these requirements.
I am looking at porting the notion of 'variable drill down' from an existing Winform financial application.
Imagine a grid displaying summary company financials. One of the lines is inventory. The user can directly enter a dollar value for inventory, or by double clicking gets a new dialog that allows detailed entry of inventory information (Description, Qty, Value,etc).
Another line might debt. Again, the user can enter a single value for total debt, or by double clicking bring up a data a dialog that allows the entry of loan information (Description, interest rate, amount of loan, payment frequency, etc).
Having looked at the various Grid demos -- there are interesting capabilities there, but it was not clear if the variable drill-down functionality can be done natively. If not, what would be best approaches to achieve a comparable functionality.
Thanks up front for suggestions.
Bob
I am looking at porting the notion of 'variable drill down' from an existing Winform financial application.
Imagine a grid displaying summary company financials. One of the lines is inventory. The user can directly enter a dollar value for inventory, or by double clicking gets a new dialog that allows detailed entry of inventory information (Description, Qty, Value,etc).
Another line might debt. Again, the user can enter a single value for total debt, or by double clicking bring up a data a dialog that allows the entry of loan information (Description, interest rate, amount of loan, payment frequency, etc).
Having looked at the various Grid demos -- there are interesting capabilities there, but it was not clear if the variable drill-down functionality can be done natively. If not, what would be best approaches to achieve a comparable functionality.
Thanks up front for suggestions.
Bob