tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Supports freeze columns for editable states #928

Open PsChina opened 5 years ago

PsChina commented 5 years ago

Hello, our company is the use of financial the jqGrid this plug-in to provide customers with financial statements, the customer has recently proposed a demand, they want the columns of the table is fixed, but a lot of form is editable, I regret jqGrid unable to support, therefore we must modify the jqGrid source code to do this, but we don't have enough time and energy to do the job, what the author can show support freeze columns editable form 。

tonytomov commented 5 years ago

Hello,

Did you mean support of frozen columns with form edit only or support for in-line and/or cell edit too?

Kind Regards

PsChina commented 5 years ago

Thank you for your reply.

I mean that I want the cells in frozen columns can be edited .

This can greatly improve the efficiency of table test.

Can you support it?

Thanks a lot.

tonytomov commented 5 years ago

Sorry that I do not explain it correct.

We have 3 editing modules - Form Edit, Inline Edit and Cell Edit - in which one you want to support this feature?

PsChina commented 5 years ago

JqGrid is used in a lot of places in our system and it's better to have full support.

We need all three modules.

Thank you.