ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Example of how to save changes to cell data
« previous
next »
Print
Pages: [
1
]
Author
Topic: Example of how to save changes to cell data (Read 1534 times)
pbassey
Pro Ultimate
Jr. Member
Posts: 54
Example of how to save changes to cell data
«
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?
«
Last Edit: February 10, 2025, 01:53:30 am by pbassey
»
Logged
paramvir
Administrator
Hero Member
Posts: 6373
Re: Example of how to save changes to cell data
«
Reply #1 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
Logged
pbassey
Pro Ultimate
Jr. Member
Posts: 54
Re: Example of how to save changes to cell data
«
Reply #2 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?
Logged
paramvir
Administrator
Hero Member
Posts: 6373
Re: Example of how to save changes to cell data
«
Reply #3 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
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Example of how to save changes to cell data