ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: kavyasetty on May 07, 2014, 11:06:46 am

Title: is it possible to limit the length of data
Post by: kavyasetty on May 07, 2014, 11:06:46 am
hi ,

Is it possible to give maximum length of characters that a cell can take in a column , say there is empId column and the max length of emp ID must be 10 . after 10 characters the cell should not accept.

is there any method that can limit?

thanks
kavya
Title: Re: is it possible to limit the length of data
Post by: paramvir on May 07, 2014, 02:23:23 pm
you can use this event

http://paramquery.com/api#event-cellEditKeyDown
Title: Re: is it possible to limit the length of data
Post by: kavyasetty on May 09, 2014, 04:07:35 pm
can u please provide me a fiddle for this. it would be very useful.