Question

I'm new to jQuery (I must have had my head buried in sand for the last few years!) and I'm wondering if I could use it with an Infragistics grid for updating and inserting instead of the edit row template. We're currently constrained to using the 2.0 framework, and I'm stuck with the infra grids as well.

  • Does anyone know if this is possible?

  • Do you think this is a bad/good idea?

  • Any good sample/walk-throughs out
    there?

Any, and all, advice/opinions appreciated!

Was it helpful?

Solution

Why don't you use the WebDialogWindow in infragistics toolset itself. I support both, modal and non-modal modes and is a control container so you can put anything in there.

You can handle the template open client side event, cancel the default one and show the WebDialogWindow, let the user name changes and once they are done you can take values from those editors and update the grid cells. You can learn more about the WebDialogWindow here.

HTH.

Taz.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top