Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Empty cell with date formatter give a wired blank value
30/06/2010
18:09
Avatar
gseroul
Member
Members
Forum Posts: 15
Member Since:
19/02/2010
sp_UserOfflineSmall Offline

Hi,

I use an edit form to edit a grid row. I have in the row a date cell with date formatter. If the cell is empty the formatter put a blank in the edit form, but not a regular one (space - unicode 32) but a unicode 160 => then you cannot compare the resulting string to " " => it does not fit. The only thing I found is to use beforeSubmit => test if the date cell string unicode value == 160 => then set the value to ''.

Tony do you think it is possible to solve that ?

Gael

06/07/2010
10:56
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

How do you compare the date?

Also in the cell content we put #160, because of the IE bug which does not show borders on the table cell when the value is empty.

Best Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

20/07/2010
12:05
Avatar
gseroul
Member
Members
Forum Posts: 15
Member Since:
19/02/2010
sp_UserOfflineSmall Offline

Hi Tony,

I test if the date field is null or blank => $date != "" || $date != " "

Now I have to use this : if (enddate.charCodeAt(0) == 160 && enddate.length == 1) {

Cheers,

Gael

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
47 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information