jquery - Reload single jqGrid row? -


how can reload single jqgrid row?

we know how reload entire grid - want update single row when know data in row has changed.

if hold data on server , server support filtering of data (single of advance searching) can use same url use in jqgrid manual jquery.ajax calling. should set filter id equal row need refresh. on successful response server can use setrowdata or delrowdata update row contain or delete row.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -