ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: pbassey on February 10, 2025, 01:47:37 am

Title: Example of how to save changes to cell data
Post by: pbassey on February 10, 2025, 01:47:37 am
Can you please direct me to a code example that supports the updating (of a SQL database) of cell data changes in real time using .NET MVC?
Title: Re: Example of how to save changes to cell data
Post by: paramvir on February 10, 2025, 06:54:22 pm
Following are the examples:

https://paramquery.com/pro/demos/editing

https://paramquery.com/pro/demos/editing_batch

https://paramquery.com/pro/demos/editing_instant
Title: Re: Example of how to save changes to cell data
Post by: pbassey on February 10, 2025, 09:27:30 pm
I am not getting to the my debugger statement (see attachment) when I edit a cell in. my grid.  Can you tell me if there are any specific grid properties to look for that might be causing this?
Title: Re: Example of how to save changes to cell data
Post by: paramvir on February 10, 2025, 09:53:32 pm
Please ensure to set trackModel to on.

https://paramquery.com/pro/api#option-trackModel

and set the primary key of the records.

https://paramquery.com/pro/api#option-dataModel-recIndx